[Git][debian-gis-team/libgeo-proj4-perl][master] 9 commits: New upstream version 1.09

Sebastiaan Couwenberg gitlab at salsa.debian.org
Wed Jan 24 16:31:38 UTC 2018


Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / libgeo-proj4-perl


Commits:
58710cdd by Bas Couwenberg at 2018-01-24T17:12:00+01:00
New upstream version 1.09
- - - - -
8921abd5 by Bas Couwenberg at 2018-01-24T17:12:02+01:00
Merge tag 'upstream/1.09'

Upstream version 1.09

- - - - -
756aeb4a by Bas Couwenberg at 2018-01-24T17:12:20+01:00
New upstream release.

- - - - -
498d943e by Bas Couwenberg at 2018-01-24T17:13:53+01:00
Update copyright years for copyright holders.

- - - - -
0449d095 by Bas Couwenberg at 2018-01-24T17:15:14+01:00
Add Repository fields in upstream metadata.

- - - - -
fdbb4096 by Bas Couwenberg at 2018-01-24T17:16:02+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
e1f2fa01 by Bas Couwenberg at 2018-01-24T17:20:07+01:00
Mark libgeo-proj4-perl as Multi-Arch: same.

- - - - -
96f025f9 by Bas Couwenberg at 2018-01-24T17:25:49+01:00
Refresh patches.

- - - - -
efd3bbc4 by Bas Couwenberg at 2018-01-24T17:25:49+01:00
Set distribution to unstable.

- - - - -


15 changed files:

- Changes → ChangeLog
- − INSTALL
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- debian/changelog
- debian/control
- debian/copyright
- debian/patches/00-conf_ccflags.patch
- debian/upstream/metadata
- lib/Geo/Proj4.pm
- lib/Geo/Proj4.pod
- t/99pod.t → xt/99pod.t


Changes:

=====================================
Changes → ChangeLog
=====================================
--- a/Changes
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-Revision history for Perl extension Geo::Proj4.
+== Revision history for Perl extension Geo::Proj4.
+
+All modifications where created by Mark Overmeer, unless explicitly
+stated differently.
+
+version 1.09: Tue 23 Jan 17:59:12 CET 2018
+
+	Improvements:
+	- convert to GIT
+	- publish via GitHUB
+	- rename Changes into ChangeLog
 
 version 1.08: Thu 28 Dec 11:38:06 CET 2017
 
@@ -46,7 +56,7 @@ version 1.02: Wed Nov 23 09:24:16 CET 2011
 
 	- with Perl 14.2, the XS compile flags changed slightly causing
 	  a Dynaloader error.
-          rt.cpan.org#72626 [Dirk Stöcker]
+		rt.cpan.org#72626 [Dirk Stöcker]
 
 	Improvements:
 


=====================================
INSTALL deleted
=====================================
--- a/INSTALL
+++ /dev/null
@@ -1,24 +0,0 @@
-
-== INSTALL
-
-= Libray from scratch
-
-Geo::Proj4 uses XS to wrap the PROJ.4 cartographic projections library.
-You will need to have at least version 4.4.9 of the PROJ.4 library
-installed in order to build and use this module. You can get source
-code and binaries for the PROJ.4 library from its home page at
-http://www.remotesensing.org/proj/.
-
-= FWTools
-
-An other way to get the library is by installing FWTools, available
-at http://fwtools.maptools.org/
-
-In case you have installed FWTools, set environment variable
-GEOPROJ_FWTOOLS_DIR to the right location, before running Makefile.PL
-
-   export GEOPROJ_FWTOOLS_DIR=/home/myself/FWTools
-   perl Makefile.PL
-   make
-   make test
-   make install


=====================================
MANIFEST
=====================================
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
-Changes
-INSTALL
+ChangeLog
 MANIFEST
 META.yml
 Makefile.PL
@@ -13,6 +12,6 @@ lib/Geo/Proj4.pod
 src/4.8.0/projects.h
 t/10utm.t
 t/20clark80.t
-t/99pod.t
 typemap
+xt/99pod.t
 META.json                                Module JSON meta-data (added by MakeMaker)


=====================================
META.json
=====================================
--- a/META.json
+++ b/META.json
@@ -4,9 +4,10 @@
       "Mark Overmeer"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120630",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
    "license" : [
-      "perl_5"
+      "perl_5",
+      "unknown"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
@@ -29,11 +30,17 @@
          "requires" : {
             "ExtUtils::MakeMaker" : "0"
          }
-      },
-      "runtime" : {
-         "requires" : {}
       }
    },
    "release_status" : "stable",
