[rasterio] 07/07: Clean cython c files

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Oct 28 21:06:47 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit 4731f5768a65800b2922b8b1f359c44232cdb0dc
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Oct 28 22:05:03 2014 +0100

    Clean cython c files
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8a93d36..53463a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,10 @@ export PYBUILD_NAME=rasterio
 
 override_dh_clean:
 	dh_clean
-	rm -rf *.c
-	rm -rf *.cpp
+	rm -f rasterio/*.c
+	rm -f rasterio/*.cpp
+	rm -f VERSION.txt
+	rm -f gdal-config.txt
 
 debian/rio.1:
 	help2man rio -N >debian/rio.1

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



More information about the Pkg-grass-devel mailing list