debian/0000755000000000000000000000000011752735071007176 5ustar debian/README.source0000644000000000000000000000040111752735071011350 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/control0000644000000000000000000000164711752735071010611 0ustar Source: php-invoker Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Luis Uribe , Thomas Goirand Build-Depends: debhelper (>= 8), pkg-php-tools, pear-phpunit-channel Build-Depends-Indep: php-pear Standards-Version: 3.9.3 Homepage: https://github.com/sebastianbergmann/php-invoker Vcs-Git: git://git.debian.org/pkg-php/php-invoker.git Vcs-Browser: http://git.debian.org/?p=pkg-php/php-invoker.git Package: php-invoker Architecture: all Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, php-timer Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: utility class for invoking callables with a timeout PHP_Invoker is a utility class for invoking callables with a timeout used by PHPUnit. PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework. debian/pearrc0000644000000000000000000000007411752735071010376 0ustar a:1:{s:10:"__channels";a:1:{s:15:"pear.phpunit.de";a:0:{}}} debian/changelog0000644000000000000000000000023411752735071011047 0ustar php-invoker (1.1.0-1) unstable; urgency=low * Initial release (Closes: #669914) -- Thomas Goirand Thu, 10 May 2012 12:52:33 +0000 debian/watch0000644000000000000000000000013211752735071010223 0ustar version=3 http://githubredir.debian.net/github/sebastianbergmann/php-invoker/ (.*).tar.gz debian/compat0000644000000000000000000000000211752735071010374 0ustar 8 debian/gbp.conf0000644000000000000000000000016411752735071010616 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/make_pearrc.php0000644000000000000000000000021111752735071012152 0ustar array( "pear.phpunit.de" => array() ) ); echo serialize($pearrc_content)."\n"; ?> debian/source/0000755000000000000000000000000011752735071010476 5ustar debian/source/format0000644000000000000000000000001411752735071011704 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000623011752735071011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PHP_Invoker Upstream-Contact: Sebastian Bergmann Source: https://github.com/sebastianbergmann/php-invoker/ Files: debian/* Copyright: (c) 2012, Luis Uribe (c) 2012, Thomas Goirand License: BSD-2-clause Files: * Copyright: (c) 2011, Sebastian Bergmann License: BSD-3-clause 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: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * 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. . * Neither the name of Sebastian Bergmann nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR 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. License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 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. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR 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. debian/patches/0000755000000000000000000000000011752735071010625 5ustar debian/patches/series0000644000000000000000000000005111752735071012036 0ustar removes-LICENSE-file-from-binary-package debian/patches/removes-LICENSE-file-from-binary-package0000644000000000000000000000125611752735071020045 0ustar Description: Removes LICENSE file from binary package Author: Thomas Goirand Forwarded: not-needed --- php-invoker-1.1.0.orig/package.xml +++ php-invoker-1.1.0/package.xml @@ -36,7 +36,6 @@ http://github.com/sebastianbergmann/php- - debian/rules0000755000000000000000000000010211752735071010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear