r48027 - in /desktop/unstable/gtkmm3.0/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat Apr 16 19:28:19 UTC 2016
Author: biebl
Date: Sat Apr 16 19:28:19 2016
New Revision: 48027
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48027
Log:
* Drop libgtkmm-3.0-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from libgtkmm-3.0-dbg to new dbgsym packages by
using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
accordingly.
Modified:
desktop/unstable/gtkmm3.0/debian/changelog
desktop/unstable/gtkmm3.0/debian/control
desktop/unstable/gtkmm3.0/debian/control.in
desktop/unstable/gtkmm3.0/debian/rules
Modified: desktop/unstable/gtkmm3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/changelog?rev=48027&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/changelog [utf-8] Sat Apr 16 19:28:19 2016
@@ -8,6 +8,10 @@
- Bump libatkmm-1.6-dev to (>= 2.24.2).
- Bump mm-common to (>= 0.9.10).
* Bump SHVER to 3.20.0.
+ * Drop libgtkmm-3.0-dbg package now that we have automatic dbgsym packages.
+ * Ensure proper upgrade from libgtkmm-3.0-dbg to new dbgsym packages by
+ using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
+ accordingly.
-- Michael Biebl <biebl at debian.org> Sat, 16 Apr 2016 20:40:06 +0200
Modified: desktop/unstable/gtkmm3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/control?rev=48027&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/control [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/control [utf-8] Sat Apr 16 19:28:19 2016
@@ -11,7 +11,7 @@
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtkmm3.0
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gtkmm3.0
Build-Depends: cdbs (>= 0.4.93),
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libgtk-3-dev (>= 3.20.0),
@@ -67,24 +67,6 @@
.
This package contains shared libraries.
-Package: libgtkmm-3.0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- libgtkmm-3.0-1v5 (= ${binary:Version})
-Description: C++ wrappers for GTK+ (debug symbols)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
- 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-3.0-doc
Section: doc
Architecture: all
Modified: desktop/unstable/gtkmm3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/control.in?rev=48027&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/control.in [utf-8] Sat Apr 16 19:28:19 2016
@@ -7,7 +7,7 @@
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtkmm3.0
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gtkmm3.0
Build-Depends: cdbs (>= 0.4.93),
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
dh-autoreconf,
gnome-pkg-tools (>= 0.11),
libgtk-3-dev (>= 3.20.0),
@@ -63,24 +63,6 @@
.
This package contains shared libraries.
-Package: libgtkmm-3.0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- libgtkmm-3.0-1v5 (= ${binary:Version})
-Description: C++ wrappers for GTK+ (debug symbols)
- Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0.
- 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-3.0-doc
Section: doc
Architecture: all
Modified: desktop/unstable/gtkmm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/rules?rev=48027&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/rules [utf-8] Sat Apr 16 19:28:19 2016
@@ -20,5 +20,7 @@
DEB_COMPRESS_EXCLUDE_$(DOC_PKG) = examples
DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
+DEB_DH_STRIP_ARGS = --dbgsym-migration='libgtkmm-3.0-dbg (<< 3.20.1-1~)'
+
# Don't compress doxygen tag files
DEB_COMPRESS_EXCLUDE = .tag
More information about the pkg-gnome-commits
mailing list