* 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
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.
%:
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