]> git.deb.at Git - pkg/abook.git/commitdiff
don't do -dbg package, let debhelper produce the automatic one debian/0.6.1-1
authorRhonda D'Vine <rhonda@deb.at>
Thu, 31 Dec 2015 22:06:29 +0000 (23:06 +0100)
committerRhonda D'Vine <rhonda@deb.at>
Thu, 31 Dec 2015 22:06:29 +0000 (23:06 +0100)
debian/changelog
debian/control
debian/rules

index 9a43894b4647b01d9ba39f61866460208a93eb96..d17f214247938aa9d6a18b7bc4a9d00dc2097fe3 100644 (file)
@@ -11,7 +11,6 @@ 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.
   * Add debhelper token into maintainers scripts.
   * Rename postinst and postrm files into abook.*
   * Switch debian/copyright file to machine readable format.
index f58c6f61e8c2bdd42381c528a8a25b2ac3281f30..cb6bec03ea9a50690abfafa7f376fe43acc75553 100644 (file)
@@ -17,16 +17,3 @@ 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 - debug package
- 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 10900f0edca51c7ecf5aebc34ba77808e5df5c82..d446ec70f13d2df36a0603d440108f7d080589bf 100755 (executable)
@@ -8,10 +8,6 @@ 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