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

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

commit d70dd818f59819070db588d9ceea1dfe574f2dcd
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Tue Oct 28 21:35:43 2014 +0100

    Enable python3
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ee1569d..b4083ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,9 @@
 export PYBUILD_NAME=rasterio
 
 %:
-       dh $@ --with python2 --buildsystem pybuild
+       dh $@ --with python2,python3 --buildsystem pybuild
+
+override_dh_clean:
+       dh_clean
+       rm -rf *.c
+       rm -rf *.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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