debian/0000755000000000000000000000000011752223525007172 5ustar debian/README.source0000644000000000000000000000040111752223525011344 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/control0000644000000000000000000000176511752223525010606 0ustar Source: php-file-iterator Section: php Priority: extra 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-file-iterator Vcs-Git: git://git.debian.org/pkg-php/php-file-iterator.git Vcs-Browser: http://git.debian.org/?p=pkg-php/php-file-iterator.git Package: php-file-iterator Architecture: all Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: FilterIterator implementation for PHP FilterIterator implementation that filters files based on a list of suffixes, prefixes, and other exclusion criteria used by PHPUnit. PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework. debian/changelog0000644000000000000000000000063511752223525011050 0ustar php-file-iterator (1.3.1-2) unstable; urgency=low * Removed channel.xml tweak which is failing. * Added myself as uploader. * Now patches package.xml to remove the LICENSE file. -- Thomas Goirand Tue, 08 May 2012 13:56:53 +0000 php-file-iterator (1.3.1-1) unstable; urgency=low * Initial release (Closes: #611395) -- Luis Uribe Sat, 24 Mar 2012 11:48:50 -0500 debian/watch0000644000000000000000000000014011752223525010216 0ustar version=3 http://githubredir.debian.net/github/sebastianbergmann/php-file-iterator/ (.*).tar.gz debian/compat0000644000000000000000000000000211752223525010370 0ustar 8 debian/gbp.conf0000644000000000000000000000016411752223525010612 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011752223525010472 5ustar debian/source/format0000644000000000000000000000001411752223525011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000617011752223525011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File_Iterator Upstream-Contact: Sebastian Bergmann Source: https://github.com/sebastianbergmann/php-file-iterator/ 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/0000755000000000000000000000000011752223525010621 5ustar debian/patches/series0000644000000000000000000000004311752223525012033 0ustar 0010_removed-unwanted-LICENSE-file debian/patches/0010_removed-unwanted-LICENSE-file0000644000000000000000000000126611752223525016472 0ustar Description: Removes unwanted LICENSE file from packaging Author: Thomas Goirand Forwarded: no --- php-file-iterator-1.3.1.orig/package.xml +++ php-file-iterator-1.3.1/package.xml @@ -39,7 +39,6 @@ http://github.com/sebastianbergmann/php- - debian/rules0000755000000000000000000000030111752223525010244 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear pear_pkg = $(shell ls | grep File_Iterator) override_installchangelogs: dh_installchangelogs $(pear_pkg)/ChangeLog.markdown