Codebase list libnet-ip-xs-perl / 2567df4
Initial packaging by dh-make-perl 0.84 Ondřej Surý 8 years ago
8 changed file(s) with 78 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libnet-ip-xs-perl (0.16-1) unstable; urgency=low
1
2 * Initial Release.
3
4 -- Ondřej Surý <ondrej@debian.org> Tue, 16 Feb 2016 16:14:08 +0100
0 Source: libnet-ip-xs-perl
1 Section: perl
2 Priority: optional
3 Maintainer: Ondřej Surý <ondrej@debian.org>
4 Build-Depends: debhelper (>= 9.20120312~),
5 libio-capture-perl,
6 libip-country-perl,
7 libtie-simple-perl,
8 perl
9 Standards-Version: 3.9.6
10 Homepage: https://metacpan.org/release/Net-IP-XS
11
12 Package: libnet-ip-xs-perl
13 Architecture: any
14 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
15 libio-capture-perl,
16 libip-country-perl,
17 libtie-simple-perl
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.
22 .
23 This description was automagically extracted from the module by dh-make-perl.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Source: https://metacpan.org/release/Net-IP-XS
2 Upstream-Contact: Tom Harrison <tomhrr@cpan.org>
3 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.
12
13 Files: *
14 Copyright: Tom Harrison <tomhrr@cpan.org>
15 License:
16
17 Files: debian/*
18 Copyright: 2016, Ondřej Surý <ondrej@debian.org>
19 License: Artistic or GPL-1+
20
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+
29 This program is free software; you can redistribute it and/or modify
30 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)
32 any later version.
33 .
34 On Debian systems, the complete text of version 1 of the GNU General
35 Public License can be found in `/usr/share/common-licenses/GPL-1'.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 ---
1 Archive: CPAN
2 Contact: Tom Harrison <tomhrr@cpan.org>
3 Name: Net-IP-XS
4 Repository: https://github.com/tomhrr/p5-Net-IP-XS
0 version=3
1 https://metacpan.org/release/Net-IP-XS .*/Net-IP-XS-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$