Add debug info package
authorSam Hartman <hartmans@debian.org>
Thu, 10 Oct 2013 14:28:45 +0000 (10:28 -0400)
committerSam Hartman <hartmans@debian.org>
Thu, 10 Oct 2013 14:29:04 +0000 (10:29 -0400)
debian/changelog
debian/control
debian/rules

index a7110fe..4cabcec 100644 (file)
@@ -1,3 +1,9 @@
+moonshot-ui (0.6-4) unstable; urgency=low
+
+  * Add debug info package
+
+ -- Sam Hartman <hartmans@debian.org>  Thu, 10 Oct 2013 10:28:35 -0400
+
 moonshot-ui (0.6-3) unstable; urgency=low
 
   * Include gnome keyring and moonshot-webp fixes
index 45b5ffd..5436cea 100644 (file)
@@ -18,6 +18,15 @@ Description: Moonshot Identity Selector
  Project moonshot provides federated authentication using EAP, RADIUS
  and SAML to applications beyond the web platform. 
 
+Package: moonshot-ui-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Moonshot Identity Selector Debug Symbols
+ Project moonshot provides federated authentication using EAP, RADIUS
+ and SAML to applications beyond the web platform. 
+
 Package: moonshot-ui-dev
 Architecture: any
 Section: libdevel
@@ -28,7 +37,7 @@ Description: Moonshot Identity Development Files
 
 Package: libmoonshot1
 Architecture: any
-Section: libdevel
+Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Moonshot Identity Shared Library
  Project moonshot provides federated authentication using EAP, RADIUS
index fa0bbcb..4513d6c 100755 (executable)
@@ -12,3 +12,5 @@
 %:
        dh $@  --with autoreconf
 
+override_dh_strip:
+       dh_strip --dbg-package=moonshot-ui-dbg