r54622 - in /desktop/unstable/vte2.91/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 31 11:51:09 UTC 2017


Author: biebl
Date: Tue Oct 31 11:51:08 2017
New Revision: 54622

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54622
Log:
Bump debhelper compat level to 9 for automatic dh-autoreconf

Modified:
    desktop/unstable/vte2.91/debian/changelog
    desktop/unstable/vte2.91/debian/compat
    desktop/unstable/vte2.91/debian/control
    desktop/unstable/vte2.91/debian/control.in
    desktop/unstable/vte2.91/debian/rules

Modified: desktop/unstable/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/changelog?rev=54622&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/changelog	[utf-8] Tue Oct 31 11:51:08 2017
@@ -1,6 +1,7 @@
 vte2.91 (0.50.1-2) UNRELEASED; urgency=medium
 
   * Convert from cdbs to dh
+  * Bump debhelper compat level to 9 for automatic dh-autoreconf
 
  -- Michael Biebl <biebl at debian.org>  Tue, 31 Oct 2017 12:44:49 +0100
 

Modified: desktop/unstable/vte2.91/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/compat?rev=54622&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/compat	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/compat	[utf-8] Tue Oct 31 11:51:08 2017
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/vte2.91/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/control?rev=54622&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/control	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/control	[utf-8] Tue Oct 31 11:51:08 2017
@@ -8,11 +8,9 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 4.1.1
-Build-Depends: cdbs (>= 0.4.93~),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                gperf,
-               dh-autoreconf,
                libglib2.0-dev (>= 2.40.0),
                libpango1.0-dev (>= 1.22.0),
                libpcre2-dev (>= 10.21),

Modified: desktop/unstable/vte2.91/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/control.in?rev=54622&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/control.in	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/control.in	[utf-8] Tue Oct 31 11:51:08 2017
@@ -4,10 +4,9 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 4.1.1
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                gperf,
-               dh-autoreconf,
                libglib2.0-dev (>= 2.40.0),
                libpango1.0-dev (>= 1.22.0),
                libpcre2-dev (>= 10.21),

Modified: desktop/unstable/vte2.91/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/rules?rev=54622&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/rules	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/rules	[utf-8] Tue Oct 31 11:51:08 2017
@@ -10,7 +10,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf,gnome,gir
+	dh $@ --with gnome,gir
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list