Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / libgeo-shapelib-perl
Commits: 45b0fdf5 by Bas Couwenberg at 2018-01-04T21:35:51+01:00 Update changelog for recent changes. - - - - - d51f586e by Bas Couwenberg at 2018-01-04T21:35:52+01:00 Enable all hardening buildflags. - - - - - 61bada1e by Bas Couwenberg at 2018-01-04T21:35:52+01:00 Move Build-Depends-Indep to Build-Depends, no Architecture: all binary packages are built. - - - - - 646304b6 by Bas Couwenberg at 2018-01-04T21:35:52+01:00 Add autopkgtest to test installability. - - - - - 3565ad16 by Bas Couwenberg at 2018-01-04T21:35:52+01:00 Improve extended description. - - - - - 6941ccc1 by Bas Couwenberg at 2018-01-04T21:35:52+01:00 Add upstream metadata. - - - - - 7c09c9af by Bas Couwenberg at 2018-01-04T21:46:32+01:00 Add patch to fix pod2man errors. - - - - - 7 changed files: - debian/changelog - debian/control - + debian/patches/manpage-has-errors-from-pod2man.patch - + debian/patches/series - debian/rules - + debian/tests/control - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +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 <[email protected]> Thu, 04 Jan 2018 21:19:41 +0100 + libgeo-shapelib-perl (0.22-1) unstable; urgency=medium * Initial release (closes: #885932) ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Uploaders: Francesco Paolo Lovergine <[email protected]> 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. ===================================== debian/patches/manpage-has-errors-from-pod2man.patch ===================================== --- /dev/null +++ b/debian/patches/manpage-has-errors-from-pod2man.patch @@ -0,0 +1,15 @@ +Description: Fix pod2man errors. + unexpected item at lib/Geo/Shapelib.pm line 267 +Author: Bas Couwenberg <[email protected]> + +--- 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: + ===================================== debian/patches/series ===================================== --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +manpage-has-errors-from-pod2man.patch ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -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 ===================================== debian/tests/control ===================================== --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +# Test installability +Depends: @ +Test-Command: /bin/true ===================================== debian/upstream/metadata ===================================== --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,9 @@ +--- +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 <[email protected]> +Name: Geo-Shapelib +Repository: https://github.com/ajolma/Geo-Shapelib.git +Repository-Browse: https://github.com/ajolma/Geo-Shapelib View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl/compare/fa665fb414ced7ca1f57f7123889bad0f0c5fda9...7c09c9afab7778a8637181dcc6ca55474b6875f8 --- View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl/compare/fa665fb414ced7ca1f57f7123889bad0f0c5fda9...7c09c9afab7778a8637181dcc6ca55474b6875f8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

