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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Wed Jul 8 19:30:32 UTC 2015


    Date: Wednesday, July 8, 2015 @ 19:30:31
  Author: vicho
Revision: 12081

Fix "FTBFS: recipe for target 'override_dh_auto_test' failed"
by using rename.  util-linux no longer provides rename.ul (Closes: #790266)

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2015-07-08 07:19:25 UTC (rev 12080)
+++ packages/mercurial/trunk/debian/changelog	2015-07-08 19:30:31 UTC (rev 12081)
@@ -2,6 +2,8 @@
 
   * New upstream release
   * Drop "XS-Testsuite" as it's no longer needed
+  * Fix "FTBFS: recipe for target 'override_dh_auto_test' failed"
+    by using rename.  util-linux no longer provides rename.ul (Closes: #790266)
 
  -- Javi Merino <vicho at debian.org>  Tue, 02 Jun 2015 21:24:24 +0100
 

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2015-07-08 07:19:25 UTC (rev 12080)
+++ packages/mercurial/trunk/debian/rules	2015-07-08 19:30:31 UTC (rev 12081)
@@ -41,7 +41,7 @@
 
 	http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 1440 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
 
-	rename.ul .deb-backup '' $(CURDIR)/tests/*
+	rename .deb-backup '' $(CURDIR)/tests/*
 endif
 
 override_dh_auto_install: $(PYVERS:%=install-python%)




More information about the Python-apps-commits mailing list