r48914 - in /desktop/unstable/libsecret/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:08:33 UTC 2016


Author: biebl
Date: Thu May 26 04:08:32 2016
New Revision: 48914

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

Modified: desktop/unstable/libsecret/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/changelog?rev=48914&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libsecret/debian/changelog	[utf-8] Thu May 26 04:08:32 2016
@@ -1,3 +1,10 @@
+libsecret (0.18.5-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:08:04 +0200
+
 libsecret (0.18.5-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/libsecret/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/rules?rev=48914&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/rules	[utf-8] (original)
+++ desktop/unstable/libsecret/debian/rules	[utf-8] Thu May 26 04:08:32 2016
@@ -4,9 +4,6 @@
 
 %:
 	dh $@ --with autoreconf,gir,gnome
-
-override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules
 
 override_dh_install:
 	find debian/tmp/usr/lib -name '*.la' -delete




More information about the pkg-gnome-commits mailing list