[SCM] The Molecular Modelling Toolkit packaging branch, master, updated. upstream/2.7.5_beta4-45-ga6f9793

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Tue Feb 14 11:38:46 UTC 2012


The following commit has been merged in the master branch:
commit a6f9793f3a67f61934f0a4e29a78db01fe990079
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Feb 14 12:04:51 2012 +0100

    remove the build directory instead of executing python setup.py clean

diff --git a/debian/rules b/debian/rules
index 49912d6..1f13b1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,11 @@ VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
 get-orig-source:
 	uscan --force-download --upstream-version $(VERSION) --repack
 
-override_dh_clean:
+override_dh_auto_clean:
 	# remove the cpython generated files distributed by upstream
 	rm -f $(patsubst %.pyx,%.c,$(wildcard Src/*.pyx))
 	# remove the doc
-	rm -rf build/sphinx
-	dh_clean
+	rm -rf build
 
 override_dh_auto_test:
 	dh_auto_test

-- 
The Molecular Modelling Toolkit packaging



More information about the debian-science-commits mailing list