r48912 - in /desktop/unstable/pygobject/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:06:29 UTC 2016


Author: biebl
Date: Thu May 26 04:06:23 2016
New Revision: 48912

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48912
Log:
Drop --disable-silent-rules from debian/rules. This is now handled by dh
directly depending on whether the DH_QUIET environment variable is set.

Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/rules

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=48912&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog	[utf-8] Thu May 26 04:06:23 2016
@@ -1,3 +1,10 @@
+pygobject (3.20.1-2) UNRELEASED; urgency=medium
+
+  * Drop --disable-silent-rules from debian/rules. This is now handled by dh
+    directly depending on whether the DH_QUIET environment variable is set.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 26 May 2016 06:00:58 +0200
+
 pygobject (3.20.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=48912&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules	[utf-8] Thu May 26 04:06:23 2016
@@ -14,10 +14,6 @@
     TESTSUITE_FAIL_CMD=$(NON_FATAL)
 endif
 
-configure_flags += \
-		--disable-silent-rules \
-		$(NULL)
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
@@ -25,7 +21,7 @@
 
 override_dh_auto_configure:
 	set -e && for x in $(FLAVOURS); do \
-	    dh_auto_configure --builddirectory=build-$$x -- PYTHON=/usr/bin/python$$x $(configure_flags); \
+	    dh_auto_configure --builddirectory=build-$$x -- PYTHON=/usr/bin/python$$x; \
 	done
 
 override_dh_auto_build:




More information about the pkg-gnome-commits mailing list