[python-pyproj] branch master updated (96c4232 -> 01d3a45)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Mar 1 03:36:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository python-pyproj.
from 96c4232 Releasing to sid
new 3c40a2e Merge changes from 1.8.9-1.1 NMU.
new fcc66d4 Add myself to Uploaders.
new aa0d5fe Update watch file with sepwatch changes.
new 24d3463 Add gbp.conf to use pristine-tar by default.
new 4e63545 Imported Upstream version 1.9.3
new 56bb796 Merge tag 'upstream/1.9.3'
new ffb8255 New upstream release.
new 8613522 Restructure control file with cme.
new 6ae9692 Bump debhelper compatibility to 9.
new 5894a31 Use canonical Vcs-* URLs.
new b928fc1 Enable parallel builds.
new c438dac Additional cleanup of generated files.
new 5e062b7 Update patches for new upstream release.
new 85fcc5e Set pybuild name to pyproj, remove pyversion file and add X-Python*-Version to control file.
new 0d15b58 Drop doc-base registration for README.html, no longer included.
new 64c1552 Update copyright file using copyright-format 1.0.
new 9aed810 Use setup-proj.py for system installed Proj.4 library.
new f05b8bc Add python-numpy dependencies.
new a48ecfe Add build dependency on libproj-dev.
new 1a8db71 Update watch file for GitHub releases.
new b09ed1c Imported Upstream version 1.9.4
new 4844e11 Merge tag 'upstream/1.9.4'
new 34ce8f4 New upstream release.
new 9c3dfe8 Add upstream metadata.
new 51b4292 Update docs for renamed README file.
new 47c9723 Update copyright file.
new d4c25ff Refresh patches for new upstream release.
new 461649c Use dh_install --list-missing.
new 901317b Move catch all target to top.
new b83ce34 Update Vcs-Browser URL to use cgit instead of gitweb.
new 258c276 Update Homepage URL for move to GitHub.
new 45f4744 Bump Standards-Version to 3.9.6, changes: canonical Vcs-* URLs, copyright-format 1.0.
new 59ed682 Drop obsolete dh_auto_install override.
new 01d3a45 Set distribution to experimental.
The 34 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changelog | 29 +-
LICENSE | 16 +
MANIFEST.in | 11 +-
PKG-INFO | 24 -
README | 447 --
README.html | 482 --
README.md | 14 +
_geod.c | 4298 -----------
_geod.pyx | 175 -
_proj.c | 6300 ++++++++++++----
_proj.pyx | 279 +-
_pyproj.pxi | 59 -
create_docs.sh | 2 +
debian/changelog | 37 +
debian/compat | 2 +-
debian/control | 53 +-
debian/copyright | 127 +-
debian/doc-base | 7 -
debian/docs | 2 -
debian/gbp.conf | 16 +
.../01-use_proj-data_instead_of_embedded.patch | 23 +-
debian/patches/02-dont_compile_datums.patch | 21 -
debian/patches/02-use_setup-proj.patch | 76 +
debian/patches/series | 2 +-
debian/python-pyproj.docs | 1 +
debian/python3-pyproj.docs | 1 +
debian/pyversions | 1 -
debian/rules | 34 +-
debian/upstream/metadata | 6 +
debian/watch | 7 +-
docs/api-objects.txt | 22 +
docs/class-tree.html | 120 +
docs/crarr.png | Bin 0 -> 340 bytes
docs/epydoc.css | 322 +
docs/epydoc.js | 293 +
docs/help.html | 262 +
docs/identifier-index.html | 229 +
docs/index.html | 442 ++
docs/module-tree.html | 100 +
docs/pyproj-module.html | 442 ++
docs/pyproj-pysrc.html | 974 +++
docs/pyproj.Geod-class.html | 529 ++
docs/pyproj.Proj-class.html | 457 ++
docs/redirect.html | 38 +
lib/pyproj/__init__.py | 510 +-
lib/pyproj/data/FL | Bin 8840 -> 0 bytes
lib/pyproj/data/IGNF | 422 +-
lib/pyproj/data/MD | Bin 3528 -> 0 bytes
lib/pyproj/data/TN | Bin 4392 -> 0 bytes
lib/pyproj/data/WI | Bin 6728 -> 0 bytes
lib/pyproj/data/WO | Bin 11080 -> 0 bytes
lib/pyproj/data/alaska | Bin 1053896 -> 0 bytes
lib/pyproj/data/conus | Bin 264392 -> 0 bytes
lib/pyproj/data/epsg | 7694 +++++++++++++-------
lib/pyproj/data/esri.extra | 4 -
lib/pyproj/data/hawaii | Bin 451976 -> 0 bytes
lib/pyproj/data/ntv2_out.dist | 12 +-
lib/pyproj/data/null | Bin 200 -> 0 bytes
lib/pyproj/data/other.extra | 4 +
lib/pyproj/data/proj_outIGNF.dist | 26 +-
lib/pyproj/data/prvi | Bin 26696 -> 0 bytes
lib/pyproj/data/stgeorge | Bin 59176 -> 0 bytes
lib/pyproj/data/stlrnc | Bin 26696 -> 0 bytes
lib/pyproj/data/stpaul | Bin 7016 -> 0 bytes
lib/pyproj/data/td_out.dist | 11 +
lib/pyproj/data/test27 | 13 +-
lib/pyproj/data/test83 | 13 +-
lib/pyproj/data/testIGNF | 19 +-
lib/pyproj/data/testdatumfile | 38 +-
lib/pyproj/data/testntv2 | 17 +-
lib/pyproj/data/testvarious | 574 +-
lib/pyproj/data/tv_out.dist | 297 +-
lib/pyproj/datadir.py | 6 +
nad2bin.c | 415 +-
setup-proj.py | 60 +
setup.py | 14 +-
setupegg.py | 6 -
src/PJ_aea.c | 12 +-
src/PJ_aeqd.c | 24 +-
src/PJ_airy.c | 8 +-
src/PJ_aitoff.c | 12 +-
src/PJ_bipc.c | 2 +-
src/PJ_bonne.c | 4 +-
src/PJ_calcofi.c | 138 +
src/PJ_cass.c | 2 +-
src/PJ_cea.c | 7 +-
src/PJ_chamb.c | 24 +-
src/PJ_eck4.c | 4 +-
src/PJ_eqc.c | 2 +-
src/PJ_eqdc.c | 6 +-
src/PJ_fouc_s.c | 4 +-
src/PJ_geos.c | 78 +-
src/PJ_gn_sinu.c | 16 +-
src/PJ_goode.c | 3 +
src/PJ_gstmerc.c | 2 +-
src/PJ_hammer.c | 26 +-
src/PJ_hammer.c.diff | 41 +
src/PJ_healpix.c | 573 ++
src/PJ_igh.c | 190 +
src/PJ_imw_p.c | 12 +-
src/PJ_isea.c | 1130 +++
src/PJ_krovak.c | 23 +-
src/PJ_labrd.c | 4 +-
src/PJ_lagrng.c | 4 +-
src/PJ_lcc.c | 10 +-
src/PJ_lcca.c | 8 +-
src/PJ_loxim.c | 2 +-
src/PJ_lsat.c | 8 +-
src/PJ_mbt_fps.c | 6 +-
src/PJ_merc.c | 6 +-
src/PJ_mod_ster.c | 2 +-
src/PJ_moll.c | 6 +-
src/PJ_natearth.c | 77 +
src/PJ_nell.c | 4 +-
src/PJ_nsper.c | 6 +-
src/PJ_ob_tran.c | 35 +-
src/PJ_ocea.c | 14 +-
src/PJ_oea.c | 20 +-
src/PJ_omerc.c | 287 +-
src/PJ_putp2.c | 4 +-
src/PJ_putp3.c | 2 +-
src/PJ_putp4p.c | 6 +-
src/PJ_putp6.c | 2 +-
src/PJ_qsc.c | 375 +
src/PJ_robin.c | 97 +-
src/PJ_rpoly.c | 2 +-
src/PJ_sconics.c | 10 +-
src/PJ_somerc.c | 10 +-
src/PJ_stere.c | 6 +-
src/PJ_sterea.c | 11 +-
src/PJ_sts.c | 2 +-
src/PJ_tmerc.c | 12 +-
src/PJ_tpeqd.c | 20 +-
src/PJ_urm5.c | 10 +-
src/PJ_urmfps.c | 8 +-
src/PJ_wag2.c | 4 +-
src/PJ_wag3.c | 2 +-
src/PJ_wink1.c | 2 +-
src/PJ_wink2.c | 2 +-
src/README | 4 +
src/aasincos.c | 12 +-
src/biveval.c | 128 +-
src/dmstor.c | 9 +-
src/emess.h | 4 -
src/geod.c | 245 -
src/geod_for.c | 110 -
src/geod_interface.c | 34 +
src/geod_interface.h | 45 +
src/geod_inv.c | 59 -
src/geod_set.c | 123 +-
src/geodesic.c | 1770 +++++
src/geodesic.h | 766 +-
src/hypot.c | 36 +
src/mk_cheby.c | 316 +-
src/nad_init.c | 183 +-
src/org_proj4_PJ.h | 135 +
src/pj_apply_gridshift.c | 186 +-
src/pj_apply_vgridshift.c | 211 +
src/pj_auth.c | 14 +-
src/pj_ctx.c | 200 +
src/pj_datum_set.c | 29 +-
src/pj_datums.c | 8 +-
src/pj_ell_set.c | 63 +-
src/pj_ellps.c | 1 +
src/pj_factors.c | 8 +-
src/pj_fileapi.c | 203 +
src/pj_fwd.c | 9 +-
src/pj_gauss.c | 8 +-
src/pj_gc_reader.c | 222 +
src/pj_gridcatalog.c | 281 +
src/pj_gridinfo.c | 524 +-
src/pj_gridlist.c | 110 +-
src/pj_init.c | 789 +-
src/pj_initcache.c | 124 +-
src/pj_inv.c | 8 +-
src/pj_list.c | 2 +-
src/pj_list.h | 8 +
src/{pj_geocent.c => pj_log.c} | 64 +-
src/pj_malloc.c | 14 +-
src/pj_mlfn.c | 6 +-
src/pj_mutex.c | 78 +-
src/pj_open_lib.c | 27 +-
src/pj_param.c | 14 +-
src/pj_phi2.c | 4 +-
src/pj_pr_list.c | 2 +-
src/pj_release.c | 2 +-
src/pj_strerrno.c | 7 +-
src/pj_transform.c | 316 +-
src/pj_utils.c | 77 +-
src/proj.def | 56 +
src/proj_api.h | 56 +-
src/proj_etmerc.c | 289 +
src/proj_mdist.c | 6 +-
src/proj_rouss.c | 4 +-
src/projects.h | 175 +-
src/vector1.c | 2 +-
test/geodtest.py | 27 +-
test/test_datum.py | 13 +-
unittest/test.py | 52 +
199 files changed, 26305 insertions(+), 12339 deletions(-)
create mode 100644 LICENSE
delete mode 100644 PKG-INFO
delete mode 100644 README
delete mode 100644 README.html
create mode 100644 README.md
delete mode 100644 _geod.c
delete mode 100644 _geod.pyx
delete mode 100644 _pyproj.pxi
create mode 100755 create_docs.sh
delete mode 100644 debian/doc-base
delete mode 100644 debian/docs
create mode 100644 debian/gbp.conf
delete mode 100644 debian/patches/02-dont_compile_datums.patch
create mode 100644 debian/patches/02-use_setup-proj.patch
create mode 100644 debian/python-pyproj.docs
create mode 100644 debian/python3-pyproj.docs
delete mode 100644 debian/pyversions
create mode 100644 debian/upstream/metadata
create mode 100644 docs/api-objects.txt
create mode 100644 docs/class-tree.html
create mode 100644 docs/crarr.png
create mode 100644 docs/epydoc.css
create mode 100644 docs/epydoc.js
create mode 100644 docs/help.html
create mode 100644 docs/identifier-index.html
create mode 100644 docs/index.html
create mode 100644 docs/module-tree.html
create mode 100644 docs/pyproj-module.html
create mode 100644 docs/pyproj-pysrc.html
create mode 100644 docs/pyproj.Geod-class.html
create mode 100644 docs/pyproj.Proj-class.html
create mode 100644 docs/redirect.html
delete mode 100644 lib/pyproj/data/FL
delete mode 100644 lib/pyproj/data/MD
delete mode 100644 lib/pyproj/data/TN
delete mode 100644 lib/pyproj/data/WI
delete mode 100644 lib/pyproj/data/WO
delete mode 100644 lib/pyproj/data/alaska
delete mode 100644 lib/pyproj/data/conus
delete mode 100644 lib/pyproj/data/hawaii
delete mode 100644 lib/pyproj/data/null
delete mode 100644 lib/pyproj/data/prvi
delete mode 100644 lib/pyproj/data/stgeorge
delete mode 100644 lib/pyproj/data/stlrnc
delete mode 100644 lib/pyproj/data/stpaul
create mode 100644 lib/pyproj/datadir.py
create mode 100644 setup-proj.py
delete mode 100644 setupegg.py
create mode 100644 src/PJ_calcofi.c
create mode 100644 src/PJ_hammer.c.diff
create mode 100644 src/PJ_healpix.c
create mode 100644 src/PJ_igh.c
create mode 100644 src/PJ_isea.c
create mode 100644 src/PJ_natearth.c
create mode 100644 src/PJ_qsc.c
create mode 100644 src/README
delete mode 100644 src/geod.c
delete mode 100644 src/geod_for.c
create mode 100644 src/geod_interface.c
create mode 100644 src/geod_interface.h
delete mode 100644 src/geod_inv.c
create mode 100644 src/geodesic.c
create mode 100644 src/hypot.c
create mode 100644 src/org_proj4_PJ.h
create mode 100644 src/pj_apply_vgridshift.c
create mode 100644 src/pj_ctx.c
create mode 100644 src/pj_fileapi.c
create mode 100644 src/pj_gc_reader.c
create mode 100644 src/pj_gridcatalog.c
copy src/{pj_geocent.c => pj_log.c} (54%)
create mode 100644 src/proj.def
create mode 100644 src/proj_etmerc.c
create mode 100644 unittest/test.py
--
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