--- libnet-ipaddress-perl-1.10.orig/IPAddress.pm +++ libnet-ipaddress-perl-1.10/IPAddress.pm @@ -144,9 +144,9 @@ S> -S -C<$newserver = num2ip(ip2num(mask($server,24)) + 17);> -C> +S> +S> +S> S> @@ -154,9 +154,9 @@ S> -S -C<$newserver = num2ip(mask(ip2num($server),24) + 17);> -C> +S> +S> +S> =back --- libnet-ipaddress-perl-1.10.orig/debian/changelog +++ libnet-ipaddress-perl-1.10/debian/changelog @@ -0,0 +1,24 @@ +libnet-ipaddress-perl (1.10-3.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Wed, 06 Jan 2021 16:26:44 +0100 + +libnet-ipaddress-perl (1.10-3) unstable; urgency=low + + * debian/control: fixed 'Architecture'. + + -- Cyril Bouthors Fri, 12 Apr 2013 18:00:48 +0200 + +libnet-ipaddress-perl (1.10-2) unstable; urgency=low + + * debian/control: add cyb@debian.org as uploader. + + -- Cyril Bouthors Mon, 08 Apr 2013 09:44:35 +0200 + +libnet-ipaddress-perl (1.10-1) unstable; urgency=low + + * Initial release (Closes: #704762) + + -- Cyril Bouthors Fri, 05 Apr 2013 16:35:55 +0200 --- libnet-ipaddress-perl-1.10.orig/debian/compat +++ libnet-ipaddress-perl-1.10/debian/compat @@ -0,0 +1 @@ +8 --- libnet-ipaddress-perl-1.10.orig/debian/control +++ libnet-ipaddress-perl-1.10/debian/control @@ -0,0 +1,16 @@ +Source: libnet-ipaddress-perl +Priority: extra +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors , Cyril Bouthors +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Section: perl +Homepage: http://search.cpan.org/~sarenner/Net-IPAddress/ + +Package: libnet-ipaddress-perl +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Functions used to manipulate IP addresses, masks and FQDN's + Collection of helpful functions used to convert IP addresses to/from 32-bit + integers, applying subnet masks to IP addresses, validating IP address strings, + and splitting a FQDN into its host and domain parts. --- libnet-ipaddress-perl-1.10.orig/debian/copyright +++ libnet-ipaddress-perl-1.10/debian/copyright @@ -0,0 +1,32 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Net::IPAddr +Source: http://search.cpan.org/~sarenner/Net-IPAddress/ + +Files: * +Copyright: 2003-2005 Scott Renner +License: GPL v1 or later + This library is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. + . + Collection of helpful functions used to convert IP addresses to/from 32-bit + integers, applying subnet masks to IP addresses, validating IP address strings, + and splitting a FQDN into its host and domain parts. + +Files: debian/* +Copyright: 2013 Cyril Bouthors +License: GPL-2+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". --- libnet-ipaddress-perl-1.10.orig/debian/rules +++ libnet-ipaddress-perl-1.10/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@