Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Bump Standards-Version to 4.1.4, no changes.
· 99473668
Bas Couwenberg
authored
Apr 17, 2018
99473668
Add libtree-r-perl to dependencies.
· a5706cb8
Bas Couwenberg
authored
Apr 17, 2018
a5706cb8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a5706cb8
libgeo-shapelib-perl (0.22-3) UNRELEASED; urgency=medium
* Update Vcs-* URLs for Salsa.
* Bump Standards-Version to 4.1.4, no changes.
* Add libtree-r-perl to dependencies.
-- Bas Couwenberg <sebastic@debian.org> Sat, 31 Mar 2018 12:08:16 +0200
...
...
debian/control
View file @
a5706cb8
...
...
@@ -7,14 +7,15 @@ Build-Depends: debhelper (>= 9),
libshp-dev,
libtree-r-perl,
perl
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl
Vcs-Git: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl.git
Homepage: https://github.com/ajolma/Geo-Shapelib
Package: libgeo-shapelib-perl
Architecture: any
Depends: ${perl:Depends},
Depends: libtree-r-perl,
${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Perl extension for reading and writing shapefiles as defined by ESRI
...
...