r54840 - /desktop/unstable/gtk+3.0/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 12 22:53:41 UTC 2017


Author: biebl
Date: Sun Nov 12 22:53:41 2017
New Revision: 54840

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54840
Log:
Reposition arguments for dh_autoreconf

Fixes the following warning:

dh_autoreconf "NOCONFIGURE=true ./autogen.sh"
dh_autoreconf: doit() + doit_*() calls will no longer spawn a shell in compat 12 for single string arguments (please use complex_doit instead)
dh_autoreconf: This feature will be removed in compat 12.


Modified:
    desktop/unstable/gtk+3.0/debian/rules

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=54840&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Sun Nov 12 22:53:41 2017
@@ -150,7 +150,7 @@
 override_dh_auto_build: $(call dh_subst_files,$(binaries))
 
 override_dh_autoreconf:
-	dh_autoreconf "NOCONFIGURE=true ./autogen.sh"
+	NOCONFIGURE=true dh_autoreconf ./autogen.sh
 
 override_dh_auto_configure: debian/control
 	dh_auto_configure \




More information about the pkg-gnome-commits mailing list