[mutt] 07/16: Migrate from our own -dbg package to the automatic -dbgsym package

Faidon Liambotis paravoid at moszumanska.debian.org
Mon Jul 4 15:51:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

paravoid pushed a commit to branch experimental
in repository mutt.

commit e5e023203551553383bcb8302886346b67090517
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Mon Jul 4 00:01:38 2016 +0300

    Migrate from our own -dbg package to the automatic -dbgsym package
---
 debian/bug/control    |  2 +-
 debian/changelog      |  1 +
 debian/control        | 11 -----------
 debian/mutt-dbg.links |  1 -
 debian/rules          |  3 +--
 5 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/debian/bug/control b/debian/bug/control
index 697000b..2710e2f 100644
--- a/debian/bug/control
+++ b/debian/bug/control
@@ -1 +1 @@
-package-status: mutt mutt-dbg
+package-status: mutt
diff --git a/debian/changelog b/debian/changelog
index d192b53..2e72d3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ mutt (1.6.1-2) UNRELEASED; urgency=medium
     - Move multiple-fcc (the only remaining patch) under features/.
   * Remove quilt.mk and manual quilt invocations. Rely on the native 3.0
     (quilt) source package format instead for applying debian/patches.
+  * Migrate from our own -dbg package to the automatic -dbgsym package.
 
  -- Faidon Liambotis <paravoid at debian.org>  Sun, 03 Jul 2016 22:32:37 +0200
 
diff --git a/debian/control b/debian/control
index 3b72173..fd19d80 100644
--- a/debian/control
+++ b/debian/control
@@ -39,14 +39,3 @@ Description: text-based mailreader supporting MIME, GPG, PGP and threading
   * Messages may be (indefinitely) postponed.
   * Colour support.
   * Highly configurable through easy but powerful rc file.
-
-Package: mutt-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, mutt (= ${binary:Version})
-Description: debugging symbols for mutt
- Mutt is a sophisticated text-based Mail User Agent.
- .
- This package contains the debugging symbols for mutt; this is supposed to be
- used when there is a core file which should be analyzed using gdb.
diff --git a/debian/mutt-dbg.links b/debian/mutt-dbg.links
deleted file mode 100644
index c803d03..0000000
--- a/debian/mutt-dbg.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/mutt usr/share/doc/mutt-dbg
diff --git a/debian/rules b/debian/rules
index 43bb450..0e6fad2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,8 +143,7 @@ binary binary-arch: install
 	dh_installchangelogs ChangeLog
 	-dh_lintian
 	
-	dh_strip --dbg-package=mutt-dbg
-	rm -rf $(CURDIR)/debian/mutt-dbg/usr/share/doc/mutt-dbg
+	dh_strip -O--dbgsym-migration='mutt-dbg (<< 1.6.1.2~)'
 	
 	dh_link
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list