[libnet-ip-xs-perl] 01/03: Imported Debian patch 0.17-1

Salvatore Bonaccorso carnil at debian.org
Sun Aug 14 11:31:40 UTC 2016


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

carnil pushed a commit to branch master
in repository libnet-ip-xs-perl.

commit 1f02e7afb9ebde230e0dbe2b1387271130c81af6
Author: Ondřej Surý <ondrej at debian.org>
Date:   Mon Jun 27 13:06:08 2016 +0200

    Imported Debian patch 0.17-1
---
 debian/changelog |  9 ---------
 debian/control   | 14 +++++++++-----
 debian/copyright | 48 ++++++++++++++++++++++++++++--------------------
 3 files changed, 37 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 83e096c..62e9428 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,3 @@
-libnet-ip-xs-perl (0.17-2) UNRELEASED; urgency=medium
-
-  * Drop Depends on libip-country-perl.
-    The Build-Depends on libip-country-perl was removed already in the
-    packaging repository before the initial upload, but the Depends got
-    forotten. IP::Country is not used within Net::IP::XS. (Closes: #831884)
-
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 14 Aug 2016 13:26:37 +0200
-
 libnet-ip-xs-perl (0.17-1) unstable; urgency=medium
 
   * Initial Release.
diff --git a/debian/control b/debian/control
index b882fce..a32d294 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,17 @@ Homepage: https://metacpan.org/release/Net-IP-XS
 Package: libnet-ip-xs-perl
 Architecture: any
 Depends: libio-capture-perl,
+         libip-country-perl,
          libtie-simple-perl,
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
-Description: IPv4/IPv6 address library
- An XS (C) implementation of Net::IP|Net::IP. See Net::IP|Net::IP's
- documentation (as at version 1.25) for the functions and methods that are
- available.
+Description: Perl extension for manipulating IPv4/IPv6 addresses (XS)
+ XS (C) implementations of Net::IP (libnet-ip-perl in Debian) that
+ provides functions to deal with IPv4/IPv6 addresses.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The module can be used as a class, allowing the user to instantiate
+ IP objects, which can be single IP addresses, prefixes, or ranges of
+ addresses.  There is also a procedural way of accessing most of the
+ functions. Most subroutines can take either IPv4 or IPv6 addresses
+ transparently.
diff --git a/debian/copyright b/debian/copyright
index bb98a73..221de85 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,35 +2,43 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Net-IP-XS
 Upstream-Contact: Tom Harrison <tomhrr at cpan.org>
 Upstream-Name: Net-IP-XS
-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: Tom Harrison <tomhrr at cpan.org>
-License:
+Copyright: 2012-2014 Tom Harrison
+	   2006 Free Software Foundation
+	   1999-2002 RIPE NCC
+License: GPL-2+
+
+Files: inet_pton.c inet_pton.h
+Copyright: 2012-2014 Tom Harrison
+	   2006 Free Software Foundation
+	   1996,1999 Internet Software Consortium
+License: GPL-2+ and ISC
 
 Files: debian/*
 Copyright: 2016, Ondřej Surý <ondrej at debian.org>
-License: Artistic or GPL-1+
-
-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 Artistic License can be
- found in `/usr/share/common-licenses/Artistic'.
+License: GPL-2+
 
-License: GPL-1+
+License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
+ the Free Software Foundation; either version 2, or (at your option)
  any later version.
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the
+ above copyright notice and this permission notice appear in all
+ copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
+ DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
+ INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+ CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ip-xs-perl.git



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