r50932 - in /desktop/unstable/gjs/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 21:05:15 UTC 2016


Author: biebl
Date: Tue Sep 20 21:05:14 2016
New Revision: 50932

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

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

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=50932&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Tue Sep 20 21:05:14 2016
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Convert from cdbs to dh.
+  * Bump debhelper compat level to 10.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 20 Sep 2016 22:33:41 +0200
 

Modified: desktop/unstable/gjs/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/compat?rev=50932&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/compat	[utf-8] (original)
+++ desktop/unstable/gjs/debian/compat	[utf-8] Tue Sep 20 21:05:14 2016
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control?rev=50932&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control	[utf-8] Tue Sep 20 21:05:14 2016
@@ -7,11 +7,9 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                gnome-common,
                gnome-pkg-tools,
-               autotools-dev,
-               dh-autoreconf,
                pkg-config,
                libglib2.0-dev (>= 2.42.0),
                libgirepository1.0-dev (>= 1.41.4),

Modified: desktop/unstable/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control.in?rev=50932&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gjs/debian/control.in	[utf-8] Tue Sep 20 21:05:14 2016
@@ -3,11 +3,9 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                gnome-common,
                gnome-pkg-tools,
-               autotools-dev,
-               dh-autoreconf,
                pkg-config,
                libglib2.0-dev (>= 2.42.0),
                libgirepository1.0-dev (>= 1.41.4),

Modified: desktop/unstable/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/rules?rev=50932&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/rules	[utf-8] (original)
+++ desktop/unstable/gjs/debian/rules	[utf-8] Tue Sep 20 21:05:14 2016
@@ -7,7 +7,7 @@
 LIBMOZJS = $(shell objdump -p debian/tmp/usr/lib/libgjs.so | awk '$$1=="NEEDED" && $$2~/^libmozjs/ { print $$2 }' | sed s/\\.so\\./-/ )
 
 %:
-	dh $@ --with autoreconf,gnome
+	dh $@ --with gnome
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list