r48927 - in /packages/unstable/gnome-characters/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:49:11 UTC 2016


Author: biebl
Date: Thu May 26 04:49:11 2016
New Revision: 48927

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

Modified: packages/unstable/gnome-characters/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/changelog?rev=48927&op=diff
==============================================================================
--- packages/unstable/gnome-characters/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-characters/debian/changelog	[utf-8] Thu May 26 04:49:11 2016
@@ -1,7 +1,11 @@
 gnome-characters (3.20.1-2) UNRELEASED; urgency=medium
 
-  * Team upload
+  [ Jeremy Bicha ]
   * Add debian/docs to install NEWS
+
+  [ Michael Biebl ]
+  * Drop --disable-silent-rules from debian/rules. This is now handled by dh
+    directly depending on whether the DH_QUIET environment variable is set.
 
  -- Jeremy Bicha <jbicha at linux.com>  Tue, 24 May 2016 23:19:45 -0400
 

Modified: packages/unstable/gnome-characters/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/rules?rev=48927&op=diff
==============================================================================
--- packages/unstable/gnome-characters/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-characters/debian/rules	[utf-8] Thu May 26 04:49:11 2016
@@ -6,7 +6,7 @@
 	dh $@ --with gnome
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules --disable-dogtail
+	dh_auto_configure -- --disable-dogtail
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-gnome-commits mailing list