[libtree-r-perl] 01/01: Import Debian changes 0.072-1

Francesco Lovergine frankie at moszumanska.debian.org
Sun Dec 31 13:48:39 UTC 2017


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

frankie pushed a commit to branch master
in repository libtree-r-perl.

commit 883dc87e08ab4f4f4190d677eb96f560e80a7435
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Dec 26 12:46:15 2017 +0100

    Import Debian changes 0.072-1
    
    libtree-r-perl (0.072-1) unstable; urgency=medium
    
      * Initial release (closes: #885834)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 18 ++++++++++++++++++
 debian/copyright     | 19 +++++++++++++++++++
 debian/rules         | 23 +++++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d0dfdfa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtree-r-perl (0.072-1) unstable; urgency=medium
+
+  * Initial release (closes: #885834)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 26 Dec 2017 12:46:15 +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..cb1981d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libtree-r-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+Standards-Version: 4.1.2
+Homepage: https://github.com/ajolma/Tree-R
+
+Package: libtree-r-perl
+Architecture: all
+Depends: ${misc:Depends}
+ , ${perl:Depends}
+Description: Perl extension for the R-tree data structure and algorithms
+ R-tree is a data  structure for storing, indexing and efficiently
+ looking up non-zero-size spatial objects. This is a native Perl module
+ to manage an R-tree index implementation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dcee9a6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Tree-R
+Source: https://metacpan.org/pod/Tree::R
+
+Files: *
+Copyright: 2005- Ari Jolma <ari.jolma at gmail.com>
+License: Artistic
+
+Files: debian/*
+Copyright: 2017 Francesco Paolo Lovergine <frankie at debian.org>
+License: Artistic
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Artistic".
+
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..e2013eb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Tree-R .*/Tree-R-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtree-r-perl.git



More information about the Pkg-perl-cvs-commits mailing list