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

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sun Jul 4 07:34:37 UTC 2010


    Date: Sunday, July 4, 2010 @ 07:34:25
  Author: vdanjean
Revision: 5742

clean up tabs and dependencies in debian/rules

Modified:
  packages/mercurial/trunk/debian/rules

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2010-07-04 07:33:52 UTC (rev 5741)
+++ packages/mercurial/trunk/debian/rules	2010-07-04 07:34:25 UTC (rev 5742)
@@ -41,7 +41,6 @@
 	install -m 644 \
 		contrib/bash_completion \
 		$(CURDIR)/debian/mercurial/etc/bash_completion.d/mercurial
-	
 	# Install system-wide conffiles
 	echo "# system-wide mercurial configuration file" \
 		>  $(CURDIR)/debian/mercurial/etc/mercurial/hgrc
@@ -50,7 +49,6 @@
 	install -m 644 \
 		contrib/mergetools.hgrc \
 		$(CURDIR)/debian/mercurial/etc/mercurial/hgrc.d/mergetools.rc
-	
 	# remove arch-independent python stuff
 	find debian/mercurial/usr/lib \
 		! -name '*.so' ! -type d -delete , \
@@ -62,7 +60,7 @@
 		-name '*.so' ! -type d -delete , \
 		-type d -empty -delete
 
-override_dh_auto_clean:
+override_dh_auto_clean: mercurial/__version__.py
 	cp -a mercurial/__version__.py mercurial/__version__.py.save
 	$(MAKE) clean
 	mv mercurial/__version__.py.save mercurial/__version__.py




More information about the Python-apps-commits mailing list