The following commit has been merged in the master branch:
commit e94e39bc4a893f5bc1510981eed8eca66bf1fc7a
Author: Leonardo Robol <[email protected]>
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
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit