This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeo-shapelib-perl.
commit 7c09c9afab7778a8637181dcc6ca55474b6875f8 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 4 21:46:32 2018 +0100 Add patch to fix pod2man errors. --- debian/changelog | 1 + debian/patches/manpage-has-errors-from-pod2man.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 071fdb7..8c4a3e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ libgeo-shapelib-perl (0.22-2) UNRELEASED; urgency=medium * 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 diff --git a/debian/patches/manpage-has-errors-from-pod2man.patch b/debian/patches/manpage-has-errors-from-pod2man.patch new file mode 100644 index 0000000..df75c8a --- /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: + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..edd1350 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +manpage-has-errors-from-pod2man.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeo-shapelib-perl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

