debian/0000755000000000000000000000000012153376015007171 5ustar debian/changelog0000644000000000000000000000371312153376015011047 0ustar php-net-socket (1.0.14-1) unstable; urgency=low * New upstream release * Now using PKG-PHP-PEAR team as maintainer (Closes: #656985) * Switch to pkg-php-tools and dh-sequencer * Add myself as uploader * Switch to 3.0 (quilt) source format * Switch VCS to git * Drop Replaces on php4-pear, it was removed from the archive * Add Depends on misc-depends * Add debian/gbp.conf file * Update debian/watch file, thanks to Bart Martens * Switch debian/copyright to format 1.0 * Change section to php * Bump debhelper compat to 9 * Bump Standards-Version to 3.9.4 -- Prach Pongpanich Mon, 20 May 2013 16:32:49 +0700 php-net-socket (1.0.9-2) unstable; urgency=high * Add Build-Depends-Indep: php-pear, thanks James Westby (Closes: #507214). * Update licence information (Closes: #332616). -- Thijs Kinkhorst Mon, 09 Mar 2009 20:06:43 +0100 php-net-socket (1.0.9-1) unstable; urgency=low [ Thijs Kinkhorst ] * New upstream release. * Checked for policy 3.8.0, no changes. [ Raphael Geissert ] * debian/watch: added -- Thijs Kinkhorst Thu, 11 Sep 2008 16:12:12 +0200 php-net-socket (1.0.8-1) unstable; urgency=low * New upstream release. * Various package cleanups: sync build system with other PEAR packages, use debhelper level 5, add homepage field, update standards version. -- Thijs Kinkhorst Mon, 31 Mar 2008 20:58:31 +0200 php-net-socket (1.0.6-2) unstable; urgency=low * Need to replace php4-pear (<< 4:4.4.0-0), yes the epoch matters. * Update debian/copyright to make sure the license is correct, the Debian maintainers are mentioned, the upstream copyright holder is mentioned and the upstream location is quoted. -- Adam Conrad Fri, 29 Jul 2005 08:38:05 +1000 php-net-socket (1.0.6-1) unstable; urgency=low * Initial release. -- Ondřej Surý Thu, 21 Jul 2005 09:45:07 +0200 debian/copyright0000644000000000000000000001122712153376015011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net_Socket Upstream-Contact: Chuck Hagenbuch , Aleksander Machniak Source: http://pear.php.net/package/Net_Socket/download Files: debian/* Copyright: 2005, Ondřej Surý 2005, Adam Conrad 2008-2013, Thijs Kinkhorst 2013, Prach Pongpanich License: GPL-2+ This program 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 program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. Files: * Copyright: 1999-2012, The PHP Group License: PHP 3.01 This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is available at through the world-wide-web at http://www.php.net/license/3_01.txt. . -------------------------------------------------------------------- The PHP License, version 3.01 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved. -------------------------------------------------------------------- . 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. . -------------------------------------------------------------------- This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. . The PHP Group can be contacted via Email at group@php.net. . For more information on the PHP Group and the PHP project, please see . . PHP includes the Zend Engine, freely available at . debian/watch0000644000000000000000000000015312153376015010221 0ustar version=3 http://pear.php.net/package/Net_Socket/download .*/Net_Socket-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/compat0000644000000000000000000000000212153376015010367 0ustar 9 debian/rules0000755000000000000000000000010412153376015010244 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear debian/control0000644000000000000000000000156512153376015010603 0ustar Source: php-net-socket Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Thijs Kinkhorst , Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Build-Depends-Indep: php-pear Standards-Version: 3.9.4 Homepage: http://pear.php.net/package/Net_Socket Vcs-Git: git://anonscm.debian.org/pkg-php/php-net-socket.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-net-socket.git;a=summary Package: php-net-socket Architecture: all Depends: ${misc:Depends}, php-pear Description: PHP PEAR Network Socket Interface module Net_Socket is a class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes (byte-wise, block-wise, line-wise and special formats like network byte-order ip addresses). debian/source/0000755000000000000000000000000012153376015010471 5ustar debian/source/format0000644000000000000000000000001412153376015011677 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000016512153376015010612 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/