debian/0000755000000000000000000000000012144466063007174 5ustar debian/gbp.conf0000644000000000000000000000016412144466063010614 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000012144466063010474 5ustar debian/source/format0000644000000000000000000000001412144466063011702 0ustar 3.0 (quilt) debian/control0000644000000000000000000000203412144466063010576 0ustar Source: php-soap Section: php Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thierry Randrianiriana , Prach Pongpanich Build-Depends: debhelper (>= 9), php-pear, pkg-php-tools Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/php-soap.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-soap.git;a=summary Homepage: http://pear.php.net/package/SOAP Package: php-soap Architecture: all Depends: php-pear, php-http-request, ${misc:Depends} Recommends: php-mail, php-mail-mime, php-net-dime Suggests: php5-cli Description: SOAP Client/Server class for PHP Implementation of Simple Object Access Protocol (SOAP) protocol and services using PHP and PEAR. . SOAP provides a flexible communication layer between applications, regardless of platform and location. As long as both the server and the client speak SOAP, they can communicate. A PHP-based web application can ask a Java database application to get some information. debian/rules0000755000000000000000000000010412144466063010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear debian/compat0000644000000000000000000000000212144466063010372 0ustar 9 debian/watch0000644000000000000000000000015512144466063010226 0ustar version=3 http://pear.php.net/package/SOAP/download http://download.pear.php.net/package/SOAP-([\d.]+)\.tgz debian/copyright0000644000000000000000000001146612144466063011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SOAP Upstream-Contact: Jan Schneide Source: http://pear.php.net/package/SOAP/download Files: debian/* Copyright: 2006-2008, Jose Carlos Medeiros 2010-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. Files: * Copyright: 2002, Shane Caraveo Dietrich Ayala Chuck Hagenbuch Jan Schneider License: PHP 3.01 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/changelog0000644000000000000000000000564012144466063011053 0ustar php-soap (0.13.0-1) unstable; urgency=low * New upstream release * Now using PKG-PHP-PEAR team as maintainer * Add myself as uploader * Add debian/gbp.conf file * Add Vcs-* fields * Switch to pkg-php-tools and rewrite debian/rules * Drop debian/docs, upstream don't ship AUTHORS file * Update copyright file to version 1.0 format * Update description in debian/control * Bump compat level to 9 * Bump Standards-Version 3.9.4 -- Prach Pongpanich Wed, 08 May 2013 15:21:07 +0700 php-soap (0.12.0-2.1) unstable; urgency=low * Non-maintainer upload to fix RC bug. * Fix silently overwrite files installed at the symlink destination by other packages (Closes: #701134): - Move the files shipped in package to the "real" location - Drop Pre-Depends: php-pear as it's not needed -- Prach Pongpanich Tue, 12 Mar 2013 02:39:01 +0700 php-soap (0.12.0-2) unstable; urgency=high * Added php-pear (>= 5.3) in Pre-depends (Closes: #605867) * Removed Ola Lundqvist in Uploaders * Bumped Standards-Version to 3.9.1 -- Thierry Randrianiriana Mon, 06 Dec 2010 08:36:10 +0300 php-soap (0.12.0-1) unstable; urgency=low * New upstream release * New maintainer (Closes: #529689). * debian/control: + bumped Standards-Version to 3.8.4 + updated Section field to php + added ${misc:Depends} in Depends + used debhelper 7 + added php-pear in Build-Depends + removed dh-make-php and cdbs Build-Depends * used debhelper in debian/rules * switched to dpkg-source 3.0 (quilt) format * updated link in debian/watch -- Thierry Randrianiriana Fri, 07 May 2010 23:10:46 +0300 php-soap (0.11.0-2) unstable; urgency=low * debian/examples removed. * 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 23:59:34 -0300 php-soap (0.11.0-1) unstable; urgency=low * New upstream release -- Jose Carlos Medeiros Thu, 19 Jul 2007 18:34:17 -0300 php-soap (0.10.1-1) unstable; urgency=low * New upstream release * Updated debian/watch file. * Changed php-cli dependences to php5-cli. (Closes: #409164) * Remove php4 support. * Remove debian/package/tmp created directory. -- Jose Carlos Medeiros Wed, 16 May 2007 21:00:30 -0300 php-soap (0.9.4-1) unstable; urgency=low * New upstream release * Standards-Version: 3.7.2. * Put debhelper in Build-Depends, Policy Manual section 7.6. -- Jose Carlos Medeiros Tue, 11 Jul 2006 17:19:50 -0300 php-soap (0.9.3-1) unstable; urgency=low * Initial Release. (closes: #318461) -- Jose Carlos Medeiros Mon, 20 Mar 2006 12:21:08 -0300