r47905 - in /desktop/unstable/gdl/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Apr 14 22:28:32 UTC 2016
Author: biebl
Date: Thu Apr 14 22:28:32 2016
New Revision: 47905
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47905
Log:
* Drop libgdl-3-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from libgdl-3-dbg to new dbgsym packages by using
dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
Modified:
desktop/unstable/gdl/debian/changelog
desktop/unstable/gdl/debian/control
desktop/unstable/gdl/debian/control.in
desktop/unstable/gdl/debian/rules
Modified: desktop/unstable/gdl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/changelog?rev=47905&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdl/debian/changelog [utf-8] Thu Apr 14 22:28:32 2016
@@ -1,6 +1,9 @@
gdl (3.20.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Drop libgdl-3-dbg package now that we have automatic dbgsym packages.
+ * Ensure proper upgrade from libgdl-3-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 00:25:21 +0200
Modified: desktop/unstable/gdl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control?rev=47905&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control [utf-8] (original)
+++ desktop/unstable/gdl/debian/control [utf-8] Thu Apr 14 22:28:32 2016
@@ -7,7 +7,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
cdbs (>= 0.4.93),
dh-autoreconf,
libgtk-3-dev,
@@ -77,18 +77,6 @@
.
This package contains the API documentation.
-Package: libgdl-3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libgdl-3-5 (= ${binary:Version}),
- ${misc:Depends}
-Description: GNOME DevTool libraries - debug files
- Provides a support library for development tools from the GNOME environment.
- Including symbol browser, dock and editor components.
- .
- This package contains the debugging symbols.
-
Package: gir1.2-gdl-3
Section: introspection
Architecture: any
Modified: desktop/unstable/gdl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control.in?rev=47905&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control.in [utf-8] (original)
+++ desktop/unstable/gdl/debian/control.in [utf-8] Thu Apr 14 22:28:32 2016
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
cdbs (>= 0.4.93),
dh-autoreconf,
libgtk-3-dev,
@@ -73,18 +73,6 @@
.
This package contains the API documentation.
-Package: libgdl-3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libgdl-3-5 (= ${binary:Version}),
- ${misc:Depends}
-Description: GNOME DevTool libraries - debug files
- Provides a support library for development tools from the GNOME environment.
- Including symbol browser, dock and editor components.
- .
- This package contains the debugging symbols.
-
Package: gir1.2-gdl-3
Section: introspection
Architecture: any
Modified: desktop/unstable/gdl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/rules?rev=47905&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/rules [utf-8] (original)
+++ desktop/unstable/gdl/debian/rules [utf-8] Thu Apr 14 22:28:32 2016
@@ -11,3 +11,5 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+DEB_DH_STRIP_ARGS = --dbgsym-migration='libgdl-3-dbg (<< 3.20.0-1~)'
More information about the pkg-gnome-commits
mailing list