[Reproducible-builds] [dh-python] 33/183: make sure pyversions is not needed during build

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:16 UTC 2014


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.

commit 6eed51f4e1848a9e78d4a53e7deedcc0aa0442b7
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Jul 3 18:35:22 2013 +0200

    make sure pyversions is not needed during build
---
 debian/rules            | 4 ++++
 tests/t201/debian/rules | 4 ++++
 tests/t203/debian/rules | 3 +++
 3 files changed, 11 insertions(+)

diff --git a/debian/rules b/debian/rules
index be9c1ba..ec11da1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
 	dh $@
 
+clean:
+	make clean
+	dh_clean
+
 override_dh_auto_test:
 	# FIXME
 
diff --git a/tests/t201/debian/rules b/tests/t201/debian/rules
index d0cc758..ed11754 100755
--- a/tests/t201/debian/rules
+++ b/tests/t201/debian/rules
@@ -14,3 +14,7 @@ override_dh_pysupport:
 		--recommends Mako\
 		--suggests 'Foo >= 0.1rc2'\
 		--suggests 'bar >= 1.0'
+
+clean:
+	dh_clean
+	rm -rf build
diff --git a/tests/t203/debian/rules b/tests/t203/debian/rules
index 35a9554..e3025aa 100755
--- a/tests/t203/debian/rules
+++ b/tests/t203/debian/rules
@@ -28,3 +28,6 @@ override_dh_pysupport:
 		/usr/lib/python${DPY}/dist-packages/foo/quux.so
 	# ... and complex multiple symlinks
 	DH_VERBOSE=1 ../../dh_python2
+
+clean:
+	dh_clean

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



More information about the Reproducible-builds mailing list