debian/0000755000000000000000000000000012240505171007163 5ustar debian/source/0000755000000000000000000000000012240503125010460 5ustar debian/source/format0000644000000000000000000000001412240503125011666 0ustar 3.0 (quilt) debian/install0000644000000000000000000000002612240503125010547 0ustar lib/* /usr/share/php/ debian/watch0000644000000000000000000000021312240503175010212 0ustar version=3 options="uversionmangle=s/-?beta/~beta/;s/-?alpha/~alpha/" \ http://githubredir.debian.net/github/fruux/sabre-event /(.+).tar.gz debian/rules0000755000000000000000000000014412240503125010237 0ustar #!/usr/bin/make -f %: dh $@ --with phpcomposer get-orig-source: uscan --verbose --rename --force debian/docs0000644000000000000000000000001212240505063010027 0ustar README.md debian/compat0000644000000000000000000000000212240503125010356 0ustar 9 debian/changelog0000644000000000000000000000023712240503575011045 0ustar php-sabre-event (1.0.0-1) unstable; urgency=low * Initial release (Closes: #729432) -- David Prévot Tue, 12 Nov 2013 15:54:32 -0400 debian/control0000644000000000000000000000153412240504257010575 0ustar Source: php-sabre-event Section: php Priority: optional Maintainer: ownCloud for Debian maintainers Uploaders: David Prévot Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.7~) Standards-Version: 3.9.5 Homepage: https://github.com/fruux/sabre-event Vcs-Git: git://anonscm.debian.org/pkg-owncloud/php-sabre-event.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-owncloud/php-sabre-event.git Package: php-sabre-event Architecture: all Depends: ${misc:Depends}, ${phpcomposer:Debian-require} Suggests: ${phpcomposer:Debian-suggest} Description: lightweight library for event management sabre/event’s design is inspired by Node.js's EventEmitter. . It provides some features like prioritization, and the ability to stop the event chain, like JavaScript’s preventDefault. debian/copyright0000644000000000000000000000333012240505105011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sabre/event Source: https://github.com/fruux/sabre-event Upstream-Contact: Evert Pot Files: * Copyright: 2013, fruux GmbH (https://fruux.com/) 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 Sabre nor the names of its 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.