r51038 - in /desktop/unstable/gobject-introspection/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 17:07:22 UTC 2016


Author: biebl
Date: Wed Sep 21 17:07:22 2016
New Revision: 51038

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

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/compat
    desktop/unstable/gobject-introspection/debian/control
    desktop/unstable/gobject-introspection/debian/control.in
    desktop/unstable/gobject-introspection/debian/rules

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=51038&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Wed Sep 21 17:07:22 2016
@@ -7,6 +7,7 @@
   * New upstream release.
   * Bump libglib2.0-dev to (>= 2.50.0) as per configure.ac changes.
   * Convert from cdbs to dh.
+  * Bump debhelper compat level to 10.
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 13 Sep 2016 15:18:15 +0200
 

Modified: desktop/unstable/gobject-introspection/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/compat?rev=51038&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/compat	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/compat	[utf-8] Wed Sep 21 17:07:22 2016
@@ -1 +1 @@
-8
+10

Modified: desktop/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control?rev=51038&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control	[utf-8] Wed Sep 21 17:07:22 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>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 8),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                python3-dev,
                pkg-config,

Modified: desktop/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control.in?rev=51038&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control.in	[utf-8] Wed Sep 21 17:07:22 2016
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 8),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                python3-dev,
                pkg-config,

Modified: desktop/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/rules?rev=51038&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/rules	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/rules	[utf-8] Wed Sep 21 17:07:22 2016
@@ -7,11 +7,10 @@
 	pod2man -c "gobject-introspection" -r "$(DEB_VERSION)" $< $@
 
 %:
-	dh $@ --with autoreconf,gnome,python3
+	dh $@ --with gnome,python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 		--enable-gtk-doc \
 		--enable-doctool \
 		--with-python=python3




More information about the pkg-gnome-commits mailing list