[SCM] The Molecular Modelling Toolkit packaging branch, master, updated. upstream/2.7.5_beta2-38-ge06bdb1

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sat Sep 24 19:22:50 UTC 2011


The following commit has been merged in the master branch:
commit 74ace98a46ed5e2a75612d3db2ad53752f1bf885
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Sep 24 19:01:41 2011 +0200

    remove the cython generated files during the build.
    
    that way thoses files will be regenerated.

diff --git a/debian/rules b/debian/rules
index 85795aa..0797039 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ get-orig-source:
 	uscan --force-download --upstream-version $(VERSION) --repack
 
 override_dh_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
 

-- 
The Molecular Modelling Toolkit packaging



More information about the debian-science-commits mailing list