The following commit has been merged in the master branch:
commit 19b013ba0f6cd72e84eb18f1bcbce805705627a9
Author: Tomas Di Domenico <[email protected]>
Date: Tue Dec 11 19:35:25 2012 +0100
Minor corrections to debian/rules
diff --git a/debian/rules b/debian/rules
index 3cc473f..09026c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PYVERS := $(shell pyversions -r)
-PY3VERS := $(shell py3versions -r)
+PYVERS = $(shell pyversions -r)
+PY3VERS = $(shell py3versions -r)
%:
dh $@ --with python2,python3
@@ -21,8 +21,7 @@ override_dh_auto_build:
override_dh_auto_clean:
set -e; \
for py in $(PYVERS) $(PY3VERS); do \
- $$py -B setup.py clean; \
- rm -rf build; \
+ $$py -B setup.py clean -a; \
done
.PHONY: override_dh_auto_install
--
Packaging of python-csb
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit