[SCM] efficient 2D data-plotting library branch, master, updated. debian/2.1.6-2-2-gb3211e5

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Mon Feb 20 10:27:35 UTC 2012


The following commit has been merged in the master branch:
commit b3211e587da087f33b909c048ac4f1204d63596f
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Feb 20 11:27:14 2012 +0100

    fix an FTBFS on stable

diff --git a/debian/rules b/debian/rules
index c3dceef..3375c3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,10 @@ WITH_SPHINXDOC = $(shell if [ -x /usr/bin/dh_sphinxdoc ]; then echo "--with sphi
 get-orig-source:
 	uscan --force-download --upstream-version $(VERSION) --repack
 
-override_dh_clean:
-	dh_clean
+override_dh_autoclean:
 	rm -rf build
+	find . -name *.pyc -delete
+	dh_clean
 
 override_dh_auto_install:
 	dh_auto_install

-- 
efficient 2D data-plotting library



More information about the debian-science-commits mailing list