Your message dated Sun, 01 Sep 2013 12:00:09 +0000
with message-id <e1vg6k9-0003ta...@franck.debian.org>
and subject line Bug#720379: fixed in python-pyproj 1.8.9-1.1
has caused the Debian Bug report #720379,
regarding python-pyproj: Please add python3 support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
720379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720379
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-pyproj
Version: 1.8.9-1
Severity: normal
Tags: patch

python-pyproj supports python3 upstream, but it's not packaged for Debian.
Please see the attached patch.  This would, I believe python3 support to be
added to pygrib too.  I can upload this as an NMU if you're prefer.

Scott K
diff -Nru python-pyproj-1.8.9/debian/changelog python-pyproj-1.8.9/debian/changelog
--- python-pyproj-1.8.9/debian/changelog	2011-03-09 11:39:26.000000000 -0500
+++ python-pyproj-1.8.9/debian/changelog	2013-08-21 01:45:21.000000000 -0400
@@ -1,3 +1,15 @@
+python-pyproj (1.8.9-2) UNRELEASED; urgency=low
+
+  * Add support for python3
+    - 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 <sc...@kitterman.com>  Wed, 21 Aug 2013 01:26:12 -0400
+
 python-pyproj (1.8.9-1) unstable; urgency=low
 
   * New upstream version
diff -Nru python-pyproj-1.8.9/debian/control python-pyproj-1.8.9/debian/control
--- python-pyproj-1.8.9/debian/control	2011-03-09 11:39:12.000000000 -0500
+++ python-pyproj-1.8.9/debian/control	2013-08-21 01:24:56.000000000 -0400
@@ -5,8 +5,9 @@
 Uploaders: David Paleino <da...@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 @@
  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 -Nru python-pyproj-1.8.9/debian/doc-base python-pyproj-1.8.9/debian/doc-base
