r48916 - in /packages/unstable/gsound/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:12:42 UTC 2016


Author: biebl
Date: Thu May 26 04:12:40 2016
New Revision: 48916

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

Modified: packages/unstable/gsound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/changelog?rev=48916&op=diff
==============================================================================
--- packages/unstable/gsound/debian/changelog	[utf-8] (original)
+++ packages/unstable/gsound/debian/changelog	[utf-8] Thu May 26 04:12:40 2016
@@ -3,6 +3,8 @@
   * Drop uploaders.mk from debian/rules as this breaks the clean target with
     dh. Instead use the gnome dh addon which updates debian/control via
     dh_gnome_clean.
+  * 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>  Wed, 06 Apr 2016 01:18:25 +0200
 

Modified: packages/unstable/gsound/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/rules?rev=48916&op=diff
==============================================================================
--- packages/unstable/gsound/debian/rules	[utf-8] (original)
+++ packages/unstable/gsound/debian/rules	[utf-8] Thu May 26 04:12:40 2016
@@ -4,6 +4,3 @@
 
 %:
 	dh $@ --with gir,gnome
-
-override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules




More information about the pkg-gnome-commits mailing list