r51558 - in /packages/unstable/anjuta-extras/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 26 15:17:10 UTC 2016


Author: biebl
Date: Wed Oct 26 15:17:10 2016
New Revision: 51558

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

Modified:
    packages/unstable/anjuta-extras/debian/changelog
    packages/unstable/anjuta-extras/debian/compat
    packages/unstable/anjuta-extras/debian/control
    packages/unstable/anjuta-extras/debian/control.in
    packages/unstable/anjuta-extras/debian/rules

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=51558&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog	[utf-8] Wed Oct 26 15:17:10 2016
@@ -6,6 +6,7 @@
   * Use --disable-static instead of building static libraries and removing
     them later on.
   * Use dh_autoreconf --as-needed instead of patching ltmain.sh.
+  * Bump debhelper compat level to 10.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 26 Oct 2016 16:53:28 +0200
 

Modified: packages/unstable/anjuta-extras/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/compat?rev=51558&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/compat	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/compat	[utf-8] Wed Oct 26 15:17:10 2016
@@ -1 +1 @@
-9
+10

Modified: packages/unstable/anjuta-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control?rev=51558&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control	[utf-8] Wed Oct 26 15:17:10 2016
@@ -7,8 +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: debhelper (>= 9),
-               autotools-dev,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.11),
                gnome-common,
                gnome-doc-utils (>= 0.18),

Modified: packages/unstable/anjuta-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control.in?rev=51558&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control.in	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control.in	[utf-8] Wed Oct 26 15:17:10 2016
@@ -3,9 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
-               autotools-dev,
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.11),
                gnome-common,
                gnome-doc-utils (>= 0.18),

Modified: packages/unstable/anjuta-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/rules?rev=51558&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/rules	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/rules	[utf-8] Wed Oct 26 15:17:10 2016
@@ -5,7 +5,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf,autotools_dev,gnome
+	dh $@ --with gnome
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list