[libgeo-shapelib-perl] 02/02: Import Debian changes 0.22-1

Francesco Lovergine frankie at moszumanska.debian.org
Thu Jan 4 19:31:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository libgeo-shapelib-perl.

commit b3470701190a8e7505f0ebb8a622401b212bb776
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Sun Dec 31 16:13:21 2017 +0100

    Import Debian changes 0.22-1
    
    libgeo-shapelib-perl (0.22-1) unstable; urgency=medium
    
      * Initial release (closes: #885932)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 20 ++++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/rules         | 23 +++++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dc2e5e0
--- /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
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..28a4377
--- /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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5bca74a
--- /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".
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4469961
--- /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)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..09793e4
--- /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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeo-shapelib-perl.git



More information about the Pkg-grass-devel mailing list