[SCM] python-pyproj branch, master, updated. debian/1.8.8-3-6-g96c4232

David Paleino dapal at debian.org
Wed Mar 9 17:11:40 UTC 2011


The following commit has been merged in the master branch:
commit f913842e0d1e3b4a55bd7d9d8bf8b25883d2cdac
Author: David Paleino <dapal at debian.org>
Date:   Wed Mar 9 17:39:23 2011 +0100

    Use dh_python2 in debian/rules

diff --git a/debian/changelog b/debian/changelog
index 93e9b50..59fd5b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ python-pyproj (1.8.9-1) UNRELEASED; urgency=low
 
   * New upstream version
   * Patches refreshed
+  * Use dh_python2 in debian/rules
 
- -- David Paleino <dapal at debian.org>  Wed, 09 Mar 2011 17:23:12 +0100
+ -- David Paleino <dapal at debian.org>  Wed, 09 Mar 2011 17:39:13 +0100
 
 python-pyproj (1.8.8-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 5f2298e..7e5b91e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,5 @@ override_dh_auto_install:
 	find $(CURDIR)/debian/python-pyproj/ -name "data" -type d | xargs rm -rf
 
 %:
-	dh $@
+	dh $@ \
+		--with python2

-- 
python interface to PROJ.4 library



More information about the Pkg-grass-devel mailing list