]> git.deb.at Git - pkg/abook.git/commitdiff
Provide debugging symbols with a new abook-dbg binary package
authorDenis Briand <debian@denis-briand.fr>
Mon, 28 Dec 2015 01:17:21 +0000 (02:17 +0100)
committerDenis Briand <debian@denis-briand.fr>
Mon, 28 Dec 2015 01:17:21 +0000 (02:17 +0100)
debian/changelog
debian/control
debian/rules

index 113823d1ac1a36dd7819cc3bfd4f586858167bd0..bd6efc201199fc0fa329e3e80c800f537f8af83e 100644 (file)
@@ -9,6 +9,7 @@ abook (0.6.1-1) unstable; urgency=medium
   * Use dh_autoreconf.
   * Remove autotools-dev build dependency.
   * Remove merged patch 03_datafile-f-switch.  
+  * Provide debugging symbols with a new abook-dbg binary package. 
 
  -- Rhonda D'Vine <rhonda@debian.org>  Fri, 14 Aug 2015 11:34:47 +0200
 
index 7db8430529c309942f4c52d769a7cd4aa5320d26..f60a0b4b29cf7e332121b327f6c8e0775a9c528d 100644 (file)
@@ -17,3 +17,16 @@ Description: text-based ncurses address book application
  abook is a text-based ncurses address book application. It provides many
  different fields of user info. abook is designed for use with mutt, but 
  can be used independently.
+
+Package: abook-dbg
+Architecture: any
+Depends: abook (=${binary:Version}), ${misc:Depends}
+Priority: extra
+Section: debug
+Suggests: gdb
+Description: text-based ncurses address book application
+ abook is a text-based ncurses address book application. It provides many
+ different fields of user info. abook is designed for use with mutt, but
+ can be used independently.
+ .
+ This package contains debugging symbols for abook.
index db28c8f7893b2189cf529684cbd751f9c403590b..10900f0edca51c7ecf5aebc34ba77808e5df5c82 100755 (executable)
@@ -7,3 +7,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
        dh $@ --with autoreconf
+
+#Place debugging symbols into abook-dbg package
+override_dh_strip:
+       dh_strip --dbg-package=abook-dbg
+
+override_dh_auto_install:
+       dh_auto_install --destdir=debian/abook
+
+override_dh_installdocs:
+       dh_installdocs --link-doc=abook