--- php-compat-1.6.0a3.orig/debian/control +++ php-compat-1.6.0a3/debian/control @@ -0,0 +1,19 @@ +Source: php-compat +Section: php +Priority: optional +Maintainer: Debian PHP PEAR Maintainers +Uploaders: Thomas Goirand +Build-Depends: debhelper (>= 8), pkg-php-tools +Build-Depends-Indep: php-pear +Standards-Version: 3.9.2 +Vcs-Browser: http://git.debian.org/?p=pkg-php/php-compat.git +Vcs-Git: http://git.debian.org/git/pkg-php/php-compat.git +Homepage: http://pear.php.net/package/PHP_Compat + +Package: php-compat +Architecture: all +Depends: ${misc:Depends}, php-pear +Recommends: ${phppear:Debian-Recommends} +Breaks: ${phppear:Breaks} +Description: ${phppear:summary} + ${phppear:description} --- php-compat-1.6.0a3.orig/debian/changelog +++ php-compat-1.6.0a3/debian/changelog @@ -0,0 +1,56 @@ +php-compat (1.6.0a3-2) unstable; urgency=low + + * Now using DEP5 for the debian/copyright. + * Now using pkg-php-tools and dh 8 short style (so depends on dh 8). + This also sloves an issue when rebuilding the package without using + git-buildpackage, because of upstream file dates set to 1/1/1970, + which was affecting Ubuntu (LP: #836935). + * Section is now php. + + -- Thomas Goirand Tue, 20 Sep 2011 01:13:22 +0800 + +php-compat (1.6.0a3-1) unstable; urgency=low + + * New upstream bugfix release (Closes: #631879). + * Updated the homepage field to the correct URL. + * Now using PKG-PHP-PEAR team as maintainer (me as uploader). + * Bumped Standards-Version (now 3.9.2). + + -- Thomas Goirand Fri, 01 Jul 2011 01:52:15 +0800 + +php-compat (1.6.0a2-1) unstable; urgency=low + + * New upstream release. + * Reworked debian/rules to clean it from arch specific rules. + * Bumped standard version. + * Moved the Homepage string from description to specific field. + * Added Vcs-Browser: field. + * Moved php-pear from Build-Depends: to Build-Depends-Indep:. + * Added ${misc:Depends} dependency. + * Updated the long description to what's on the pear website, making it both + longer and better. + * Updated me maintainer email to zigo@debian.org. + + -- Thomas Goirand Mon, 28 Jun 2010 12:17:17 +0800 + +php-compat (1.5.0-3) unstable; urgency=low + + * Updated the debian/watch file: now working. + * Not a CDBS package anymore. + * Now packaging also the pear .reg file to have the pear install system + being usable. + * The debian/copyright is now consistent. + + -- Thomas Goirand Sun, 5 Aug 2007 15:31:44 +0800 + +php-compat (1.5.0-2) unstable; urgency=low + + * Removed php4 dependency as php4 will soon be removed (Closes: #424813) + + -- Thomas Goirand Fri, 18 May 2007 12:34:40 +0800 + +php-compat (1.5.0-1) unstable; urgency=low + + * Initial release (Closes: #405660) + + -- Thomas Goirand Fri, 15 Dec 2006 01:34:04 +0100 --- php-compat-1.6.0a3.orig/debian/watch +++ php-compat-1.6.0a3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pear.php.net/package/PHP_Compat/download http://download.pear.php.net/package/PHP_Compat-(.*).tgz --- php-compat-1.6.0a3.orig/debian/compat +++ php-compat-1.6.0a3/debian/compat @@ -0,0 +1 @@ +8 --- php-compat-1.6.0a3.orig/debian/copyright +++ php-compat-1.6.0a3/debian/copyright @@ -0,0 +1,109 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 +Upstream-Name: PHP_Compat +Upstream-Contact: Aidan Lister , + Arpad Ray +Source: http://pear.php.net/package/PHP_Compat/download + +Files: debian/* +Copyright: (c) 2006-2011, Thomas Goirand +License: BSD + +Files: * +Copyright: (c) 2004-2007, Aidan Lister , + (c) 2004-2007, Arpad Ray +License: PHP 3.01 + +License: BSD + 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. + +License: PHP 3.01 + This source file is subject to version 3.01 of the PHP 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 - 2006 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 . --- php-compat-1.6.0a3.orig/debian/rules +++ php-compat-1.6.0a3/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --buildsystem=phppear --with phppear --- php-compat-1.6.0a3.orig/debian/source/format +++ php-compat-1.6.0a3/debian/source/format @@ -0,0 +1 @@ +1.0