r48926 - in /packages/unstable/gnome-clocks/debian: changelog rules

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


Author: biebl
Date: Thu May 26 04:48:18 2016
New Revision: 48926

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48926
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.
* Use override_dh_clean target to delete the vala stamp files.

Modified:
    packages/unstable/gnome-clocks/debian/changelog
    packages/unstable/gnome-clocks/debian/rules

Modified: packages/unstable/gnome-clocks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-clocks/debian/changelog?rev=48926&op=diff
==============================================================================
--- packages/unstable/gnome-clocks/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-clocks/debian/changelog	[utf-8] Thu May 26 04:48:18 2016
@@ -1,7 +1,12 @@
 gnome-clocks (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.
+  * Use override_dh_clean target to delete the vala stamp files.
 
  -- Jeremy Bicha <jbicha at linux.com>  Tue, 24 May 2016 23:14:18 -0400
 

Modified: packages/unstable/gnome-clocks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-clocks/debian/rules?rev=48926&op=diff
==============================================================================
--- packages/unstable/gnome-clocks/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-clocks/debian/rules	[utf-8] Thu May 26 04:48:18 2016
@@ -5,6 +5,7 @@
 %:
 	dh $@ --with autotools_dev,gnome
 
-override_dh_auto_configure:
-	find . -name "*_vala.stamp" | xargs rm -f
-	dh_auto_configure -- --disable-silent-rules
+override_dh_clean:
+	dh_clean
+	# delete the vala stamps, so that valac will always rebuild all sources
+	find . -name "*_vala.stamp" -delete




More information about the pkg-gnome-commits mailing list