debian/0000755000000000000000000000000011752225150007166 5ustar debian/README.source0000644000000000000000000000040111752225142011341 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/control0000644000000000000000000000171611752225142010577 0ustar Source: php-text-template 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-text-template Vcs-Git: git://git.debian.org/pkg-php/php-text-template.git Vcs-Browser: http://git.debian.org/?p=pkg-php/php-text-template.git Package: php-text-template Architecture: all Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: Simple php template engine Text_Template is a simple PHP templating engine 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/changelog0000644000000000000000000000064311752225142011044 0ustar php-text-template (1.1.1-2) unstable; urgency=low * Removed useless channel.xml hack (Closes: #671952). * Added myself as uploader. * Removes LICENSE file packaging from package.xml. -- Thomas Goirand Tue, 08 May 2012 14:07:32 +0000 php-text-template (1.1.1-1) unstable; urgency=low * Initial release (Closes: #611393) -- Luis Uribe Sat, 24 Mar 2012 12:41:28 -0500 debian/watch0000644000000000000000000000014011752225142010213 0ustar version=3 http://githubredir.debian.net/github/sebastianbergmann/php-text-template/ (.*).tar.gz debian/compat0000644000000000000000000000000211752225142010365 0ustar 8 debian/gbp.conf0000644000000000000000000000016411752225142010607 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011752225142010467 5ustar debian/source/format0000644000000000000000000000001411752225142011675 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000617011752225142011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text_Template Upstream-Contact: Sebastian Bergmann Source: https://github.com/sebastianbergmann/php-text-template/ Files: debian/* Copyright: (c) 2012, Luis Uribe License: BSD-2-clause Files: * Copyright: (c) 2009-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/0000755000000000000000000000000011752225142010616 5ustar debian/patches/series0000644000000000000000000000006111752225142012030 0ustar 0010-removes-useless-LICENSE-file-from-packaging debian/patches/0010-removes-useless-LICENSE-file-from-packaging0000644000000000000000000000127211752225142021142 0ustar Description: Removes useless LICENSE file from binary package Author: Thomas Goirand Forwarded: no --- php-text-template-1.1.1.orig/package.xml +++ php-text-template-1.1.1/package.xml @@ -33,7 +33,6 @@ http://github.com/sebastianbergmann/php- - debian/rules0000755000000000000000000000056711752225142010257 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear pear_pkg = $(shell ls | grep Text_Template) override_dh_auto_clean: dh_auto_clean -O--buildsystem=phppear if [ -f $(pear_pkg)/package.xml ]; then \ rm $(pear_pkg)/package.xml; \ fi override_dh_auto_install: dh_auto_install -O--buildsystem=phppear dh_installchangelogs $(pear_pkg)/ChangeLog.markdown