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

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Mon Nov 13 05:20:45 UTC 2017


    Date: Monday, November 13, 2017 @ 05:20:43
  Author: mithrandi
Revision: 14468

Replace rename with file-rename as this is gone from perl.

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2017-11-13 05:07:37 UTC (rev 14467)
+++ packages/mercurial/trunk/debian/changelog	2017-11-13 05:20:43 UTC (rev 14468)
@@ -2,6 +2,7 @@
 
   * New upstream release.
     - Refresh patches, remove patches applied upstream.
+  * Replace rename with file-rename as this is gone from perl.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Mon, 13 Nov 2017 06:19:31 +0200
 

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2017-11-13 05:07:37 UTC (rev 14467)
+++ packages/mercurial/trunk/debian/control	2017-11-13 05:20:43 UTC (rev 14468)
@@ -16,6 +16,7 @@
  python-all-dev (>= 2.6.6-3~),
  python-docutils,
  python-roman,
+ rename,
  unzip,
  zip,
 Standards-Version: 4.0.0

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2017-11-13 05:07:37 UTC (rev 14467)
+++ packages/mercurial/trunk/debian/rules	2017-11-13 05:20:43 UTC (rev 14468)
@@ -45,7 +45,7 @@
 
 	http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 1440 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
 
-	rename 's/\.deb-backup$$//' $(CURDIR)/tests/*
+	file-rename 's/\.deb-backup$$//' $(CURDIR)/tests/*
 endif
 
 override_dh_auto_install: $(PYVERS:%=install-python%)




More information about the Python-apps-commits mailing list