r48461 - in /desktop/unstable/glib-networking/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon May 2 22:47:05 UTC 2016


Author: biebl
Date: Mon May  2 22:47:05 2016
New Revision: 48461

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

Modified:
    desktop/unstable/glib-networking/debian/changelog
    desktop/unstable/glib-networking/debian/control
    desktop/unstable/glib-networking/debian/control.in
    desktop/unstable/glib-networking/debian/rules

Modified: desktop/unstable/glib-networking/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/changelog?rev=48461&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog	[utf-8] Mon May  2 22:47:05 2016
@@ -1,6 +1,10 @@
 glib-networking (2.48.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop glib-networkg-dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from glib-networking-dbg to new dbgsym packages by
+    using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
+    accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 03 May 2016 00:42:33 +0200
 

Modified: desktop/unstable/glib-networking/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control?rev=48461&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control	[utf-8] Mon May  2 22:47:05 2016
@@ -6,8 +6,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 8.1.3),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 9.20160114),
                cdbs (>= 0.4.93),
                dh-autoreconf,
                gnome-pkg-tools,
@@ -61,17 +61,6 @@
  This package contains data files and translations for the GIO network
  extensions in glib-networking.
 
-Package: glib-networking-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         glib-networking (= ${binary:Version})
-Description: network-related giomodules for GLib - debugging symbols
- This package contains the debugging symbols for the GIO extensions and 
- D-Bus services in glib-networking.
-
 Package: glib-networking-tests
 Section: misc
 Architecture: any

Modified: desktop/unstable/glib-networking/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control.in?rev=48461&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control.in	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control.in	[utf-8] Mon May  2 22:47:05 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 (>= 8.1.3),
+Build-Depends: debhelper (>= 9.20160114),
                cdbs (>= 0.4.93),
                dh-autoreconf,
                gnome-pkg-tools,
@@ -57,17 +57,6 @@
  This package contains data files and translations for the GIO network
  extensions in glib-networking.
 
-Package: glib-networking-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         glib-networking (= ${binary:Version})
-Description: network-related giomodules for GLib - debugging symbols
- This package contains the debugging symbols for the GIO extensions and 
- D-Bus services in glib-networking.
-
 Package: glib-networking-tests
 Section: misc
 Architecture: any

Modified: desktop/unstable/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/rules?rev=48461&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/rules	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/rules	[utf-8] Mon May  2 22:47:05 2016
@@ -21,3 +21,5 @@
 
 # Don't strip translations from the installed tests; makes them environment dependent.
 DEB_DH_TRANSLATIONS_ARGS = -Xinstalled-tests
+
+DEB_DH_STRIP_ARGS := --dbgsym-migration='glib-networking-dbg (<< 2.48.1-1~)'




More information about the pkg-gnome-commits mailing list