[libset-intervaltree-perl] 03/07: First version

Vincent Danjean vdanjean at debian.org
Sun Oct 1 19:48:35 UTC 2017


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

vdanjean pushed a commit to branch master
in repository libset-intervaltree-perl.

commit 632ac70676b03fc0a713a27d2b23e23ff607d7aa
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date:   Thu Sep 29 23:04:12 2016 +0200

    First version
---
 .gitignore                       |  3 +++
 debian/changelog                 |  4 ++--
 debian/control                   |  4 +---
 debian/copyright                 | 10 +---------
 debian/patches/fix-linking.patch | 12 ++++++++++++
 debian/patches/series            |  1 +
 6 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c283ed8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/.pc/.quilt_patches
+/.pc/.quilt_series
+/.pc/.version
diff --git a/debian/changelog b/debian/changelog
index 713e86f..893cd8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libset-intervaltree-perl (0.10-1) UNRELEASED; urgency=low
+libset-intervaltree-perl (0.10-1) unstable; urgency=low
 
-  * Initial Release. (Closes: #1000)
+  * Initial Release to private repo
 
  -- Vincent Danjean <vdanjean at debian.org>  Thu, 29 Sep 2016 22:33:50 +0200
diff --git a/debian/control b/debian/control
index 62429b7..e3d16e8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,8 @@ Testsuite: autopkgtest-pkg-perl
 Package: libset-intervaltree-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Perform range-based lookups on sets of ranges.
+Description: Perform range-based lookups on sets of ranges
  Set::IntervalTree uses Interval Trees to store and efficiently look up ranges
  using a range-based lookup.
  .
  All intervals are half-open, i.e. [1,3), [2,6), etc.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index e154065..5b042c6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Set-IntervalTree
 Upstream-Contact: Ben Booth <benbooth at gmail.com>
 Upstream-Name: Set-IntervalTree
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
 Copyright: Ben Booth <benbooth at gmail.com>
-License: 
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2016, Vincent Danjean <vdanjean at debian.org>
diff --git a/debian/patches/fix-linking.patch b/debian/patches/fix-linking.patch
new file mode 100644
index 0000000..9abcd1a
--- /dev/null
+++ b/debian/patches/fix-linking.patch
@@ -0,0 +1,12 @@
+Add missing stdc++ library at link time
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -12,7 +12,7 @@
+     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
+       (ABSTRACT_FROM  => 'lib/Set/IntervalTree.pm', # retrieve abstract from module
+        AUTHOR         => 'Ben Booth <benbooth at gmail.com>') : ()),
+-    LIBS              => [''], # e.g., '-lm'
++    LIBS              => ['-lstdc++'], # e.g., '-lm'
+     DEFINE            => '-Isrc', # e.g., '-DHAVE_SOMETHING'
+     CC                => $CC,
+     LD                => '$(CC)',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9c50bcd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-linking.patch

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



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