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

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Thu Dec 5 23:14:58 UTC 2013


    Date: Thursday, December 5, 2013 @ 23:14:57
  Author: mithrandi
Revision: 10223

Remove pyflakes test to avoid build failures when pyflakes is installed.

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2013-12-05 22:36:13 UTC (rev 10222)
+++ packages/mercurial/trunk/debian/changelog	2013-12-05 23:14:57 UTC (rev 10223)
@@ -1,10 +1,11 @@
-mercurial (2.8.1-1) UNRELEASED; urgency=low
+mercurial (2.8.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #731471)
   * Add myself to Uploaders.
   * Add patch to fix test-i18n.
+  * Remove pyflakes test to avoid build failures when pyflakes is installed.
 
- -- Tristan Seligmann <mithrandi at debian.org>  Thu, 05 Dec 2013 20:44:21 +0200
+ -- Tristan Seligmann <mithrandi at debian.org>  Fri, 06 Dec 2013 01:14:40 +0200
 
 mercurial (2.8-3) unstable; urgency=low
 

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2013-12-05 22:36:13 UTC (rev 10222)
+++ packages/mercurial/trunk/debian/rules	2013-12-05 23:14:57 UTC (rev 10223)
@@ -94,6 +94,10 @@
 	mv mercurial/__version__.py.save mercurial/__version__.py
 	$(RM) -rv tmp/
 
+override_dh_clean:
+	dh_clean
+	rm tests/test-check-pyflakes.t
+
 mercurial/__version__.py:
 	@echo "$@ is missing (you probably call 'make clean' directly)."
 	@echo "Restore it from sources before building the package"




More information about the Python-apps-commits mailing list