debian/0000755000000000000000000000000012167525265007201 5ustar debian/gbp.conf0000644000000000000000000000024312167525265010617 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/source/0000755000000000000000000000000012167525265010501 5ustar debian/source/format0000644000000000000000000000001412167525265011707 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015612167525265010234 0ustar version=3 http://pear.php.net/package/Net_CheckIP/download/ .*/Net_CheckIP-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/rules0000755000000000000000000000010312167525265010253 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear debian/compat0000644000000000000000000000000212167525265010377 0ustar 9 debian/changelog0000644000000000000000000000510612167525265011055 0ustar php-net-checkip (1.2.2-1) unstable; urgency=low [ Jean-Marc Roth ] * Update maintainer to pkg-php-pear * Update long description [ Prach Pongpanich ] * New upstream release * Add debian/gbp.conf * Add myself as uploader * Bump Standards-Version to 3.9.4 * Bump debhelper compat to 9 * Switch VCS to git * Switch debian/copyright to format 1.0 * Update debian/watch file -- Prach Pongpanich Mon, 08 Jul 2013 17:06:53 +0700 php-net-checkip (1.2.1-3) unstable; urgency=low * new maintainer (closes: #529683) * Bump Standards-Version: 3.8.4. * fix watch file * update section -- Jean-Marc Roth Mon, 29 Mar 2010 19:15:09 +0200 php-net-checkip (1.2.1-2) unstable; urgency=low * debian/control: - Bump Standards-Version: 3.7.3. - Added Homepage header. - Added dh-make-php (>= 0.2.3), cdbs Build-Depends. - Removed php-pear Build-Depends. * debian/rules reorganized to use cdbs. -- Jose Carlos Medeiros Wed, 26 Mar 2008 01:20:21 -0300 php-net-checkip (1.2.1-1) unstable; urgency=low * New upstream release. * Bump Standards-Version: 3.7.2. * Removed php4 support. * Updated debian/watch file to version 3. * Removed automatically debian/package/tmp directory. * Removed .registry/.channel* files automatically created. -- Jose Carlos Medeiros Thu, 17 May 2007 21:53:47 -0300 php-net-checkip (1.2.0-3) unstable; urgency=low * Remove .channels, .depdblock and .depdb directories that is already installed by php-pear. * Build-Depends on debhelper >=5, removed compat file and put DH_COMPAT in rules file. * Changed depends on php-pear to (>= 4.4.0) version. -- Jose Carlos Medeiros Wed, 15 Mar 2006 17:45:32 -0300 php-net-checkip (1.2.0-2) unstable; urgency=low * Changed php-pear Build-Depends. (closes: #354353) -- Jose Carlos Medeiros Fri, 3 Mar 2006 15:29:18 -0300 php-net-checkip (1.2.0-1) unstable; urgency=low * New upstream release. * Moved package from non-free to main as upstream changed to free license. (closes: #332614) * Put full license in debian/copyright. (closes: #337898) * Updated to Standards-Version: 3.6.2 * Updated dependencies from php4-pear to php-pear. * Added php5-cli as optional suggests to php4-cli. -- Jose Carlos Medeiros Mon, 6 Feb 2006 15:53:43 -0200 php-net-checkip (1.1-1) unstable; urgency=low * Initial Release. (closes: #329661) -- Jose Carlos Medeiros Thu, 22 Sep 2005 11:13:58 -0300 debian/control0000644000000000000000000000137612167525265010613 0ustar Source: php-net-checkip Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Jean-Marc Roth , Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/php-net-checkip.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-net-checkip.git Homepage: http://pear.php.net/package/Net_CheckIP/ Package: php-net-checkip Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: IPv4 address syntax checker The PEAR::Net_CheckIP class for PHP can be used to validate IPv4 addresses. debian/copyright0000644000000000000000000000273412167525265011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net_CheckIP Source: http://pear.php.net/package/Net_CheckIP/download Files: * Copyright: 2002-2006, Martin Jansen License: Expat Files: debian/* Copyright: 2005-2008, Jose Carlos Medeiros 2010-2013, Jean-Marc Roth 2013, Prach Pongpanich License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.