[libgeo-coordinates-osgb-perl] branch master updated (02a29e7 -> ee387c8)
gregor herrmann
gregoa at debian.org
Fri Jan 22 23:08:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libgeo-coordinates-osgb-perl.
from 02a29e7 releasing package libgeo-coordinates-osgb-perl version 2.09-1
adds 2fca970 Imported Upstream version 2.11
new d5a8d01 Merge tag 'upstream/2.11'
new 29d4285 New upstream release.
new 2a6980b Update years of upstream and packaging copyright.
new eec1979 Update upstream license.
new 3281eb7 Update long description
new f8b00eb Add a patch to fix POD issues.
new ee387c8 releasing package libgeo-coordinates-osgb-perl version 2.11-1
The 7 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:
Changes | 37 +
MANIFEST | 34 +-
META.json | 2 +-
META.yml | 2 +-
MYMETA.yml | 21 -
README | 47 +-
debian/changelog | 11 +
debian/control | 21 +-
debian/copyright | 15 +-
debian/patches/pod.patch | 32 +
debian/patches/series | 1 +
examples/bng_to_ll.pl | 69 +-
examples/gbguessr.pl | 7 +-
examples/ll_to_bng.pl | 23 +-
examples/plotmaps.pl | 14 +-
examples/zero-points.pl | 4 +-
lib/Geo/Coordinates/British_Maps.pm | 1124 -
lib/Geo/Coordinates/OSGB.pm | 311870 +++++++++++++++++++++++++-
lib/Geo/Coordinates/OSGB/Background.pod | 362 +
lib/Geo/Coordinates/OSGB/Grid.pm | 722 +
lib/Geo/Coordinates/OSGB/Maps.pm | 1219 +
lib/Geo/Coordinates/OSTN02.pm | 310133 -------------------------
maps/catalogue-harvey-british-mountain.txt | 16 +
maps/catalogue-harvey-superwalker.txt | 40 +
maps/catalogue-os-explorer.txt | 835 +-
maps/catalogue-os-landranger.txt | 408 +-
maps/catalogue-os-one-inch.txt | 380 +-
maps/make_maps_code.pl | 341 +-
maps/plot_maps.pl | 34 +-
maps/polygons-harvey-british-mountain.txt | 16 +
maps/polygons-harvey-superwalker.txt | 40 +
maps/polygons-os-explorer.txt | 107 +-
maps/polygons-os-landranger.txt | 408 +-
maps/polygons-os-one-inch.txt | 380 +-
t/01load.t | 2 +
t/02known.t | 106 +-
t/03format.t | 64 +
t/03random.t | 104 -
t/04parsing.t | 118 +-
t/05load.t | 5 -
t/05random.t | 67 +
t/06osdata.t | 139 +
t/06transform.t | 23 -
t/07maps.t | 66 +
t/07osdata.t | 95 -
t/08out_of_range.t | 21 +-
t/09maps.t | 54 -
t/10osconversions.t | 47 -
48 files changed, 314837 insertions(+), 314849 deletions(-)
delete mode 100644 MYMETA.yml
create mode 100644 debian/patches/pod.patch
create mode 100644 debian/patches/series
delete mode 100644 lib/Geo/Coordinates/British_Maps.pm
create mode 100644 lib/Geo/Coordinates/OSGB/Background.pod
create mode 100644 lib/Geo/Coordinates/OSGB/Grid.pm
create mode 100644 lib/Geo/Coordinates/OSGB/Maps.pm
delete mode 100644 lib/Geo/Coordinates/OSTN02.pm
create mode 100644 maps/catalogue-harvey-british-mountain.txt
create mode 100644 maps/catalogue-harvey-superwalker.txt
create mode 100644 maps/polygons-harvey-british-mountain.txt
create mode 100644 maps/polygons-harvey-superwalker.txt
create mode 100644 t/03format.t
delete mode 100644 t/03random.t
delete mode 100644 t/05load.t
create mode 100644 t/05random.t
create mode 100644 t/06osdata.t
delete mode 100644 t/06transform.t
create mode 100644 t/07maps.t
delete mode 100644 t/07osdata.t
delete mode 100644 t/09maps.t
delete mode 100644 t/10osconversions.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgeo-coordinates-osgb-perl.git
More information about the Pkg-perl-cvs-commits
mailing list