[python-pyproj] 01/01: Imported Debian patch 1.8.9-1.1

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 1 22:05:12 UTC 2015


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

sebastic pushed a commit to branch jessie
in repository python-pyproj.

commit 7fd933e7f57620fb18973ae8d5f6f6c1bbe15c00
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Aug 21 01:26:12 2013 -0400

    Imported Debian patch 1.8.9-1.1
---
 debian/changelog                            | 13 +++++++++++++
 debian/control                              | 19 ++++++++++++++++++-
 debian/{doc-base => python-pyproj.doc-base} |  0
 debian/{docs => python-pyproj.docs}         |  0
 debian/python-pyproj.install                |  1 +
 debian/python3-pyproj.doc-base              |  7 +++++++
 debian/{docs => python3-pyproj.docs}        |  0
 debian/python3-pyproj.install               |  1 +
 debian/rules                                |  5 +++--
 9 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d08de60..18243d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-pyproj (1.8.9-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add support for python3 (Closes: #720379)
+    - Add python3-pyroj to debian/control
+    - Add dh-python and python3-all-dev to build depends
+    - Build with python3 and buildstysem=pybuild
+    - Add debian/python-pyproj.install debian/python3-pyproj.install for
+      multi-binary package
+  * Drop obsolete build-dep on pysupport
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 21 Aug 2013 01:26:12 -0400
+
 python-pyproj (1.8.9-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index e33cffd..8707d05 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>
 Build-Depends:
  debhelper (>= 7.0.50~)
- , python-support
+ , dh-python
  , python-all-dev
+ , python3-all-dev
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/pyproj/
 Vcs-Git: git://git.debian.org/git/pkg-grass/python-pyproj.git
@@ -28,3 +29,19 @@ Description: Python interface to PROJ.4 library
  This is a Python binding to PROJ.4, it can receive coordinates as numpy
  arrays, Python arrays, lists or scalars. This module is optimized for
  numpy arrays.
+
+Package: python3-pyproj
+Architecture: any
+Depends:
+ ${python3:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , proj-data
+Description: Python 3 interface to PROJ.4 library
+ PROJ.4 performs cartographic transformations between geographic (lat/lon)
+ and map projection (x/y) coordinates. It can also transform directly
+ from one map projection coordinate system to another.
+ .
+ This is a Python 3 binding to PROJ.4, it can receive coordinates as numpy
+ arrays, Python arrays, lists or scalars. This module is optimized for
+ numpy arrays.
diff --git a/debian/doc-base b/debian/python-pyproj.doc-base
similarity index 100%
rename from debian/doc-base
rename to debian/python-pyproj.doc-base
diff --git a/debian/docs b/debian/python-pyproj.docs
similarity index 100%
copy from debian/docs
copy to debian/python-pyproj.docs
diff --git a/debian/python-pyproj.install b/debian/python-pyproj.install
new file mode 100644
index 0000000..5c87a15
--- /dev/null
+++ b/debian/python-pyproj.install
@@ -0,0 +1 @@
+usr/lib/python2*/dist-packages/*
diff --git a/debian/python3-pyproj.doc-base b/debian/python3-pyproj.doc-base
new file mode 100644
index 0000000..f3a04a1
--- /dev/null
+++ b/debian/python3-pyproj.doc-base
@@ -0,0 +1,7 @@
+Document: python3-pyproj
+Title: pyproj API reference
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python3-pyproj/README.html
+Files: /usr/share/doc/python3-pyproj/README.html
diff --git a/debian/docs b/debian/python3-pyproj.docs
similarity index 100%
rename from debian/docs
rename to debian/python3-pyproj.docs
diff --git a/debian/python3-pyproj.install b/debian/python3-pyproj.install
new file mode 100644
index 0000000..b1a8294
--- /dev/null
+++ b/debian/python3-pyproj.install
@@ -0,0 +1 @@
+usr/lib/python3*/dist-packages/*
diff --git a/debian/rules b/debian/rules
index 7e5b91e..e1a2c00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,9 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	find $(CURDIR)/debian/python-pyproj/ -name "data" -type d | xargs rm -rf
+	find $(CURDIR)/debian/tmp/ -name "data" -type d | xargs rm -rf
+
 
 %:
 	dh $@ \
-		--with python2
+		--with python2,python3 --buildsystem=pybuild

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



More information about the Pkg-grass-devel mailing list