debian/0000755000000000000000000000000012167522575007202 5ustar debian/gbp.conf0000644000000000000000000000024312167522575010620 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/source/0000755000000000000000000000000012167522575010502 5ustar debian/source/format0000644000000000000000000000001312167522575011707 0ustar 3.0 (quilt)debian/watch0000644000000000000000000000014612167522575010234 0ustar version=3 http://pear.php.net/package/XML_RPC/download/ .*/XML_RPC-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/rules0000755000000000000000000000051312167522575010261 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 '/role="test"/,/<\/file>/d' */package.xml debian/compat0000644000000000000000000000000212167522575010400 0ustar 9 debian/changelog0000644000000000000000000000220212167522575011050 0ustar php-xml-rpc (1.5.5-1) unstable; urgency=low * Switch to pkg-php-tools and dh-sequencer * Switch debian/copyright to format 1.0 * Add debian/gbp.conf file * Update debian/watch file * Switch VCS to git * Add myself as uploader * Bump debhelper compat to 9 * Bump Standards-Version to 3.9.4 -- Prach Pongpanich Thu, 04 Jul 2013 02:19:35 +0700 php-xml-rpc (1.5.5-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream release - Stopped using split() which is deprecated in php 5.3 (Closes: #590757) -- Lior Kaplan Sat, 25 Feb 2012 01:18:07 +0200 php-xml-rpc (1.5.3-1) unstable; urgency=low * Initial Release incl. upload (Closes: #442351). * New upstream release: 1.5.3 * Debian Standards 3.8.4 -- Jean-Marc Roth Tue, 23 Mar 2010 21:41:31 +0100 php-xml-rpc (1.5.1-1) UNRELEASED; urgency=low [ Thierry Delprat ] * Initial Release (closes #535135) [ Yann Rouillard ] * Switched to CDBS [ Stephanie Layton ] * Update for compliance with debian 3.8.0 -- Stephanie Layton Tue, 14 Apr 2009 06:29:12 -0400 debian/control0000644000000000000000000000152012167522575010603 0ustar Source: php-xml-rpc Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Jean-Marc Roth , Elizabeth Krumbach , Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/php-xml-rpc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-xml-rpc.git Homepage: http://pear.php.net/package/XML_RPC Package: php-xml-rpc Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} . NOTE: This module is declared obsolete by its upstream, and superseded by the XML_RPC2 module. debian/copyright0000644000000000000000000000750712167522575011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML_RPC Source: http://pear.php.net/package/XML_RPC/download Files: * Copyright: 1999-2001, Edd Dumbill 2001-2010, 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, Yann Rouillard 2010-2013, Jean-Marc Roth 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.