r48921 - in /desktop/unstable/gnome-documents/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:18:50 UTC 2016


Author: biebl
Date: Thu May 26 04:18:50 2016
New Revision: 48921

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

Modified: desktop/unstable/gnome-documents/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/changelog?rev=48921&op=diff
==============================================================================
--- desktop/unstable/gnome-documents/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-documents/debian/changelog	[utf-8] Thu May 26 04:18:50 2016
@@ -1,12 +1,16 @@
 gnome-documents (3.20.0-3) UNRELEASED; urgency=medium
 
-  * Team upload
+  [ Jeremy Bicha ]
   * debian/patches/91_hide-gnome-books.patch:
     - Set NoDisplay=true for GNOME Books. (Closes: 824597) (LP: #1584522)
   * Add debian/docs: Although cdbs automatically installs upsteam NEWS
     without this file, it looks like dh needs it
   * debian/control.in: Bump Standards-Version to 3.9.8
   * debian/watch: Use https
+
+  [ 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>  Sun, 22 May 2016 16:29:52 -0400
 

Modified: desktop/unstable/gnome-documents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-documents/debian/rules?rev=48921&op=diff
==============================================================================
--- desktop/unstable/gnome-documents/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-documents/debian/rules	[utf-8] Thu May 26 04:18:50 2016
@@ -11,7 +11,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--disable-silent-rules \
 		--enable-getting-started
 
 override_dh_auto_install:




More information about the pkg-gnome-commits mailing list