r48125 - in /desktop/unstable/dconf-editor/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 17 15:45:10 UTC 2016


Author: biebl
Date: Sun Apr 17 15:45:10 2016
New Revision: 48125

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

Modified:
    desktop/unstable/dconf-editor/debian/changelog
    desktop/unstable/dconf-editor/debian/control
    desktop/unstable/dconf-editor/debian/control.in
    desktop/unstable/dconf-editor/debian/rules

Modified: desktop/unstable/dconf-editor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/changelog?rev=48125&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/changelog	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/changelog	[utf-8] Sun Apr 17 15:45:10 2016
@@ -6,6 +6,10 @@
     - Drop libxml2-dev.
     - Bump libglib2.0-dev to (>= 2.46.0).
     - Bump libgtk-3-dev to (>= 3.19.5).
+  * Drop dconf-editor-dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from dconf-editor-dbg to new dbgsym packages by
+    using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
+    accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 17 Apr 2016 17:37:39 +0200
 

Modified: desktop/unstable/dconf-editor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/control?rev=48125&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/control	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/control	[utf-8] Sun Apr 17 15:45:10 2016
@@ -10,7 +10,7 @@
 Standards-Version: 3.9.6
 Build-Depends: dh-autoreconf,
                cdbs (>= 0.4.41),
-               debhelper (>= 9),
+               debhelper (>= 9.20160114),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.50.0),
                appstream-util,
@@ -33,14 +33,3 @@
  environment settings.
  .
  This package contains a graphical editor for settings stored in dconf.
-
-Package: dconf-editor-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: dconf-editor (= ${binary:Version}), ${misc:Depends}
-Description: simple configuration storage system editor - debugging symbols
- DConf is a low-level key/value database designed for storing desktop
- environment settings.
- .
- This package debugging symbols for dconf's graphical editor.

Modified: desktop/unstable/dconf-editor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/control.in?rev=48125&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/control.in	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/control.in	[utf-8] Sun Apr 17 15:45:10 2016
@@ -6,7 +6,7 @@
 Standards-Version: 3.9.6
 Build-Depends: dh-autoreconf,
                cdbs (>= 0.4.41),
-               debhelper (>= 9),
+               debhelper (>= 9.20160114),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.50.0),
                appstream-util,
@@ -29,14 +29,3 @@
  environment settings.
  .
  This package contains a graphical editor for settings stored in dconf.
-
-Package: dconf-editor-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: dconf-editor (= ${binary:Version}), ${misc:Depends}
-Description: simple configuration storage system editor - debugging symbols
- DConf is a low-level key/value database designed for storing desktop
- environment settings.
- .
- This package debugging symbols for dconf's graphical editor.

Modified: desktop/unstable/dconf-editor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/rules?rev=48125&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/rules	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/rules	[utf-8] Sun Apr 17 15:45:10 2016
@@ -8,7 +8,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_DH_AUTORECONF_ARGS = --as-needed
-DEB_DH_STRIP_ARGS = --dbg-package=dconf-editor-dbg
+DEB_DH_STRIP_ARGS = --dbgsym-migration='dconf-editor-dbg (<< 3.20.1-1~)'
 LDFLAGS += -Wl,--as-needed
 
 common-binary-post-install-arch:: list-missing




More information about the pkg-gnome-commits mailing list