r48917 - in /packages/unstable/gnome-software/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:14:22 UTC 2016


Author: biebl
Date: Thu May 26 04:14:21 2016
New Revision: 48917

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

Modified: packages/unstable/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/changelog?rev=48917&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/changelog	[utf-8] Thu May 26 04:14:21 2016
@@ -1,7 +1,11 @@
 gnome-software (3.20.2-3) 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:33:35 -0400
 

Modified: packages/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/rules?rev=48917&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/rules	[utf-8] Thu May 26 04:14:21 2016
@@ -3,7 +3,6 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GS_CONFIGURE_FLAGS = --libdir=/usr/lib \
-		--disable-silent-rules \
 		--enable-odrs
 
 ifeq ($(DEB_HOST_ARCH_OS), linux)




More information about the pkg-gnome-commits mailing list