debian/0000755000000000000000000000000012165560535007176 5ustar debian/gbp.conf0000644000000000000000000000024312165560535010614 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/source/0000755000000000000000000000000012165560535010476 5ustar debian/source/format0000644000000000000000000000001412165560535011704 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016412165560535010230 0ustar version=3 http://pear.php.net/package/Net_IPv4/download http://download.pear.php.net/package/Net_IPv4-([\d.]+)\.tgz debian/rules0000755000000000000000000000032512165560535010256 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear # Remove references of tests/* sed -i 's@^.*tests.*$$@@' */package.xml debian/compat0000644000000000000000000000000212165560535010374 0ustar 9 debian/changelog0000644000000000000000000000316212165560535011052 0ustar php-net-ipv4 (1.3.4-2) unstable; urgency=low * Now using PKG-PHP-PEAR team as maintainer * Switch to pkg-php-tools and dh-sequencer * Add debian/gbp.conf file * Add myself as uploader * Update debian/copyright to format 1.0 * Add Vcs-* fields * Bump debhelper compat to 9 * Bump Standards-Version to 3.9.4 -- Prach Pongpanich Thu, 04 Jul 2013 21:00:55 +0700 php-net-ipv4 (1.3.4-1) unstable; urgency=low * New upstream release * Bumped Standards-Version to 3.9.2 * Added build-arch and build-indep in debian/rules * Changed maintainer email address -- Thierry Randrianiriana Mon, 07 Nov 2011 13:50:49 +0300 php-net-ipv4 (1.3.1-2) unstable; urgency=low * Bumped Standards-Version to 3.8.4 * Updated Section field to php * Switch to dpkg-source 3.0 (quilt) format -- Thierry Randrianiriana Tue, 30 Mar 2010 15:41:28 +0300 php-net-ipv4 (1.3.1-1) unstable; urgency=low * New upstream release * debian/control: + bumped Standards-Version to 3.8.3 + moved upstream URL to Homepage: field + added ${misc:Depends} in Depends * Updated download link in debian/watch -- Thierry Randrianiriana Fri, 04 Dec 2009 05:59:49 +0300 php-net-ipv4 (1.3.0-2) unstable; urgency=low * Added -f option in pear install, thanks to Gregory Colpart. -- Thierry Randrianiriana Mon, 30 Jul 2007 17:58:44 +0300 php-net-ipv4 (1.3.0-1) unstable; urgency=low * Initial Release. (Closes: #428541) -- Thierry Randrianiriana Tue, 12 Jun 2007 15:05:55 +0300 debian/control0000644000000000000000000000137112165560535010603 0ustar Source: php-net-ipv4 Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Thierry Randrianiriana , Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/php-net-ipv4.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-net-ipv4.git Homepage: http://pear.php.net/package/Net_IPv4/ Package: php-net-ipv4 Architecture: all Depends: php-pear, ${misc:Depends} Description: IPv4 network calculations and validation Class used for calculating IPv4 (AF_INET family) address information such as network as network address, broadcast address, and IP address validity. debian/copyright0000644000000000000000000001032712165560535011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net_IPv4 Upstream-Contact: Marco Kaiser Florian Anderiasch Source: http://pear.php.net/package/Net_IPv4/download Files: * Copyright: 1997-2005, The PHP Group License: PHP-3.01 Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group@php.net. . 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" . 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. . 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". . THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2007-2013, Thierry Randrianiriana 2013, Prach Pongpanich License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.