debian/0000755000000000000000000000000011752227152007172 5ustar debian/README.source0000644000000000000000000000040111752227152011344 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/control0000644000000000000000000000174511752227152010604 0ustar Source: php-token-stream 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-token-stream Vcs-Git: git://git.debian.org/pkg-php/php-token-stream.git Vcs-Browser: http://git.debian.org/?p=pkg-php/php-token-stream.git Package: php-token-stream Architecture: all Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: Wrapper around PHP's tokenizer extension PHP_TokenStream is a wrapper around PHP's tokenizer extension used by PHPUnit. PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework, designed by Kent Beck and Erich Gamma. debian/changelog0000644000000000000000000000061511752227152011046 0ustar php-token-stream (1.1.3-2) unstable; urgency=low * Removes channel.xml hack (Closes: #671953). * Added myself as uploader. * Removes LICENSE file from package.xml -- Thomas Goirand Tue, 08 May 2012 14:28:07 +0000 php-token-stream (1.1.3-1) unstable; urgency=low * Initial release (Closes: #611394) -- Luis Uribe Tue, 13 Mar 2012 22:10:30 -0500 debian/watch0000644000000000000000000000013711752227152010224 0ustar version=3 http://githubredir.debian.net/github/sebastianbergmann/php-token-stream/ (.*).tar.gz debian/compat0000644000000000000000000000000211752227152010370 0ustar 8 debian/gbp.conf0000644000000000000000000000016411752227152010612 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011752227152010472 5ustar debian/source/format0000644000000000000000000000001411752227152011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000617111752227152011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PHP_TokenStream Upstream-Contact: Sebastian Bergmann Source: https://github.com/sebastianbergmann/php-token-stream/ Files: debian/* Copyright: (c) 2012, Luis Uribe License: BSD-2-clause Files: * Copyright: (c) 2009-2012, 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/0000755000000000000000000000000011752227152010621 5ustar debian/patches/0010-removes-LICENSE-file-from-binary-package0000644000000000000000000000126011752227152020412 0ustar Description: Removes LICENSE file from binary package Author: Thomas Goirand Forwarded: no --- php-token-stream-1.1.3.orig/package.xml +++ php-token-stream-1.1.3/package.xml @@ -39,7 +39,6 @@ http://github.com/sebastianbergmann/php- - debian/patches/series0000644000000000000000000000005611752227152012037 0ustar 0010-removes-LICENSE-file-from-binary-package debian/rules0000755000000000000000000000030211752227152010245 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear pear_pkg = $(shell ls | grep TokenStream) override_dh_installchangelogs: dh_installchangelogs $(pear_pkg)/ChangeLog.markdown