[Pkg-telepathy-commits] [libnice] 10/12: Drop -dbg package and rely on the dbgsyms ones

Laurent Bigonville bigon at moszumanska.debian.org
Tue Sep 12 15:20:39 UTC 2017


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

bigon pushed a commit to branch debian
in repository libnice.

commit e7f7be447dbbf0aa1ac67da0fdf98da536f289a8
Author: Laurent Bigonville <bigon at debian.org>
Date:   Tue Sep 12 16:47:28 2017 +0200

    Drop -dbg package and rely on the dbgsyms ones
---
 debian/control | 19 -------------------
 debian/rules   |  3 +++
 2 files changed, 3 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 4f27f6d..5bcfa88 100644
--- a/debian/control
+++ b/debian/control
@@ -94,25 +94,6 @@ Description: ICE library (documentation)
  .
  This package contains documentation for libnice.
 
-Package: libnice-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libnice10 (= ${binary:Version}), ${misc:Depends}
-Multi-Arch: same
-Description: ICE library (debugging symbols)
- Nice is an implementation of the IETF's draft Interactive Connectivity
- Establishment standard (ICE).  ICE is useful for applications that want to
- establish peer-to-peer UDP data streams. It automates the process of
- traversing NATs and provides security against some attacks.
- .
- Existing standards that use ICE include the Session Initiation Protocol (SIP)
- and the Jingle XMPP extension for audio/video calls.
- .
- Nice includes integration with GStreamer.
- .
- This package provides debugging symbols for nice.
-
 Package: gir1.2-nice-0.1
 Section: introspection
 Architecture: any
diff --git a/debian/rules b/debian/rules
index b2050f5..c0db36d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,7 @@ override_dh_auto_configure:
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='libnice-dbg (<< 0.1.14)'
+
 override_dh_auto_test:

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



More information about the Pkg-telepathy-commits mailing list