Codebase list libnet-ip-xs-perl / debian/0.17-1
Imported Debian patch 0.17-1 Ondřej Surý authored 7 years ago Salvatore Bonaccorso committed 7 years ago
3 changed file(s) with 37 addition(s) and 34 deletion(s). Raw diff Collapse all Expand all
0 libnet-ip-xs-perl (0.17-2) UNRELEASED; urgency=medium
1
2 * Drop Depends on libip-country-perl.
3 The Build-Depends on libip-country-perl was removed already in the
4 packaging repository before the initial upload, but the Depends got
5 forotten. IP::Country is not used within Net::IP::XS. (Closes: #831884)
6
7 -- Salvatore Bonaccorso <carnil@debian.org> Sun, 14 Aug 2016 13:26:37 +0200
8
90 libnet-ip-xs-perl (0.17-1) unstable; urgency=medium
101
112 * Initial Release.
1111 Package: libnet-ip-xs-perl
1212 Architecture: any
1313 Depends: libio-capture-perl,
14 libip-country-perl,
1415 libtie-simple-perl,
1516 ${misc:Depends},
1617 ${perl:Depends},
1718 ${shlibs:Depends}
18 Description: IPv4/IPv6 address library
19 An XS (C) implementation of Net::IP|Net::IP. See Net::IP|Net::IP's
20 documentation (as at version 1.25) for the functions and methods that are
21 available.
19 Description: Perl extension for manipulating IPv4/IPv6 addresses (XS)
20 XS (C) implementations of Net::IP (libnet-ip-perl in Debian) that
21 provides functions to deal with IPv4/IPv6 addresses.
2222 .
23 This description was automagically extracted from the module by dh-make-perl.
23 The module can be used as a class, allowing the user to instantiate
24 IP objects, which can be single IP addresses, prefixes, or ranges of
25 addresses. There is also a procedural way of accessing most of the
26 functions. Most subroutines can take either IPv4 or IPv6 addresses
27 transparently.
11 Source: https://metacpan.org/release/Net-IP-XS
22 Upstream-Contact: Tom Harrison <tomhrr@cpan.org>
33 Upstream-Name: Net-IP-XS
4 DISCLAIMER: This copyright info was automatically extracted
5 from the perl module. It may not be accurate, so you better
6 check the module sources in order to ensure the module for its
7 inclusion in Debian or for general legal information. Please,
8 if licensing information is incorrectly generated, file a bug
9 on dh-make-perl.
10 NOTE: Don't forget to remove this disclaimer once you are happy
11 with this file.
124
135 Files: *
14 Copyright: Tom Harrison <tomhrr@cpan.org>
15 License:
6 Copyright: 2012-2014 Tom Harrison
7 2006 Free Software Foundation
8 1999-2002 RIPE NCC
9 License: GPL-2+
10
11 Files: inet_pton.c inet_pton.h
12 Copyright: 2012-2014 Tom Harrison
13 2006 Free Software Foundation
14 1996,1999 Internet Software Consortium
15 License: GPL-2+ and ISC
1616
1717 Files: debian/*
1818 Copyright: 2016, Ondřej Surý <ondrej@debian.org>
19 License: Artistic or GPL-1+
19 License: GPL-2+
2020
21 License: Artistic
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the Artistic License, which comes with Perl.
24 .
25 On Debian systems, the complete text of the Artistic License can be
26 found in `/usr/share/common-licenses/Artistic'.
27
28 License: GPL-1+
21 License: GPL-2+
2922 This program is free software; you can redistribute it and/or modify
3023 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 1, or (at your option)
24 the Free Software Foundation; either version 2, or (at your option)
3225 any later version.
3326 .
3427 On Debian systems, the complete text of version 1 of the GNU General
3528 Public License can be found in `/usr/share/common-licenses/GPL-1'.
29
30 License: ISC
31 Permission to use, copy, modify, and distribute this software for any
32 purpose with or without fee is hereby granted, provided that the
33 above copyright notice and this permission notice appear in all
34 copies.
35 .
36 THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
37 DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
38 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
39 INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
40 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
41 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
42 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
43 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.