r47939 - in /desktop/unstable/glibmm2.4/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Apr 15 14:29:31 UTC 2016
Author: biebl
Date: Fri Apr 15 14:29:31 2016
New Revision: 47939
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47939
Log:
* Drop libglibmm-2.4-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from libglibmm-2.4-dbg to new dbgsym packages by
using dh_strip --dbgsym-migration.
Bump Build-Depends on debhelper accordingly.
Modified:
desktop/unstable/glibmm2.4/debian/changelog
desktop/unstable/glibmm2.4/debian/control
desktop/unstable/glibmm2.4/debian/control.in
desktop/unstable/glibmm2.4/debian/rules
Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=47939&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Fri Apr 15 14:29:31 2016
@@ -6,6 +6,10 @@
- Bump libsigc++-2.0-dev to (>= 2.8.0)
- Bump mm-common to (>= 0.9.10)
* Bump SHVER to 2.46.0.
+ * Drop libglibmm-2.4-dbg package now that we have automatic dbgsym packages.
+ * Ensure proper upgrade from libglibmm-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> Fri, 15 Apr 2016 15:46:20 +0200
Modified: desktop/unstable/glibmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control?rev=47939&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/control [utf-8] Fri Apr 15 14:29:31 2016
@@ -11,7 +11,7 @@
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glibmm2.4
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glibmm2.4
Build-Depends: cdbs (>= 0.4.93),
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libglib2.0-dev (>= 2.48.0),
@@ -55,21 +55,6 @@
.
This package contains development files.
-Package: libglibmm-2.4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- libglibmm-2.4-1v5 (= ${binary:Version})
-Description: C++ wrapper for the GLib toolkit (debug symbols)
- GLib is a low-level general-purpose library used mainly by GTK+/GNOME
- applications, but is useful for other programs as well.
- glibmm is the C++ wrapper for GLib.
- .
- This package contains debug symbols for debugging applications using glibmm.
-
Package: libglibmm-2.4-doc
Section: doc
Architecture: all
Modified: desktop/unstable/glibmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control.in?rev=47939&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control.in [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/control.in [utf-8] Fri Apr 15 14:29:31 2016
@@ -7,7 +7,7 @@
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glibmm2.4
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glibmm2.4
Build-Depends: cdbs (>= 0.4.93),
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libglib2.0-dev (>= 2.48.0),
@@ -51,21 +51,6 @@
.
This package contains development files.
-Package: libglibmm-2.4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- libglibmm-2.4-1v5 (= ${binary:Version})
-Description: C++ wrapper for the GLib toolkit (debug symbols)
- GLib is a low-level general-purpose library used mainly by GTK+/GNOME
- applications, but is useful for other programs as well.
- glibmm is the C++ wrapper for GLib.
- .
- This package contains debug symbols for debugging applications using glibmm.
-
Package: libglibmm-2.4-doc
Section: doc
Architecture: all
Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=47939&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/rules [utf-8] Fri Apr 15 14:29:31 2016
@@ -21,6 +21,8 @@
DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
+DEB_DH_STRIP_ARGS = --dbgsym-migration='libglibmm-2.4-dbg (<< 2.48.1-1~)'
+
# Don't compress doxygen tag files
DEB_COMPRESS_EXCLUDE = .tag
More information about the pkg-gnome-commits
mailing list