[Pkg-telepathy-commits] [telepathy-glib] 02/05: Drop -dbg package and rely on automatically created one

Laurent Bigonville bigon at moszumanska.debian.org
Thu Feb 1 11:42:07 UTC 2018


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

bigon pushed a commit to branch debian
in repository telepathy-glib.

commit b00a7cf7fd8caf5f830228d27aa25f1445535aa3
Author: Laurent Bigonville <bigon at debian.org>
Date:   Thu Feb 1 11:38:14 2018 +0100

    Drop -dbg package and rely on automatically created one
---
 debian/changelog |  3 ++-
 debian/control   | 17 +----------------
 debian/rules     |  2 +-
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d2a260..16062b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ telepathy-glib (0.24.1-2) UNRELEASED; urgency=medium
 
   [ Laurent Bigonville ]
   * Bump Standards-Version to 4.1.3 (no further changes)
+  * Drop -dbg package and rely on automatically created one
 
- -- Laurent Bigonville <bigon at debian.org>  Thu, 01 Feb 2018 11:24:31 +0100
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 01 Feb 2018 11:36:09 +0100
 
 telepathy-glib (0.24.1-1.1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 6cff5c4..9c2389b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Dafydd Harries <daf at debian.org>,
            Adam Conrad <adconrad at 0c3.net>,
            Emilio Pozuelo Monfort <pochu at debian.org>
 Build-Depends: dbus,
-               debhelper (>= 9),
+               debhelper (>= 9.20160114~),
                dh-autoreconf,
                gir1.2-glib-2.0,
                gobject-introspection (>= 1.31.0-2~),
@@ -64,21 +64,6 @@ Description: GLib Telepathy connection manager library (headers)
  differences between protocols to provide a unified interface for
  applications.
 
-Package: libtelepathy-glib0-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libtelepathy-glib0 (= ${binary:Version}), ${misc:Depends}
-Multi-Arch: same
-Description: GLib Telepathy library (debug symbols)
- This package contains support for debugging programs that use telepathy-glib,
- a GLib-based library for Telepathy components.
- .
- Telepathy is a D-Bus framework for unifying real time communication,
- including instant messaging, voice calls and video calls. It abstracts
- differences between protocols to provide a unified interface for
- applications.
-
 Package: libtelepathy-glib-doc
 Architecture: all
 Section: doc
diff --git a/debian/rules b/debian/rules
index 45b33e9..7bb54fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@ --with autoreconf,gir --parallel
 
 override_dh_strip:
-	dh_strip --dbg-package=libtelepathy-glib0-dbg
+	dh_strip --dbgsym-migration='libtelepathy-glib0-dbg (<< 0.24.1-2~)'
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V

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



More information about the Pkg-telepathy-commits mailing list