r50667 - in /desktop/unstable/clutter-gtk/debian: changelog rules

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


Author: biebl
Date: Sun Sep 18 16:29:50 2016
New Revision: 50667

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50667
Log:
Fix dh_autoreconf override to properly track the changes made by
autoreconf and use --as-needed.

Modified:
    desktop/unstable/clutter-gtk/debian/changelog
    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=50667&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/changelog	[utf-8] Sun Sep 18 16:29:50 2016
@@ -8,6 +8,8 @@
   * Drop debian/patches/git_disable-dubbel-buffer.patch, merged upstream.
   * Bump debhelper compat level to 10.
   * Bump Standards-Version to 3.9.8.
+  * Fix dh_autoreconf override to properly track the changes made by
+    autoreconf and use --as-needed.
 
  -- Andreas Henriksson <andreas at fatal.se>  Mon, 05 Sep 2016 10:09:04 +0200
 

Modified: desktop/unstable/clutter-gtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/rules?rev=50667&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/rules	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/rules	[utf-8] Sun Sep 18 16:29:50 2016
@@ -7,9 +7,12 @@
 %:
 	dh $@ --with gnome,gir
 
-override_dh_autoreconf:
+autoreconf:
 	gtkdocize --copy
 	autoreconf --force --install --verbose
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed debian/rules -- autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list