[Python-apps-commits] r10228 - in packages/mercurial/trunk/debian (changelog rules)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sat Dec 7 22:30:14 UTC 2013


    Date: Saturday, December 7, 2013 @ 22:30:13
  Author: mithrandi
Revision: 10228

Pass -f to rm so that repeated builds succeed (Closes: #731623).

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/rules

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2013-12-07 00:37:23 UTC (rev 10227)
+++ packages/mercurial/trunk/debian/changelog	2013-12-07 22:30:13 UTC (rev 10228)
@@ -1,3 +1,9 @@
+mercurial (2.8.1-2) UNRELEASED; urgency=low
+
+  * Pass -f to rm so that repeated builds succeed (Closes: #731623).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 08 Dec 2013 00:28:56 +0200
+
 mercurial (2.8.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #731471)

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2013-12-07 00:37:23 UTC (rev 10227)
+++ packages/mercurial/trunk/debian/rules	2013-12-07 22:30:13 UTC (rev 10228)
@@ -96,7 +96,7 @@
 
 override_dh_clean:
 	dh_clean
-	rm tests/test-check-pyflakes.t
+	rm -f tests/test-check-pyflakes.t
 
 mercurial/__version__.py:
 	@echo "$@ is missing (you probably call 'make clean' directly)."




More information about the Python-apps-commits mailing list