r48913 - in /packages/unstable/polari/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:07:35 UTC 2016


Author: biebl
Date: Thu May 26 04:07:35 2016
New Revision: 48913

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48913
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:
    packages/unstable/polari/debian/changelog
    packages/unstable/polari/debian/rules

Modified: packages/unstable/polari/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/changelog?rev=48913&op=diff
==============================================================================
--- packages/unstable/polari/debian/changelog	[utf-8] (original)
+++ packages/unstable/polari/debian/changelog	[utf-8] Thu May 26 04:07:35 2016
@@ -1,3 +1,10 @@
+polari (3.20.2-3) 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:07:21 +0200
+
 polari (3.20.2-2) unstable; urgency=medium
 
   * Add missing Depends on gir1.2-secret-1. (Closes: #824388)

Modified: packages/unstable/polari/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/rules?rev=48913&op=diff
==============================================================================
--- packages/unstable/polari/debian/rules	[utf-8] (original)
+++ packages/unstable/polari/debian/rules	[utf-8] Thu May 26 04:07:35 2016
@@ -9,10 +9,6 @@
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
-
-override_dh_auto_configure:
-	dh_auto_configure -- \
-		--disable-silent-rules \
 
 override_dh_install:
 	# Since dh_install -X.la isn't working...




More information about the pkg-gnome-commits mailing list