[Git][debian-gis-team/libgeo-shapelib-perl][master] Import Debian changes 0.22-1

Sebastiaan Couwenberg gitlab at salsa.debian.org
Thu Jan 4 19:42:35 UTC 2018


Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / libgeo-shapelib-perl


Commits:
b3470701 by Francesco Paolo Lovergine at 2017-12-31T16:28:16+01:00
Import Debian changes 0.22-1

libgeo-shapelib-perl (0.22-1) unstable; urgency=medium

  * Initial release (closes: #885932)

- - - - -


7 changed files:

- + debian/changelog
- + debian/compat
- + debian/control
- + debian/copyright
- + debian/rules
- + debian/source/format
- + debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libgeo-shapelib-perl (0.22-1) unstable; urgency=medium
+
+  * Initial release (closes: #885932)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 31 Dec 2017 16:13:21 +0100


=====================================
debian/compat
=====================================
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9


=====================================
debian/control
=====================================
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libgeo-shapelib-perl
+Section: perl
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: debhelper (>= 9)
+ , libshp-dev
+Build-Depends-Indep: perl
+ , libtree-r-perl
+Standards-Version: 4.1.2
+Homepage: https://github.com/ajolma/Geo-Shapelib
+
+Package: libgeo-shapelib-perl
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${misc:Depends}
+ , ${perl: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.


=====================================
debian/copyright
=====================================
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Geo-Shapelib
+Source: https://metacpan.org/pod/Geo::Shapelib
+
+Files: *
+Copyright: 2000 AriJolma
+License: Artistic
+
+Files: debian/*
+Copyright: 2017 Francesco Paolo Lovergine <frankie at debian.org>
+License: Apache-2.0
+
+License: Artistic
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ https://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+


=====================================
debian/rules
=====================================
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# 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
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+	dh $@
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+


=====================================
debian/source/format
=====================================
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
debian/watch
=====================================
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Geo-Shapelib .*/Geo-Shapelib-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)



View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl/commit/b3470701190a8e7505f0ebb8a622401b212bb776

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl/commit/b3470701190a8e7505f0ebb8a622401b212bb776
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180104/453c24f8/attachment-0001.html>


More information about the Pkg-grass-devel mailing list