Control: tags 903579 + pending
Dear maintainer,
I've prepared an NMU for basemap (versioned as 1.1.0+dfsg-2.1) and
uploaded it to DELAYED/2.
If you are going to upload it yourself, then feel free to change the
delay yourself.
Regards.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
diffstat for basemap-1.1.0+dfsg basemap-1.1.0+dfsg changelog | 10 ++++++++++ control | 2 +- docs | 2 +- rules | 2 ++ 4 files changed, 14 insertions(+), 2 deletions(-) diff -Nru basemap-1.1.0+dfsg/debian/changelog basemap-1.1.0+dfsg/debian/changelog --- basemap-1.1.0+dfsg/debian/changelog 2018-05-14 03:30:05.000000000 +0200 +++ basemap-1.1.0+dfsg/debian/changelog 2018-10-28 17:23:31.000000000 +0100 @@ -1,3 +1,13 @@ +basemap (1.1.0+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Julian Taylor ] + * Re-cythonize the sources at build time. Closes: #903579 + * Fix path to README.md in d/docs. + + -- Mattia Rizzolo <[email protected]> Sun, 28 Oct 2018 17:23:31 +0100 + basemap (1.1.0+dfsg-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru basemap-1.1.0+dfsg/debian/control basemap-1.1.0+dfsg/debian/control --- basemap-1.1.0+dfsg/debian/control 2018-05-14 03:30:05.000000000 +0200 +++ basemap-1.1.0+dfsg/debian/control 2018-10-28 16:56:37.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Sandro Tosi <[email protected]> Uploaders: Debian Python Modules Team <[email protected]> -Build-Depends: debhelper (>= 8.0.0), python-all, python-all-dev, python-all-dbg, python3-all, python3-all-dev, python3-all-dbg, libgeos-dev, python-httplib2, python-dap, dh-python, python-sphinx (>= 1.0.7+dfsg), python-numpy (>= 1:1.5.1-4), python-numpy-dbg, python3-numpy, python3-numpy-dbg, python-matplotlib, python-tk, python-netcdf4, python-pyproj, python-pyshp +Build-Depends: debhelper (>= 8.0.0), python-all, python-all-dev, python-all-dbg, python3-all, python3-all-dev, python3-all-dbg, cython3, libgeos-dev, python-httplib2, python-dap, dh-python, python-sphinx (>= 1.0.7+dfsg), python-numpy (>= 1:1.5.1-4), python-numpy-dbg, python3-numpy, python3-numpy-dbg, python-matplotlib, python-tk, python-netcdf4, python-pyproj, python-pyshp Standards-Version: 4.1.4 Homepage: http://matplotlib.org/basemap/ Vcs-Git: https://salsa.debian.org/python-team/modules/basemap.git diff -Nru basemap-1.1.0+dfsg/debian/docs basemap-1.1.0+dfsg/debian/docs --- basemap-1.1.0+dfsg/debian/docs 2018-05-14 03:30:05.000000000 +0200 +++ basemap-1.1.0+dfsg/debian/docs 2018-10-28 16:56:16.000000000 +0100 @@ -1,2 +1,2 @@ FAQ -README +README.md diff -Nru basemap-1.1.0+dfsg/debian/rules basemap-1.1.0+dfsg/debian/rules --- basemap-1.1.0+dfsg/debian/rules 2018-05-14 03:30:05.000000000 +0200 +++ basemap-1.1.0+dfsg/debian/rules 2018-10-28 17:01:49.000000000 +0100 @@ -9,11 +9,13 @@ override_dh_auto_install: set -e ; \ + cython3 -2 src/*pyx; \ for python in $(PY2VERS); do \ $$python setup.py install --prefix $(CURDIR)/debian/python-mpltoolkits.basemap/usr --install-layout=deb; \ $$python-dbg setup.py install --prefix $(CURDIR)/debian/python-mpltoolkits.basemap-dbg/usr --install-layout=deb; \ done set -e ; \ + cython3 -3 src/*pyx; \ for python in $(PY3VERS); do \ $$python setup.py install --prefix $(CURDIR)/debian/python3-mpltoolkits.basemap/usr --install-layout=deb; \ $$python-dbg setup.py install --prefix $(CURDIR)/debian/python3-mpltoolkits.basemap-dbg/usr --install-layout=deb; \
signature.asc
Description: PGP signature

