[rasterio] 02/07: Enable python3

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Oct 28 21:06:46 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 d70dd818f59819070db588d9ceea1dfe574f2dcd
Author: Johan Van de Wauw <johan.vandewauw at 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



More information about the Pkg-grass-devel mailing list