r50448 - in /desktop/unstable/gnome-shell/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 16:11:35 UTC 2016


Author: biebl
Date: Tue Sep 13 16:11:35 2016
New Revision: 50448

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50448
Log:
Bump debhelper compat level to 10.

Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/compat
    desktop/unstable/gnome-shell/debian/control
    desktop/unstable/gnome-shell/debian/control.in
    desktop/unstable/gnome-shell/debian/rules

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=50448&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Tue Sep 13 16:11:35 2016
@@ -9,6 +9,7 @@
   [ Michael Biebl ]
   * New upstream development release.
   * Bump mutter dependencies to >= 3.21.92 as per configure.ac.
+  * Bump debhelper compat level to 10.
 
  -- Andreas Henriksson <andreas at fatal.se>  Thu, 01 Sep 2016 20:59:18 +0200
 

Modified: desktop/unstable/gnome-shell/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/compat?rev=50448&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/compat	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/compat	[utf-8] Tue Sep 13 16:11:35 2016
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control?rev=50448&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control	[utf-8] Tue Sep 13 16:11:35 2016
@@ -7,9 +7,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: autotools-dev,
-               debhelper (>= 9.20160114~),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-control-center-dev (>= 1:3.4),
                gnome-pkg-tools (>= 0.11),
                gobject-introspection (>= 1.49.1),

Modified: desktop/unstable/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control.in?rev=50448&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control.in	[utf-8] Tue Sep 13 16:11:35 2016
@@ -3,9 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: autotools-dev,
-               debhelper (>= 9.20160114~),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-control-center-dev (>= 1:3.4),
                gnome-pkg-tools (>= 0.11),
                gobject-introspection (>= 1.49.1),

Modified: desktop/unstable/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/rules?rev=50448&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/rules	[utf-8] Tue Sep 13 16:11:35 2016
@@ -7,7 +7,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf,gir,gnome
+	dh $@ --with gir,gnome
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list