[Python-modules-commits] [python-git] 02/05: remove override_dh_auto_clean

Takaki Taniguchi takaki at moszumanska.debian.org
Sun Nov 29 08:23:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

takaki pushed a commit to annotated tag debian/1.0.1+git137-gc8b8379-2
in repository python-git.

commit ed8a4bdba22cb723c5cb6d98a3b925c2d351e2fc
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Sun Nov 29 16:59:29 2015 +0900

    remove override_dh_auto_clean
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index cbdc10d..8a67da3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,10 @@ override_dh_auto_test:
      GIT_PYTHON_TEST_GIT_REPO_BASE=$(CURDIR)/build/test/GitPython \
 	 nosetests -s -v git/test
 
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -f lib/GitPython.egg-info/SOURCES.txt
-	rm -rf build
+#override_dh_auto_clean:
+#	dh_auto_clean
+#	rm -f lib/GitPython.egg-info/SOURCES.txt
+#	rm -rf build
 
 DOC_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p' | sed 's/~.*//')
 UPSTREAM=$(shell dpkg-parsechangelog | sed -nr 's/Version: (.*)-[^-]*/\1/p')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-git.git



More information about the Python-modules-commits mailing list