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

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

commit ffb40e9109ab4d8070e12a47c9bc9c3fa26d329b
Author: Pietro Battiston <m...@pietrobattiston.it>
Date:   Mon Jan 20 11:54:03 2014 +0100

    Remove VERSION.txt and _speedups.c, generated also on clean
---
 debian/rules | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 726dc7e..2e84a4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,13 @@
 %:
        dh  $@ --with python2
 
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -f VERSION.txt
+       rm -f shapely/speedups/_speedups.c
+       rm -f shapely/speedups/_speedups.so
+       rm -f Shapely.egg-info/*
+
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        set -e; for ver in `pyversions -vr`; do \
@@ -15,5 +22,5 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 endif
 
 override_dh_auto_build:
-       rm shapely/speedups/_speedups.c
+       rm -f shapely/speedups/_speedups.c
        dh_auto_build

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to