r30537 - in /desktop/unstable/glib2.0/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 15 16:00:33 UTC 2011


Author: biebl
Date: Sat Oct 15 16:00:32 2011
New Revision: 30537

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30537
Log:
* Bump debhelper compatibility level to 8.
  - Bump Build-Depends on debhelper.
  - Don't pass --dbg-package= without an argument to dh_strip as commands
    will fail rather than warn when they are passed unknown options.

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/compat
    desktop/unstable/glib2.0/debian/control
    desktop/unstable/glib2.0/debian/control.in
    desktop/unstable/glib2.0/debian/rules

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=30537&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Sat Oct 15 16:00:32 2011
@@ -4,6 +4,10 @@
   * debian/watch:
     - Update to version 3.
     - Track .xz tarballs.
+  * Bump debhelper compatibility level to 8.
+    - Bump Build-Depends on debhelper.
+    - Don't pass --dbg-package= without an argument to dh_strip as commands
+      will fail rather than warn when they are passed unknown options.
   * Don't use brace expansion in debian/libglib2.0-0.install and
     debian/libglib2.0-dev.install.
 

Modified: desktop/unstable/glib2.0/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/compat?rev=30537&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/compat [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/compat [utf-8] Sat Oct 15 16:00:32 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: desktop/unstable/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control?rev=30537&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/control [utf-8] Sat Oct 15 16:00:32 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>> 5.0.22),
+Build-Depends: debhelper (>> 8),
                cdbs (>= 0.4.90),
                dh-autoreconf,
                pkg-config (>= 0.16.0),

Modified: desktop/unstable/glib2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control.in?rev=30537&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/control.in [utf-8] Sat Oct 15 16:00:32 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>> 5.0.22),
+Build-Depends: debhelper (>> 8),
                cdbs (>= 0.4.90),
                dh-autoreconf,
                pkg-config (>= 0.16.0),

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=30537&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules [utf-8] Sat Oct 15 16:00:32 2011
@@ -44,7 +44,7 @@
 DEB_DH_MAKESHLIBS_ARGS_$(REFDBG_PKG) = --no-act
 DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act
 # Don't put the symbols in the -dbg package
-DEB_DH_STRIP_ARGS_$(UDEB_PKG) = --dbg-package=
+DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
 
 DEB_MAKE_CHECK_TARGET = -k check || true
 




More information about the pkg-gnome-commits mailing list