r49438 - in /desktop/unstable/json-glib/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Aug 7 13:24:02 UTC 2016


Author: biebl
Date: Sun Aug  7 13:24:02 2016
New Revision: 49438

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

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

Modified: desktop/unstable/json-glib/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/changelog?rev=49438&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/changelog	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/changelog	[utf-8] Sun Aug  7 13:24:02 2016
@@ -3,6 +3,10 @@
   * New upstream release.
   * Convert from cdbs to dh.
   * Bump Standards-Version to 3.9.8.
+  * Drop dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from libjson-glib-1.0-0-dbg to new dbgsym packages
+    by using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
+    accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 07 Aug 2016 15:04:08 +0200
 

Modified: desktop/unstable/json-glib/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control?rev=49438&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control	[utf-8] Sun Aug  7 13:24:02 2016
@@ -7,9 +7,8 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Laurent Bigonville <bigon at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                dh-autoreconf,
-               dpkg-dev (>= 1.16.1~),
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.37.6),
                gtk-doc-tools (>= 1.20),
@@ -36,22 +35,6 @@
  manipulating JSON data types with a Document Object Model API. It also
  allows serializing and deserializing simple or complex GObjects to and
  from JSON data types.
-
-Package: libjson-glib-1.0-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
-         libjson-glib-1.0-0 (= ${binary:Version})
-Description: GLib JSON manipulation library (debug symbols)
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
- .
- This package contains the debug files.
 
 Package: libjson-glib-dev
 Section: libdevel

Modified: desktop/unstable/json-glib/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control.in?rev=49438&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control.in	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control.in	[utf-8] Sun Aug  7 13:24:02 2016
@@ -3,9 +3,8 @@
 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),
                dh-autoreconf,
-               dpkg-dev (>= 1.16.1~),
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.37.6),
                gtk-doc-tools (>= 1.20),
@@ -32,22 +31,6 @@
  manipulating JSON data types with a Document Object Model API. It also
  allows serializing and deserializing simple or complex GObjects to and
  from JSON data types.
-
-Package: libjson-glib-1.0-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
-         libjson-glib-1.0-0 (= ${binary:Version})
-Description: GLib JSON manipulation library (debug symbols)
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
- .
- This package contains the debug files.
 
 Package: libjson-glib-dev
 Section: libdevel

Modified: desktop/unstable/json-glib/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/rules?rev=49438&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/rules	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/rules	[utf-8] Sun Aug  7 13:24:02 2016
@@ -14,7 +14,7 @@
 	dh_install --list-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=libjson-glib-1.0-0-dbg
+	dh_strip --dbgsym-migration='libjson-glib-1.0-0-dbg (<< 1.2.2-1~)'
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V -- -c4




More information about the pkg-gnome-commits mailing list