r50693 - in /packages/unstable/gedit-plugins/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Sep 18 19:38:36 UTC 2016


Author: biebl
Date: Sun Sep 18 19:38:36 2016
New Revision: 50693

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50693
Log:
Override dh_autoreconf and use the upstream autogen.sh script, required
for intltoolize.

Modified:
    packages/unstable/gedit-plugins/debian/changelog
    packages/unstable/gedit-plugins/debian/rules

Modified: packages/unstable/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/changelog?rev=50693&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog	[utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/changelog	[utf-8] Sun Sep 18 19:38:36 2016
@@ -4,6 +4,8 @@
   * Bump Build-Depends on libgtksourceview-3.0-dev to (>= 3.21.3) as per
     configure.ac.
   * Bump debhelper compat level to 10.
+  * Override dh_autoreconf and use the upstream autogen.sh script, required
+    for intltoolize.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 18 Sep 2016 21:20:50 +0200
 

Modified: packages/unstable/gedit-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/rules?rev=50693&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/rules	[utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/rules	[utf-8] Sun Sep 18 19:38:36 2016
@@ -6,6 +6,9 @@
 
 %:
 	dh $@ --with gnome,python3
+
+override_dh_autoreconf:
+	NOCONFIGURE=true dh_autoreconf ./autogen.sh
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list