[Pkg-samba-maint] [samba] 03/04: Use automatic debug packages (-dbgsym) (Closes: #819776)

Mathieu Parent sathieu at moszumanska.debian.org
Sat Sep 3 08:21:24 UTC 2016


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

sathieu pushed a commit to branch master
in repository samba.

commit f9bf7cd633a68d7c2e881801e90aa2af43fd72b7
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Sat Sep 3 10:14:27 2016 +0200

    Use automatic debug packages (-dbgsym) (Closes: #819776)
---
 debian/control | 15 ---------------
 debian/rules   |  3 +--
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 97bfa0c..2e9af9c 100644
--- a/debian/control
+++ b/debian/control
@@ -481,21 +481,6 @@ Description: Samba nameservice integration plugins
  system; and nss_wins, which provides hostname lookups via both the NBNS and
  NetBIOS broadcast protocols.
 
-Package: samba-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: samba (= ${binary:Version}), ${misc:Depends}
-Pre-Depends: dpkg (>= 1.15.6~)
-Description: Samba debugging symbols
- Samba is an implementation of the SMB/CIFS protocol for Unix systems,
- providing support for cross-platform file and printer sharing with
- Microsoft Windows, OS X, and other Unix systems.
- .
- This package provides debugging information for the software in the
- Samba suite. Install it to get a better backtrace in the event of a
- crash.
-
 Package: libwbclient0
 Section: libs
 Architecture: any
diff --git a/debian/rules b/debian/rules
index f14e80a..8d066d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -238,8 +238,7 @@ override_dh_makeshlibs:
 	debian/make_shlibs
 
 override_dh_strip:
-	# add debug symbols for all samba packages to the same debug package
-	dh_strip -a --dbg-package=samba-dbg
+	dh_strip --dbgsym-migration='samba-dbg (<< 2:4.4.5+dfsg-3~)'
 
 override_dh_fixperms:
 	dh_fixperms

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




More information about the Pkg-samba-maint mailing list