--- python-pyproj-1.8.9/debian/doc-base	2010-08-02 15:28:23.000000000 -0400
+++ python-pyproj-1.8.9/debian/doc-base	1969-12-31 19:00:00.000000000 -0500
@@ -1,7 +0,0 @@
-Document: python-pyproj
-Title: pyproj API reference
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-pyproj/README.html
-Files: /usr/share/doc/python-pyproj/README.html
diff -Nru python-pyproj-1.8.9/debian/docs python-pyproj-1.8.9/debian/docs
--- python-pyproj-1.8.9/debian/docs	2010-08-02 15:28:23.000000000 -0400
+++ python-pyproj-1.8.9/debian/docs	1969-12-31 19:00:00.000000000 -0500
@@ -1,2 +0,0 @@
-README
-README.html
diff -Nru python-pyproj-1.8.9/debian/python3-pyproj.doc-base python-pyproj-1.8.9/debian/python3-pyproj.doc-base
--- python-pyproj-1.8.9/debian/python3-pyproj.doc-base	1969-12-31 19:00:00.000000000 -0500
+++ python-pyproj-1.8.9/debian/python3-pyproj.doc-base	2013-08-21 03:55:01.000000000 -0400
@@ -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 -Nru python-pyproj-1.8.9/debian/python3-pyproj.docs python-pyproj-1.8.9/debian/python3-pyproj.docs
--- python-pyproj-1.8.9/debian/python3-pyproj.docs	1969-12-31 19:00:00.000000000 -0500
+++ python-pyproj-1.8.9/debian/python3-pyproj.docs	2013-08-21 03:52:23.000000000 -0400
@@ -0,0 +1,2 @@
+README
+README.html
diff -Nru python-pyproj-1.8.9/debian/python3-pyproj.install python-pyproj-1.8.9/debian/python3-pyproj.install
--- python-pyproj-1.8.9/debian/python3-pyproj.install	1969-12-31 19:00:00.000000000 -0500
+++ python-pyproj-1.8.9/debian/python3-pyproj.install	2013-08-21 01:44:37.000000000 -0400
@@ -0,0 +1 @@
+usr/lib/python3*/dist-packages/*
diff -Nru python-pyproj-1.8.9/debian/python-pyproj.doc-base python-pyproj-1.8.9/debian/python-pyproj.doc-base
--- python-pyproj-1.8.9/debian/python-pyproj.doc-base	1969-12-31 19:00:00.000000000 -0500
+++ python-pyproj-1.8.9/debian/python-pyproj.doc-base	2010-08-02 15:28:23.000000000 -0400
@@ -0,0 +1,7 @@
+Document: python-pyproj
+Title: pyproj API reference
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-pyproj/README.html
+Files: /usr/share/doc/python-pyproj/README.html
diff -Nru python-pyproj-1.8.9/debian/python-pyproj.docs python-pyproj-1.8.9/debian/python-pyproj.docs
--- python-pyproj-1.8.9/debian/python-pyproj.docs	1969-12-31 19:00:00.000000000 -0500
+++ python-pyproj-1.8.9/debian/python-pyproj.docs	2010-08-02 15:28:23.000000000 -0400
@@ -0,0 +1,2 @@
+README
+README.html
diff -Nru python-pyproj-1.8.9/debian/python-pyproj.install python-pyproj-1.8.9/debian/python-pyproj.install
--- python-pyproj-1.8.9/debian/python-pyproj.install	1969-12-31 19:00:00.000000000 -0500
+++ python-pyproj-1.8.9/debian/python-pyproj.install	2013-08-21 01:44:08.000000000 -0400
@@ -0,0 +1 @@
+usr/lib/python2*/dist-packages/*
diff -Nru python-pyproj-1.8.9/debian/rules python-pyproj-1.8.9/debian/rules
--- python-pyproj-1.8.9/debian/rules	2011-03-09 11:38:40.000000000 -0500
+++ python-pyproj-1.8.9/debian/rules	2013-08-21 02:59:51.000000000 -0400
@@ -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

--- End Message ---
--- Begin Message ---
Source: python-pyproj
Source-Version: 1.8.9-1.1

We believe that the bug you reported is fixed in the latest version of
python-pyproj, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 720...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated python-pyproj 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 21 Aug 2013 01:26:12 -0400
Source: python-pyproj
Binary: python-pyproj python3-pyproj
Architecture: source i386
Version: 1.8.9-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Description: 
 python-pyproj - Python interface to PROJ.4 library
 python3-pyproj - Python 3 interface to PROJ.4 library
Closes: 720379
Changes: 
 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
Checksums-Sha1: 
 f35e671d14cd12c6459e5eca7e1618cd26141daf 1421 python-pyproj_1.8.9-1.1.dsc
 d2aa43a9a3bdc1f00b109a9f59f53bdc3d590cd6 4375 
python-pyproj_1.8.9-1.1.debian.tar.gz
 4c260049bc9dc7fa74edf6f49d73e0cbe0e64323 156026 
python-pyproj_1.8.9-1.1_i386.deb
 eaa1a1c6a3377cb9e7c75b035f12d1b466c9bd7f 157282 
python3-pyproj_1.8.9-1.1_i386.deb
Checksums-Sha256: 
 3f1ef0aeaf44aac2c3a6309264ba398f46cccb0b883758df22a32ca9803541f8 1421 
python-pyproj_1.8.9-1.1.dsc
 071520c0f494f3db196b85e13344eaebcae857a5157c170d3b40636548ce53d1 4375 
python-pyproj_1.8.9-1.1.debian.tar.gz
 2a8ea308d5efe50f303dd1d63ea377be2712b66300578cda9f5dd3fc19893d6b 156026 
python-pyproj_1.8.9-1.1_i386.deb
 765cabf7ddacda9b7ba9324a543c9002822012b8125e140b7b10192c57c23206 157282 
python3-pyproj_1.8.9-1.1_i386.deb
Files: 
 9a26b754b648bd76913afa127841b2e6 1421 python optional 
python-pyproj_1.8.9-1.1.dsc
 855afe00bc4d83115288cc0c684da622 4375 python optional 
python-pyproj_1.8.9-1.1.debian.tar.gz
 ad059b427721bf73c204bc222087fc04 156026 python optional 
python-pyproj_1.8.9-1.1_i386.deb
 edf392716b6fbe67e7243a0f20ff80b9 157282 python optional 
python3-pyproj_1.8.9-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIewMIACgkQHajaM93NaGpmlACgjTEobvR13zB2LRr+ORNRewUc
E4sAn24FvnyGEPXnsNhTQushQawpXLnb
=Fd6U
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
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