debian/0000755000000000000000000000000012164054677007202 5ustar debian/gbp.conf0000644000000000000000000000003612164034732010606 0ustar [DEFAULT] pristine-tar = True debian/source/0000755000000000000000000000000012164033765010475 5ustar debian/source/format0000644000000000000000000000001412164033765011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000024612164050171010216 0ustar version=3 options="uversionmangle=s/ALPHA/~alpha/;s/BETA/~beta/;s/RC/~rc/" \ http://pear.symfony.com/ .*/EventDispatcher-(\d[\d\.]*-?\w*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/rules0000755000000000000000000000114112164041326010242 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_installdeb: rm -r $(CURDIR)/debian/php-symfony-eventdispatcher/usr/share/doc/php-symfony-eventdispatcher/Symfony rm -r $(CURDIR)/debian/php-symfony-eventdispatcher/usr/share/php/Symfony/Component/EventDispatcher/Tests rm $(CURDIR)/debian/php-symfony-eventdispatcher/usr/share/php/Symfony/Component/EventDispatcher/phpunit.xml.dist dh_installdeb -O--buildsystem=phppear override_dh_installchangelogs: dh_installchangelogs EventDispatcher-*/Symfony/Component/EventDispatcher/CHANGELOG.md get-orig-source: uscan --verbose debian/docs0000644000000000000000000000007612164037676010060 0ustar EventDispatcher-*/Symfony/Component/EventDispatcher/README.md debian/compat0000644000000000000000000000000212164033765010373 0ustar 9 debian/changelog0000644000000000000000000000025312164035267011046 0ustar php-symfony-eventdispatcher (2.3.1-1) unstable; urgency=low * Initial Release (Closes: #714488) -- David Prévot Sun, 30 Jun 2013 10:02:46 -0400 debian/control0000644000000000000000000000240612164054677010607 0ustar Source: php-symfony-eventdispatcher Section: php Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: David Prévot Build-Depends: debhelper (>= 9), pear-symfony2-channel, pkg-php-tools Standards-Version: 3.9.4 Homepage: http://symfony.com/doc/current/components/event_dispatcher/introduction.html Vcs-Git: git://anonscm.debian.org/pkg-php/php-symfony-eventdispatcher.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-symfony-eventdispatcher.git Package: php-symfony-eventdispatcher Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: Symfony framework - Event Dispatcher component This package provides the Event Dispatcher component, which implements a lightweight version of the Observer design pattern. The Observer pattern is a software design pattern in which an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods. It is mainly used to implement distributed event handling systems. . Symfony is a PHP framework, a set of tools and a development methodology. debian/copyright0000644000000000000000000000265612164044733011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Symfony Event Dispatcher 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, David Prévot 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.