r47968 - in /desktop/unstable/pangomm/debian: changelog control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Apr 15 17:59:29 UTC 2016


Author: biebl
Date: Fri Apr 15 17:59:29 2016
New Revision: 47968

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47968
Log:
* Drop libpangomm-1.4-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from libpangomm-1.4-dbg to new dbgsym packages by
  using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
  accordingly.

Modified:
    desktop/unstable/pangomm/debian/changelog
    desktop/unstable/pangomm/debian/control.in
    desktop/unstable/pangomm/debian/rules

Modified: desktop/unstable/pangomm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/changelog?rev=47968&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pangomm/debian/changelog	[utf-8] Fri Apr 15 17:59:29 2016
@@ -3,6 +3,10 @@
   * New upstream release.
   * Update Build-Depends as per configure.ac:
     - Bump libglibmm-2.4-dev to (>= 2.48.0).
+  * Drop libpangomm-1.4-dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from libpangomm-1.4-dbg to new dbgsym packages by
+    using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
+    accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 15 Apr 2016 19:34:00 +0200
 

Modified: desktop/unstable/pangomm/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/control.in?rev=47968&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/control.in	[utf-8] (original)
+++ desktop/unstable/pangomm/debian/control.in	[utf-8] Fri Apr 15 17:59:29 2016
@@ -6,7 +6,7 @@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/pangomm
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pangomm
 Build-Depends: cdbs (>= 0.4.93),
-               debhelper (>= 9),
+               debhelper (>= 9.20160114),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.11),
                libcairomm-1.0-dev (>= 1.12.0),
@@ -63,18 +63,3 @@
  the layout and internationalization of text in graphical applications.
  .
  This package contains the documentation.
-
-Package: libpangomm-1.4-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         libpangomm-1.4-1v5 (= ${binary:Version})
-Description: C++ Wrapper for pango (debugging symbols)
- Pangomm is a C++ wrapper for the pango library. Originally part of
- gtkmm, pangomm provides convenient C++ interfaces for handling both
- the layout and internationalization of text in graphical applications.
- .
- This package contains the debugging symbols.

Modified: desktop/unstable/pangomm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/rules?rev=47968&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/rules	[utf-8] (original)
+++ desktop/unstable/pangomm/debian/rules	[utf-8] Fri Apr 15 17:59:29 2016
@@ -17,3 +17,5 @@
                              --disable-static \
                              --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
+
+DEB_DH_STRIP_ARGS = --dbgsym-migration='libpangomm-1.4-dbg (<< 2.40.0-1~)'




More information about the pkg-gnome-commits mailing list