From 80a88daf1e26c847ad709bd892ef66e5a785629f Mon Sep 17 00:00:00 2001 From: Rhonda D'Vine Date: Thu, 31 Dec 2015 23:06:29 +0100 Subject: [PATCH 1/1] don't do -dbg package, let debhelper produce the automatic one --- debian/changelog | 1 - debian/control | 13 ------------- debian/rules | 4 ---- 3 files changed, 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9a43894..d17f214 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/control b/debian/control index f58c6f6..cb6bec0 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/rules b/debian/rules index 10900f0..d446ec7 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.2