[med-svn] [SCM] clinica branch, master, updated. 688d196bf47b8ed69cde949c8e40cdc9b902a3eb
Leonardo Robol
leo at robol.it
Sat Jan 7 10:02:28 UTC 2012
The following commit has been merged in the master branch:
commit e94e39bc4a893f5bc1510981eed8eca66bf1fc7a
Author: Leonardo Robol <leo at robol.it>
Date: Fri Jan 6 12:06:11 2012 +0100
Added clean rule to delete pyc files generated by waf.
diff --git a/debian/rules b/debian/rules
index 42caa31..7bb75b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ clean:
dh $@
./waf --nocache distclean
rm -f gschemas.compiled
+ if test -d "waflib"; then find waflib -name "*.pyc" -delete; fi
override_dh_auto_configure:
./waf --nocache configure --prefix=/usr
--
Simple medical records manager
More information about the debian-med-commit
mailing list