[med-svn] [SCM] python-csb branch, master, updated. f6f3d2a954bfa39de3ce77316af644ffaf143fbe

Tomas Di Domenico tdido at tdido.com.ar
Sun Dec 16 17:54:24 UTC 2012


The following commit has been merged in the master branch:
commit 19b013ba0f6cd72e84eb18f1bcbce805705627a9
Author: Tomas Di Domenico <tdido at tdido.com.ar>
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



More information about the debian-med-commit mailing list