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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Mar 6 13:22:39 UTC 2016


    Date: Sunday, March 6, 2016 @ 13:22:38
  Author: vicho
Revision: 12886

Fix "FTBFS when built with dpkg-buildpackage -A".  Thanks Julien Cristau for the patch (Closes: #807021)

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/rules	(contents, properties)

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2016-03-06 12:34:45 UTC (rev 12885)
+++ packages/mercurial/trunk/debian/changelog	2016-03-06 13:22:38 UTC (rev 12886)
@@ -1,3 +1,10 @@
+mercurial (3.7.2-3) UNRELEASED; urgency=medium
+
+  * Fix "FTBFS when built with dpkg-buildpackage -A".  Thanks Julien
+    Cristau for the patch (Closes: #807021)
+
+ -- Javi Merino <vicho at debian.org>  Sun, 06 Mar 2016 13:17:25 +0000
+
 mercurial (3.7.2-2) unstable; urgency=medium
 
   * Don't run test-clonebundle.t when building.  Reproducible builds don't

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2016-03-06 12:34:45 UTC (rev 12885)
+++ packages/mercurial/trunk/debian/rules	2016-03-06 13:22:38 UTC (rev 12886)
@@ -86,6 +86,9 @@
 override_dh_python2:
 	dh_python2
 	find debian/mercurial/usr/share -type d -empty -delete
+	if test -d debian/mercurial; then \
+		find debian/mercurial/usr/share -type d -empty -delete ; \
+	fi
 
 override_dh_auto_clean: mercurial/__version__.py
 	cp -a mercurial/__version__.py mercurial/__version__.py.save




More information about the Python-apps-commits mailing list