[Pkg-telepathy-commits] [folks] 05/05: debian/control, debian/rules: Drop -dbg packages and rely on automatic -dbgsym ones.

Laurent Bigonville bigon at moszumanska.debian.org
Thu Apr 21 22:09:05 UTC 2016


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

bigon pushed a commit to branch debian
in repository folks.

commit 97fb7e6e48b5bee926337aea8082e41976712230
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Thu Apr 21 23:41:56 2016 +0200

    debian/control, debian/rules: Drop -dbg packages and rely on automatic -dbgsym ones.
---
 debian/changelog |  4 +++-
 debian/control   | 61 +-------------------------------------------------------
 debian/rules     |  8 ++++----
 3 files changed, 8 insertions(+), 65 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 47d1b61..1bf3069 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ folks (0.11.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * debian/control: Bump Standards-Version to 3.9.8 (no further changes)
+  * debian/control, debian/rules: Drop -dbg packages and rely on automatic
+    -dbgsym ones.
 
- -- Laurent Bigonville <bigon at debian.org>  Thu, 21 Apr 2016 23:32:55 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 21 Apr 2016 23:41:31 +0200
 
 folks (0.11.1-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index bfce89a..d650232 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers at lists.alioth
 Uploaders: Laurent Bigonville <bigon at debian.org>,
            Sjoerd Simons <sjoerd at debian.org>,
            Emilio Pozuelo Monfort <pochu at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
                dh-autoreconf (>= 4),
                autotools-dev,
                intltool (>= 0.50),
@@ -58,20 +58,6 @@ Description: library to aggregates people into metacontact - development files
  .
  This package contains the development files for libfolks library.
 
-Package: libfolks-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libfolks25 (= ${binary:Version}),
-         ${misc:Depends}
-Multi-Arch: same
-Description: library to aggregates people into metacontact - debugging symbols
- libfolks is a library that aggregates people from multiple sources
- (eg, Telepathy connection managers and eventually evolution data server,
- Facebook, etc.) to create metacontacts.
- .
- This package contains the debugging symbols for libfolks library.
-
 Package: folks-common
 Architecture: all
 Depends: ${misc:Depends}
@@ -190,51 +176,6 @@ Description: Dummy backend for libfolks - development files
  .
  This package contains the development files for libfolks dummy backend.
 
-Package: libfolks-dummy-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libfolks-dummy25 (= ${binary:Version}),
-         libfolks-dbg (= ${binary:Version}),
-         ${misc:Depends}
-Breaks: libfolks-dbg (<< 0.10.0)
-Replaces: libfolks-dbg (<< 0.10.0)
-Multi-Arch: same
-Description: Dummy backend for libfolks - debugging symbols
- libfolks is a library that aggregates people from multiple sources
- (eg, Telepathy connection managers and eventually evolution data server,
- Facebook, etc.) to create metacontacts.
- .
- This package contains the debugging symbols for libfolks dummy backend.
-
-Package: libfolks-eds-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libfolks-eds25 (= ${binary:Version}),
-         ${misc:Depends}
-Multi-Arch: same
-Description: Evolution-data-server backend for libfolks - debugging symbols
- libfolks is a library that aggregates people from multiple sources
- (eg, Telepathy connection managers and eventually evolution data server,
- Facebook, etc.) to create metacontacts.
- .
- This package contains the debugging symbols for libfolks EDS backend.
-
-Package: libfolks-telepathy-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libfolks-telepathy25 (= ${binary:Version}),
-         ${misc:Depends}
-Multi-Arch: same
-Description: Telepathy backend for libfolks - debugging symbols
- libfolks is a library that aggregates people from multiple sources
- (eg, Telepathy connection managers and eventually evolution data server,
- Facebook, etc.) to create metacontacts.
- .
- This package contains the debugging symbols for libfolks telepathy backend.
-
 Package: folks-tools
 Section: utils
 Priority: extra
diff --git a/debian/rules b/debian/rules
index a236673..a0c7f97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,10 @@ override_dh_auto_configure:
 		--disable-fatal-warnings
 
 override_dh_strip:
-	dh_strip -plibfolks25 --dbg-package=libfolks-dbg
-	dh_strip -plibfolks-telepathy25 --dbg-package=libfolks-telepathy-dbg
-	dh_strip -plibfolks-eds25 --dbg-package=libfolks-eds-dbg
-	dh_strip -plibfolks-dummy25 --dbg-package=libfolks-dummy-dbg
+	dh_strip -plibfolks25 --dbgsym-migration='libfolks-dbg (<< 0.11.2)'
+	dh_strip -plibfolks-telepathy25 --dbgsym-migration='libfolks-telepathy-dbg (<< 0.11.2)'
+	dh_strip -plibfolks-eds25 --dbgsym-migration='libfolks-eds-dbg (<< 0.11.2)'
+	dh_strip -plibfolks-dummy25 --dbgsym-migration='libfolks-dummy-dbg (<< 0.11.2)'
 	dh_strip -pfolks-tools
 
 export DPKG_GENSYMBOLS_CHECK_LEVEL = 4

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



More information about the Pkg-telepathy-commits mailing list