-   "version" : "1.08"
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "https://github.com/markov2/perl5-Geo-Proj4.git",
+         "web" : "https://github.com/markov2/perl5-Geo-Proj4"
+      }
+   },
+   "version" : "1.09",
+   "x_homepage" : "http://perl.overmeer.net/CPAN/",
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }


=====================================
META.yml
=====================================
--- a/META.yml
+++ b/META.yml
@@ -3,19 +3,22 @@ abstract: 'Proj4 library for carthographic projections'
 author:
   - 'Mark Overmeer'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120630'
-license: perl
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
+license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Geo-Proj4
 no_index:
   directory:
     - t
     - inc
-requires: {}
-version: 1.08
+resources:
+  repository: https://github.com/markov2/perl5-Geo-Proj4.git
+version: '1.09'
+x_homepage: http://perl.overmeer.net/CPAN/
+x_serialization_backend: 'CPAN::Meta::YAML version 0.011'


=====================================
Makefile.PL
=====================================
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;
 require 5.006;
 
 # increased per release
-my $relversion = '1.08';
+my $relversion = '1.09';
 
 my $libversion = '4.4.9';
 
@@ -47,12 +47,25 @@ WriteMakefile
  , INC      => "-I$FWTools/include -I."
  , LIBS     => [ "-L$FWTools/lib -lproj" ]
  , LICENSE  => 'perl'
+
+ , META_MERGE =>
+      { 'meta-spec' => { version => 2 }
+      , resources  =>
+         { repository =>
+             { type => 'git'
+             , url  => 'https://github.com/markov2/perl5-Geo-Proj4.git'
+             , web  => 'https://github.com/markov2/perl5-Geo-Proj4'
+             }
+         }
+      , homepage => 'http://perl.overmeer.net/CPAN/'
+      , license  => [ 'http://dev.perl.org/licenses/' ]
+      }
  );
 
 ### used by oodist during production of this distribution
 sub MY::postamble { <<'__POSTAMBLE' }
 
 # for DIST, see PODTAIL.txt as well
-RAWDIR          = ../public_html/geoproj4/raw
-DISTDIR         = ../public_html/geoproj4/source
+RAWDIR          = ../public_html/geo-proj4/raw
+DISTDIR         = ../public_html/geo-proj4/source
 __POSTAMBLE


=====================================
README
=====================================
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-=== README for Geo-Proj4 version 1.08
-=   Generated on Thu Dec 28 11:39:34 2017 by OODoc 2.02
+=== README for Geo-Proj4 version 1.09
+=   Generated on Tue Jan 23 17:59:19 2018 by OODoc 2.02
 
 There are various ways to install this module:
 
@@ -9,16 +9,16 @@ There are various ways to install this module:
  (2) if you use Windows, have a look at http://ppm.activestate.com/
 
  (3) if you have downloaded this module manually (as root/administrator)
-       gzip -d Geo-Proj4-1.08.tar.gz
-       tar -xf Geo-Proj4-1.08.tar
-       cd Geo-Proj4-1.08
+       gzip -d Geo-Proj4-1.09.tar.gz
+       tar -xf Geo-Proj4-1.09.tar
+       cd Geo-Proj4-1.09
        perl Makefile.PL
        make          # optional
        make test     # optional
        make install
 
 For usage, see the included manual-pages or
-    http://search.cpan.org/dist/Geo-Proj4-1.08/
+    http://search.cpan.org/dist/Geo-Proj4-1.09/
 
 Please report problems to
     http://rt.cpan.org/Dist/Display.html?Queue=Geo-Proj4


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libgeo-proj4-perl (1.08-2) UNRELEASED; urgency=medium
+libgeo-proj4-perl (1.09-1) unstable; urgency=medium
 
+  * New upstream release.
   * Update copyright-format URL to use HTTPS.
