r50665 - in /desktop/unstable/clutter-gtk/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Sep 18 16:18:56 UTC 2016


Author: biebl
Date: Sun Sep 18 16:18:56 2016
New Revision: 50665

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

Modified:
    desktop/unstable/clutter-gtk/debian/changelog
    desktop/unstable/clutter-gtk/debian/compat
    desktop/unstable/clutter-gtk/debian/control
    desktop/unstable/clutter-gtk/debian/control.in
    desktop/unstable/clutter-gtk/debian/rules

Modified: desktop/unstable/clutter-gtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/changelog?rev=50665&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/changelog	[utf-8] Sun Sep 18 16:18:56 2016
@@ -6,6 +6,7 @@
   [ Michael Biebl ]
   * New upstream release.
   * Drop debian/patches/git_disable-dubbel-buffer.patch, merged upstream.
+  * Bump debhelper compat level to 10.
 
  -- Andreas Henriksson <andreas at fatal.se>  Mon, 05 Sep 2016 10:09:04 +0200
 

Modified: desktop/unstable/clutter-gtk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/compat?rev=50665&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/compat	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/compat	[utf-8] Sun Sep 18 16:18:56 2016
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/clutter-gtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/control?rev=50665&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/control	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/control	[utf-8] Sun Sep 18 16:18:56 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>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
                gtk-doc-tools,
                libgtk-3-dev (>= 3.21.0),

Modified: desktop/unstable/clutter-gtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/control.in?rev=50665&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/control.in	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/control.in	[utf-8] Sun Sep 18 16:18:56 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 (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
                gtk-doc-tools,
                libgtk-3-dev (>= 3.21.0),

Modified: desktop/unstable/clutter-gtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/rules?rev=50665&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/rules	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/rules	[utf-8] Sun Sep 18 16:18:56 2016
@@ -2,11 +2,10 @@
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,--as-needed
-include /usr/share/dpkg/buildflags.mk
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with gnome,gir,autoreconf
+	dh $@ --with gnome,gir
 
 override_dh_autoreconf:
 	gtkdocize --copy
@@ -14,7 +13,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 		--enable-gtk-doc \
 		--enable-introspection=yes
 




More information about the pkg-gnome-commits mailing list