r48918 - in /desktop/unstable/gnome-photos/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 26 04:15:59 UTC 2016


Author: biebl
Date: Thu May 26 04:15:59 2016
New Revision: 48918

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

Modified: desktop/unstable/gnome-photos/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/changelog?rev=48918&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/changelog	[utf-8] Thu May 26 04:15:59 2016
@@ -1,9 +1,13 @@
 gnome-photos (3.20.1-2) UNRELEASED; urgency=medium
 
-  * Team upload
+  [ Jeremy Bicha ]
   * debian/docs, debian/rules:
     - Install NEWS but don't install other files that duplicate the
       copyright file
+
+  [ 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 22:14:40 -0400
 

Modified: desktop/unstable/gnome-photos/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/rules?rev=48918&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/rules	[utf-8] Thu May 26 04:15:59 2016
@@ -6,9 +6,6 @@
 %:
 	dh $@ --with autoreconf,gnome
 
-override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules
-
 override_dh_install:
 	dh_install
 	rm -r debian/gnome-photos/usr/share/doc




More information about the pkg-gnome-commits mailing list