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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Wed Jul 8 21:18:53 UTC 2015


    Date: Wednesday, July 8, 2015 @ 21:18:52
  Author: vicho
Revision: 12082

Correct the rename arguments to match what it is actually expecting

Modified:
  packages/mercurial/trunk/debian/rules

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




More information about the Python-apps-commits mailing list