[DebianGIS-dev] [SCM] python-pyproj branch, master, updated. debian/1.8.7-1-6-gcb18f92

2010-09-16 Thread David Paleino
The following commit has been merged in the master branch:
commit cb4ae10903b741ef6d6a1c8222b4df7995f5ee4e
Author: David Paleino da...@debian.org
Date:   Thu Sep 16 10:23:28 2010 +0200

New upstream version

diff --git a/debian/changelog b/debian/changelog
index c9bbc4b..929997f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pyproj (1.8.8-1) UNRELEASED; urgency=low
+
+  * New upstream version
+
+ -- David Paleino da...@debian.org  Thu, 16 Sep 2010 10:23:12 +0200
+
 python-pyproj (1.8.7-1) unstable; urgency=low
 
   * New upstream version

-- 
python interface to PROJ.4 library

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


[DebianGIS-dev] [SCM] python-pyproj branch, master, updated. debian/1.8.7-1-6-gcb18f92

2010-09-16 Thread David Paleino
The following commit has been merged in the master branch:
commit 778bdb9f9c26354fcedd02fda60f5b76c966c669
Author: David Paleino da...@debian.org
Date:   Thu Sep 16 10:24:41 2010 +0200

debian/watch: don't use the redirector anymore, since I'm going to shut it 
down

diff --git a/debian/changelog b/debian/changelog
index 929997f..bdd1f1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 python-pyproj (1.8.8-1) UNRELEASED; urgency=low
 
   * New upstream version
+  * debian/watch: don't use the redirector anymore, since I'm going
+to shut it down
 
- -- David Paleino da...@debian.org  Thu, 16 Sep 2010 10:23:12 +0200
+ -- David Paleino da...@debian.org  Thu, 16 Sep 2010 10:24:24 +0200
 
 python-pyproj (1.8.7-1) unstable; urgency=low
 
diff --git a/debian/watch b/debian/watch
index 326c7d4..e8fc6d1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://googlecode.debian.net/p/pyproj/pyproj-(\d+.*)\.tar\.gz
+http://code.google.com/p/pyproj/downloads/list \
+   http://pyproj.googlecode.com/files/pyproj-(\d+.*)\.tar\.gz

-- 
python interface to PROJ.4 library

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


[DebianGIS-dev] [SCM] python-pyproj branch, master, updated. debian/1.8.7-1-6-gcb18f92

2010-09-16 Thread David Paleino
The following commit has been merged in the master branch:
commit 96df262f1caa781a533ff8feab247f8e9bad381b
Author: David Paleino da...@debian.org
Date:   Thu Sep 16 11:24:57 2010 +0200

debian/patches/02-dont_compile_datums.patch added: don't compile datum 
files, since we're using the ones provided by proj-data

diff --git a/debian/changelog b/debian/changelog
index bdd1f1f..9d28c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ python-pyproj (1.8.8-1) UNRELEASED; urgency=low
   * New upstream version
   * debian/watch: don't use the redirector anymore, since I'm going
 to shut it down
+  * debian/patches/02-dont_compile_datums.patch added: don't compile
+datum files, since we're using the ones provided by proj-data
 
- -- David Paleino da...@debian.org  Thu, 16 Sep 2010 10:24:24 +0200
+ -- David Paleino da...@debian.org  Thu, 16 Sep 2010 11:24:34 +0200
 
 python-pyproj (1.8.7-1) unstable; urgency=low
 
diff --git a/debian/patches/02-dont_compile_datums.patch 
b/debian/patches/02-dont_compile_datums.patch
new file mode 100644
index 000..d924990
--- /dev/null
+++ b/debian/patches/02-dont_compile_datums.patch
@@ -0,0 +1,21 @@
+From: David Paleino da...@debian.org
+Subject: don't compile datum files, as we're using the ones provided by
+ proj-data
+Origin: vendor
+Forwarded: not-needed
+
+---
+ setup.py |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- python-pyproj.orig/setup.py
 python-pyproj/setup.py
+@@ -7,7 +7,7 @@ extensions = [Extension(pyproj._proj,d
+ extensions.append(Extension(pyproj._geod,deps+['_geod.c'],include_dirs = 
['src']))
+ 
+ # create binary datum shift grid files.
+-if sys.argv[1] != 'sdist':
++if False:
+ cc = ccompiler.new_compiler()
+ sysconfig.customize_compiler(cc)
+ cc.set_include_dirs(['src'])
diff --git a/debian/patches/series b/debian/patches/series
index 5b24c50..cbd9482 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-use_proj-data_instead_of_embedded.patch
+02-dont_compile_datums.patch

-- 
python interface to PROJ.4 library

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