[Python-modules-commits] r31810 - in packages/python-git/trunk/debian (rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sat Feb 7 16:04:34 UTC 2015


    Date: Saturday, February 7, 2015 @ 16:04:33
  Author: yoh
Revision: 31810

override clean

Modified:
  packages/python-git/trunk/debian/rules

Modified: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules	2015-02-07 16:04:22 UTC (rev 31809)
+++ packages/python-git/trunk/debian/rules	2015-02-07 16:04:33 UTC (rev 31810)
@@ -19,9 +19,9 @@
      GIT_PYTHON_TEST_GIT_REPO_BASE=$(CURDIR)/build/test/GitPython \
 	 nosetests -s -v git/test
 
-clean:
+override_dh_auto_clean:
+	dh_auto_clean
 	rm -f lib/GitPython.egg-info/SOURCES.txt
-	dh clean
 	rm -rf build
 
 DOC_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p' | sed 's/~.*//')




More information about the Python-modules-commits mailing list