debian/0000755000000000000000000000000012071456640007173 5ustar debian/compat0000644000000000000000000000000212071364674010376 0ustar 8 debian/control0000644000000000000000000000174612071364674010613 0ustar Source: phpunit-story 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 (>= 5.4) Standards-Version: 3.9.3 Homepage: https://github.com/sebastianbergmann/phpunit-story Vcs-Git: git://git.debian.org/pkg-php/phpunit-story.git Vcs-Browser: http://git.debian.org/?p=pkg-php/phpunit-story.git Package: phpunit-story Architecture: all Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, php5 (>= 5.2.7) Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks}, phpunit (<< 3.6.10) Replaces: phpunit (<< 3.6.10) Description: extension to facilitate Behaviour-Driven Development Story extension for PHPUnit to facilitate Behaviour-Driven Development. PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework. debian/source/0000755000000000000000000000000012071364674010500 5ustar debian/source/format0000644000000000000000000000001412071364674011706 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000016412071364674010620 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/patches/0000755000000000000000000000000012071364674010627 5ustar debian/patches/series0000644000000000000000000000005112071364674012040 0ustar Removes-LICENSE-file-from-binary-package debian/patches/Removes-LICENSE-file-from-binary-package0000644000000000000000000000113112071364674017777 0ustar Description: Removes unwanted LICENSE file from package Author: Thomas Goirand Forwarded: not-needed --- phpunit-story-1.0.0.orig/package.xml +++ phpunit-story-1.0.0/package.xml @@ -61,7 +61,6 @@ http://github.com/sebastianbergmann/phpu - debian/watch0000644000000000000000000000013412071364674010227 0ustar version=3 http://githubredir.debian.net/github/sebastianbergmann/phpunit-story/ (.*).tar.gz debian/changelog0000644000000000000000000000134012071364674011050 0ustar phpunit-story (1.0.0-3) unstable; urgency=low * debian/control - Remove ${phppear:Debian-Depends} form depends, because it generates broken dependencies (Closes: #696468) Thanks to Ivo De Decker -- Luis Uribe Wed, 02 Jan 2013 10:37:01 -0500 phpunit-story (1.0.0-2) unstable; urgency=low [ Thomas Goirand ] * Added a version Depends: php-pear (>= 5.4). [ Luis Uribe ] * Added missing Breaks+Replaces: phpunit (<< 3.6.10) (Closes: #694361). -- Luis Uribe Thu, 06 Dec 2012 10:08:11 -0500 phpunit-story (1.0.0-1) unstable; urgency=low * Initial release (Closes: #669913) -- Luis Uribe Tue, 13 Mar 2012 22:10:30 -0500 debian/README.source0000644000000000000000000000040112071364674011352 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/copyright0000644000000000000000000000625712071364674011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PHPUnit_Story Upstream-Contact: Sebastian Bergmann Source: https://github.com/sebastianbergmann/phpunit-story/ Files: debian/* Copyright: (c) 2012, Luis Uribe License: BSD-2-clause Files: * Copyright: (c) 2002-2011, Sebastian Bergmann (c) 2002-2011, Mattis Stordalen Flister 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/rules0000755000000000000000000000027712071364674010266 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear pear_pkg = $(shell ls | grep Story) override_dh_dh_installchangelogs: dh_installchangelogs $(pear_pkg)/ChangeLog.markdown