debian/0000755000000000000000000000000012165372727007202 5ustar debian/gbp.conf0000644000000000000000000000041412165356202010606 0ustar [DEFAULT] upstream-branch = upstream+dfsg-sid debian-branch = debian-sid pristine-tar = True [git-buildpackage] export-dir = ../build-area/ [git-import-orig] filter = [ 'Console-*/Symfony/Component/Console/Resources/bin/hiddeninput.exe' ] filter-pristine-tar = True debian/source/0000755000000000000000000000000012165356202010470 5ustar debian/source/format0000644000000000000000000000001412165356202011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000027112165356202010221 0ustar version=3 options="uversionmangle=s/ALPHA/~alpha/;s/BETA/~beta/;s/RC/~rc/,dversionmangle=s/\+dfsg$//" \ http://pear.symfony.com/ .*/Console-(\d[\d\.]*-?\w*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/rules0000755000000000000000000000145112165356202010251 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear PACKAGE = php-symfony-console COMPONENT = Console override_dh_installdeb: rm -r $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/Symfony rm -r $(CURDIR)/debian/$(PACKAGE)/usr/share/php/Symfony/Component/$(COMPONENT)/Tests rm $(CURDIR)/debian/$(PACKAGE)/usr/share/php/Symfony/Component/$(COMPONENT)/phpunit.xml.dist dh_installdeb -O--buildsystem=phppear override_dh_installchangelogs: dh_installchangelogs $(COMPONENT)-*/Symfony/Component/$(COMPONENT)/CHANGELOG.md get-orig-source: uscan --verbose --force --rename override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear # Remove references to compiled Windows binary sed -i 's@^.*Component/Console/Resources/bin/hiddeninput\.exe.*$$@@' Console-*/package.xml debian/docs0000644000000000000000000000005612165356202010044 0ustar Console-*/Symfony/Component/Console/README.md debian/compat0000644000000000000000000000000212165356202010366 0ustar 9 debian/changelog0000644000000000000000000000050212165372727011051 0ustar php-symfony-console (2.3.1+dfsg-1) unstable; urgency=low * Initial release (Closes: #714176) * public domain binary-only artifact from upstream tree - removed binary Windows executable hiddeninput.exe - filter out file on future upstream import -- andrea rota Thu, 04 Jul 2013 21:59:13 +0100 debian/control0000644000000000000000000000175312165356202010601 0ustar Source: php-symfony-console Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: andrea rota Build-Depends: debhelper (>= 9), pkg-php-tools, pear-symfony2-channel Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/php-symfony-console.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-symfony-console.git Homepage: http://symfony.com/doc/current/components/console.html Package: php-symfony-console Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: Symfony framework - Console component This package provides the Console component for the Symfony framework; Console allows you to create command-line commands; these can be used for any recurring task, such as cronjobs, imports, or other batch jobs. . Symfony is a PHP framework, a set of tools and a development methodology. debian/copyright0000644000000000000000000000263312165356202011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Symfony Console component Source: http://pear.symfony.com/ Upstream-Contact: https://groups.google.com/forum/#!forum/symfony-devs Files: * Copyright: 2004-2013 Fabien Potencier License: Expat Files: debian/* Copyright: 2013 andrea rota License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.