r52533 - in /desktop/unstable/totem-pl-parser/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Jul 1 23:09:03 UTC 2017


Author: biebl
Date: Sat Jul  1 23:09:03 2017
New Revision: 52533

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52533
Log:
Don't run ./configure during autoreconf.

Modified:
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/rules

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=52533&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog	[utf-8] Sat Jul  1 23:09:03 2017
@@ -2,6 +2,7 @@
 
   * New upstream release.
     - No longer uses deprecated gnome-common. (Closes: #829980)
+  * Don't run ./configure during autoreconf.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 02 Jul 2017 00:58:57 +0200
 

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=52533&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/rules	[utf-8] Sat Jul  1 23:09:03 2017
@@ -13,7 +13,7 @@
 		--enable-gtk-doc
 
 override_dh_autoreconf:
-	dh_autoreconf ./autogen.sh
+	NOCONFIGURE=true dh_autoreconf ./autogen.sh
 
 override_dh_makeshlibs:
 	dh_makeshlibs -p $(libtotem-plparserN) -V -- -c4




More information about the pkg-gnome-commits mailing list