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 24acca68605b60bb515d9cd356d11ae55cd8fe30 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 4 21:02:42 2018 +0100 Restructure control file with cme. --- debian/control | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 71bb829..291b230 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,22 @@ Source: libgeo-shapelib-perl -Section: perl -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]> -Build-Depends: debhelper (>= 9) - , libshp-dev -Build-Depends-Indep: perl - , libtree-r-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 9), + libshp-dev +Build-Depends-Indep: perl, + libtree-r-perl Standards-Version: 4.1.3 -Homepage: https://github.com/ajolma/Geo-Shapelib 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 +Homepage: https://github.com/ajolma/Geo-Shapelib Package: libgeo-shapelib-perl Architecture: any -Depends: ${shlibs:Depends} - , ${misc:Depends} - , ${perl:Depends} +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. -- 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

