Skip to content
Commits on Source (7)
libgeo-shapelib-perl (0.22-2) UNRELEASED; urgency=medium
* Team upload.
[ Francesco Paolo Lovergine ]
* Added missing gbp.conf
[ Bas Couwenberg ]
* Restructure control file with cme.
* Add standalone license paragraph for Artistic-2.0 license.
* Enable all hardening buildflags.
* Move Build-Depends-Indep to Build-Depends,
no Architecture: all binary packages are built.
* Add autopkgtest to test installability.
* Improve extended description.
* Add upstream metadata.
* Add patch to fix pod2man errors.
-- Bas Couwenberg <sebastic@debian.org> Thu, 04 Jan 2018 21:19:41 +0100
libgeo-shapelib-perl (0.22-1) unstable; urgency=medium
* Initial release (closes: #885932)
......
......@@ -4,9 +4,9 @@ Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
libshp-dev
Build-Depends-Indep: perl,
libtree-r-perl
libshp-dev,
libtree-r-perl,
perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libgeo-shapelib-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/libgeo-shapelib-perl.git
......@@ -18,5 +18,11 @@ Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Perl extension for reading and writing shapefiles as defined by ESRI
This is a module to read, create and write shapefile as defined by ESRI, using
Perl. It provides the Perl binding for the Shapelib library.
Geo::Shapelib is a module to read, create and write shapefiles as
defined by ESRI, using Perl. It provides the Perl binding for the Shapelib
library.
.
The Shapefile format is a working and interchange format promoted by
ESRI for simple vector data with attributes. It is apparently the only
file format that can be edited in ARCView 2/3, and can also be exported
and imported in ArcGis.
Description: Fix pod2man errors.
unexpected item at lib/Geo/Shapelib.pm line 267
Author: Bas Couwenberg <sebastic@debian.org>
--- a/lib/Geo/Shapelib.pm
+++ b/lib/Geo/Shapelib.pm
@@ -264,7 +264,7 @@ This one creates a new, blank Perl shape
Rtree => 1
};
-=item Options:
+=head2 Options:
Like:
manpage-has-errors-from-pod2man.patch
......@@ -3,8 +3,8 @@
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
......
# Test installability
Depends: @
Test-Command: /bin/true
---
Archive: CPAN
Bug-Database: https://github.com/ajolma/Geo-Shapelib/issues
Bug-Submit: https://github.com/ajolma/Geo-Shapelib/issues/new
Changelog: https://metacpan.org/changes/distribution/Geo-Shapelib
Contact: Ari Jolma <ari.jolma@gmail.com>
Name: Geo-Shapelib
Repository: https://github.com/ajolma/Geo-Shapelib.git
Repository-Browse: https://github.com/ajolma/Geo-Shapelib