[SCM] Packaging for pytango branch, master, updated. debian/8.0.2-1-1-g970a0dd
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Wed May 15 07:37:02 UTC 2013
The following commit has been merged in the master branch:
commit 970a0ddfd6972e86389ba464fdbf953e9db7a00d
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Wed May 15 08:46:16 2013 +0200
now it build with --twice option
diff --git a/debian/rules b/debian/rules
index c2dae8e..d04e851 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,6 @@ PYTHON3=$(shell py3versions -vr)
%:
dh $@ --with python2,python3
-override_dh_clean:
- rm -rf build/sphinx
- dh_clean
-
build-python%:
python$* setup.py build
@@ -38,3 +34,8 @@ ifneq (,$(filter python-pytango-doc, $(shell dh_listpackages)))
# add the - for backport where dh_sphinxdoc is not available
-dh_sphinxdoc -ppython-pytango-doc
endif
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build
+ rm -rf *.egg-info
--
Packaging for pytango
More information about the debian-science-commits
mailing list