[Pkg-voip-commits] [libss7] 49/51: don't manually generate a dbg package
tzafrir at debian.org
tzafrir at debian.org
Mon Oct 31 09:39:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository libss7.
commit 0849bfcf75756cffb4670a611679d2fbd9ecc82f
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Mon Oct 31 08:34:21 2016 +0200
don't manually generate a dbg package
We have dbgsym packages. No need to manually generate a dbg one.
---
debian/.gitignore | 1 -
debian/control | 16 ----------------
debian/rules | 3 ---
3 files changed, 20 deletions(-)
diff --git a/debian/.gitignore b/debian/.gitignore
index 654f08a..9ed1ee0 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -4,7 +4,6 @@
debhelper-build-stamp
files
libss7-2/
-libss7-dbg/
libss7-dev/
tmp/
diff --git a/debian/control b/debian/control
index 5e16f3b..4e77e87 100644
--- a/debian/control
+++ b/debian/control
@@ -36,19 +36,3 @@ Description: Signalling System 7 (ss7) library
Open Source PBX.
.
C implementation of the Signalling System 7 (ss7) telephony protocol.
-
-Package: libss7-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, libss7-2.0 (= ${binary:Version})
-Description: Signalling System 7 (ss7) debugging symbols
- A userspace library that provids SS7 protocol services to applications.
- It has a working MTP2, MTP3, and ISUP for ITU and ANSI style SS7, however
- it was written in a manner that will easily allow support for other various
- national specific variants in the future. For a working reference
- implementation, see the various link test programs, as well as the Asterisk
- Open Source PBX.
- .
- Debug symbols for the C implementation of the Signalling System 7
- (ss7) telephony protocol.
diff --git a/debian/rules b/debian/rules
index 62f1043..3d31500 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,3 @@ override_dh_installchangelogs:
override_dh_makeshlibs:
dh_makeshlibs -V "$(SHLIBS)"
-
-override_dh_strip:
- dh_strip --dbg-package=libss7-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libss7.git
More information about the Pkg-voip-commits
mailing list