r50307 - in /packages/unstable/gtkmm2.4/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Sep 11 23:14:46 UTC 2016


Author: biebl
Date: Sun Sep 11 23:14:45 2016
New Revision: 50307

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

Modified:
    packages/unstable/gtkmm2.4/debian/changelog
    packages/unstable/gtkmm2.4/debian/control
    packages/unstable/gtkmm2.4/debian/control.in
    packages/unstable/gtkmm2.4/debian/rules

Modified: packages/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkmm2.4/debian/changelog?rev=50307&op=diff
==============================================================================
--- packages/unstable/gtkmm2.4/debian/changelog	[utf-8] (original)
+++ packages/unstable/gtkmm2.4/debian/changelog	[utf-8] Sun Sep 11 23:14:45 2016
@@ -3,6 +3,10 @@
   * New upstream release.
   * Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer, move Deng
     Xiyue to Uploaders.
+  * Drop libgtkmm-2.4-dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from libgtkmm-2.4-dbg to new dbgsym packages by
+    using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
+    accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 12 Sep 2016 00:01:02 +0200
 

Modified: packages/unstable/gtkmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkmm2.4/debian/control?rev=50307&op=diff
==============================================================================
--- packages/unstable/gtkmm2.4/debian/control	[utf-8] (original)
+++ packages/unstable/gtkmm2.4/debian/control	[utf-8] Sun Sep 11 23:14:45 2016
@@ -11,7 +11,7 @@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gtkmm2.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gtkmm2.4
 Build-Depends: cdbs (>= 0.4.93),
-               debhelper (>= 9),
+               debhelper (>= 9.20160114),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.11),
                libgtk2.0-dev (>= 2.24.0),
@@ -61,23 +61,6 @@
  .
  This package contains shared libraries.
 
-Package: libgtkmm-2.4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libgtkmm-2.4-1v5 (= ${binary:Version})
-Description: C++ wrappers for GTK+ (debug symbols)
- Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
- 2.4.  Gtkmm provides a convenient interface for C++ programmers to create
- graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and over 180
- classes that can be freely combined to quickly create complex user interfaces.
- .
- This package contains debug symbols for debugging applications using gtkmm.
-
 Package: libgtkmm-2.4-doc
 Section: doc
 Architecture: all

Modified: packages/unstable/gtkmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkmm2.4/debian/control.in?rev=50307&op=diff
==============================================================================
--- packages/unstable/gtkmm2.4/debian/control.in	[utf-8] (original)
+++ packages/unstable/gtkmm2.4/debian/control.in	[utf-8] Sun Sep 11 23:14:45 2016
@@ -7,7 +7,7 @@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gtkmm2.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gtkmm2.4
 Build-Depends: cdbs (>= 0.4.93),
-               debhelper (>= 9),
+               debhelper (>= 9.20160114),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.11),
                libgtk2.0-dev (>= 2.24.0),
@@ -57,23 +57,6 @@
  .
  This package contains shared libraries.
 
-Package: libgtkmm-2.4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libgtkmm-2.4-1v5 (= ${binary:Version})
-Description: C++ wrappers for GTK+ (debug symbols)
- Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
- 2.4.  Gtkmm provides a convenient interface for C++ programmers to create
- graphical user interfaces with GTK+'s flexible OO framework. Highlights
- include type safe callbacks, widgets extensible using inheritance and over 180
- classes that can be freely combined to quickly create complex user interfaces.
- .
- This package contains debug symbols for debugging applications using gtkmm.
-
 Package: libgtkmm-2.4-doc
 Section: doc
 Architecture: all

Modified: packages/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkmm2.4/debian/rules?rev=50307&op=diff
==============================================================================
--- packages/unstable/gtkmm2.4/debian/rules	[utf-8] (original)
+++ packages/unstable/gtkmm2.4/debian/rules	[utf-8] Sun Sep 11 23:14:45 2016
@@ -19,3 +19,5 @@
 
 DEB_COMPRESS_EXCLUDE_libgtkmm-2.4-doc = examples
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
+
+DEB_DH_STRIP_ARGS = --dbgsym-migration='libgtkmm-2.4-dbg (<< 1:2.24.5-1~)'




More information about the pkg-gnome-commits mailing list