[python-shapely] 137/148: Delete cythonized files so that they are recreated

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-shapely.

commit 688fc603f8aa5e0778237e69f128f37bb2d2bb7d
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Mon Jul 27 16:48:33 2015 +0200

    Delete cythonized files so that they are recreated
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index b3668ee..0a73abb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,8 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 endif
 
 override_dh_auto_build:
+	rm -f shapely/vectorized/_vectorized.c
+	rm -f shapely/speedups/_speedups.so
 	rm -f shapely/speedups/_speedups.c
 	dh_auto_build
 	python setup.py build_sphinx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list