+  * Update copyright years for copyright holders.
+  * Add Repository fields in upstream metadata.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Mark libgeo-proj4-perl as Multi-Arch: same.
+  * Refresh patches.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 20 Jan 2018 22:05:46 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 24 Jan 2018 17:16:03 +0100
 
 libgeo-proj4-perl (1.08-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,14 @@ Build-Depends: debhelper (>= 9),
                perl,
                proj-bin,
                libproj-dev
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libgeo-proj4-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/libgeo-proj4-perl.git
 Homepage: https://metacpan.org/release/Geo-Proj4
 
 Package: libgeo-proj4-perl
 Architecture: any
+Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${perl:Depends},


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Mark Overmeer <mark at overmeer.net>
 Source: https://metacpan.org/release/Geo-Proj4
 
 Files: *
-Copyright: © 2004-2017, Mark Overmeer <geo at overmeer.net>
+Copyright: 2004-2018, Mark Overmeer <geo at overmeer.net>
 License: Artistic or GPL-1+
 
 Files: examples/use_epsg.pl
@@ -16,7 +16,7 @@ Copyright: 2000, Frank Warmerdam
 License: MIT
 
 Files: debian/*
-Copyright: © 2011, David Paleino <dapal at debian.org>
+Copyright: 2011, David Paleino <dapal at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic


=====================================
debian/patches/00-conf_ccflags.patch
=====================================
--- a/debian/patches/00-conf_ccflags.patch
+++ b/debian/patches/00-conf_ccflags.patch
@@ -27,4 +27,4 @@ Last-Update: 2011-11-13
 + , INC      => "-I$FWTools/include -I. $Config{ccflags}"
   , LIBS     => [ "-L$FWTools/lib -lproj" ]
   , LICENSE  => 'perl'
-  );
+ 


=====================================
debian/upstream/metadata
=====================================
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -5,3 +5,5 @@ Bug-Submit: https://rt.cpan.org/Public/Bug/Report.html?Queue=Geo-Proj4
 Changelog: https://metacpan.org/changes/distribution/Geo-Proj4
 Contact: Mark Overmeer <mark at overmeer.net>
 Name: Geo-Proj4
+Repository: https://github.com/markov2/perl5-Geo-Proj4.git
+Repository-Browse: https://github.com/markov2/perl5-Geo-Proj4


=====================================
lib/Geo/Proj4.pm
=====================================
--- a/lib/Geo/Proj4.pm
+++ b/lib/Geo/Proj4.pm
@@ -1,10 +1,14 @@
-# Copyrights 2017 by [Mark Overmeer].
-#  For other contributors see Changes.
+# Copyrights 2018 by [Mark Overmeer].
+#  For other contributors see ChangeLog.
 # See the manual pages for details on the licensing terms.
 # Pod stripped from pm file by OODoc 2.02.
+# This code is part of distribution Geo-Proj4.  Meta-POD processed with
+# OODoc into POD and HTML manual-pages.  See README.md
+# Copyright Mark Overmeer.  Licensed under the same terms as Perl itself.
+
 package Geo::Proj4;
 use vars '$VERSION';
-$VERSION = '1.08';
+$VERSION = '1.09';
 
 
 use strict;


=====================================
lib/Geo/Proj4.pod
=====================================
--- a/lib/Geo/Proj4.pod
+++ b/lib/Geo/Proj4.pod
@@ -352,10 +352,6 @@ calculating projections, this is more important than on maps.
 
 See the Geo::Point website at L<http://perl.overmeer.net/geo/> for
 an html version of this and related modules;
-L</Geo::GML>,
-L</Geo::Point>,
-L</Geo::WKT> and
-L</Math::Polygon>
 
 Effusive thanks to Frank Warmerdam (maintainer of PROJ.4) and Gerald
 Evenden (main contributor of PROJ.4). Their PROJ.4 library home page:
@@ -366,7 +362,7 @@ proj(1), cs2cs(1), pj_init(3).
 =head1 COPYRIGHTS
 
 Developed and maintained by Mark Overmeer E<lt>markov at cpan.orgE<gt>.
-Copyright (c) 2004-2017 by the authors. All rights reserved.
+Copyright (c) 2004-2018 by the authors. All rights reserved.
 
 Originally Written by Schuyler Erle E<lt>schuyler at nocat.netE<gt> and
 Rich Gibson E<lt>rich at nocat.netE<gt>.  Their site: Mapping Hacks home


=====================================
t/99pod.t → xt/99pod.t
=====================================



View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-proj4-perl/compare/35d29fb6781d187230356747297b0a1b1cfc8f84...efd3bbc445b35ec5429b2f43b552ef6ef97eb0d9

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-proj4-perl/compare/35d29fb6781d187230356747297b0a1b1cfc8f84...efd3bbc445b35ec5429b2f43b552ef6ef97eb0d9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180124/de624db9/attachment-0001.html>


More information about the Pkg-grass-devel mailing list