debian/0000755000000000000000000000000012144404636007172 5ustar debian/compat0000644000000000000000000000000212144404636010370 0ustar 9 debian/control0000644000000000000000000000236012144404636010576 0ustar Source: php-calendar Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Build-Depends-Indep: php-pear Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-calendar.git Vcs-Git: git://anonscm.debian.org/pkg-php/php-calendar.git Homepage: http://pear.php.net/package/Calendar Package: php-calendar Architecture: all Depends: php-pear, ${misc:Depends} Description: PHP PEAR package for building Calendar data structures Calendar provides an API for building Calendar data structures. Using the simple iterator and it's "query" API, a user interface can easily be built on top of the calendar data structure, at the same time easily connecting it to some kind of underlying data store, where "event" information is being held. . It provides different calculation "engines" the default being based on Unix timestamps (offering fastest performance) with an alternative using PEAR::Date which extends the calendar past the limitations of Unix timestamps. Other engines should be implementable for other types of calendar (e.g. a Chinese Calendar based on lunar cycles). debian/links0000644000000000000000000000424512144404636010242 0ustar usr/share/doc/php-calendar/docs/examples/11.php usr/share/doc/php-calendar/docs/examples/11.phps usr/share/doc/php-calendar/docs/examples/4.php usr/share/doc/php-calendar/docs/examples/4.phps usr/share/doc/php-calendar/docs/examples/10.php usr/share/doc/php-calendar/docs/examples/10.phps usr/share/doc/php-calendar/docs/examples/18.php usr/share/doc/php-calendar/docs/examples/18.phps usr/share/doc/php-calendar/docs/examples/22.php usr/share/doc/php-calendar/docs/examples/22.phps usr/share/doc/php-calendar/docs/examples/19.php usr/share/doc/php-calendar/docs/examples/19.phps usr/share/doc/php-calendar/docs/examples/1.php usr/share/doc/php-calendar/docs/examples/1.phps usr/share/doc/php-calendar/docs/examples/13.php usr/share/doc/php-calendar/docs/examples/13.phps usr/share/doc/php-calendar/docs/examples/16.php usr/share/doc/php-calendar/docs/examples/16.phps usr/share/doc/php-calendar/docs/examples/14.php usr/share/doc/php-calendar/docs/examples/14.phps usr/share/doc/php-calendar/docs/examples/21.php usr/share/doc/php-calendar/docs/examples/21.phps usr/share/doc/php-calendar/docs/examples/7.php usr/share/doc/php-calendar/docs/examples/7.phps usr/share/doc/php-calendar/docs/examples/20.php usr/share/doc/php-calendar/docs/examples/20.phps usr/share/doc/php-calendar/docs/examples/8.php usr/share/doc/php-calendar/docs/examples/8.phps usr/share/doc/php-calendar/docs/examples/9.php usr/share/doc/php-calendar/docs/examples/9.phps usr/share/doc/php-calendar/docs/examples/23.php usr/share/doc/php-calendar/docs/examples/23.phps usr/share/doc/php-calendar/docs/examples/2.php usr/share/doc/php-calendar/docs/examples/2.phps usr/share/doc/php-calendar/docs/examples/12.php usr/share/doc/php-calendar/docs/examples/12.phps usr/share/doc/php-calendar/docs/examples/5.php usr/share/doc/php-calendar/docs/examples/5.phps usr/share/doc/php-calendar/docs/examples/6.php usr/share/doc/php-calendar/docs/examples/6.phps usr/share/doc/php-calendar/docs/examples/15.php usr/share/doc/php-calendar/docs/examples/15.phps usr/share/doc/php-calendar/docs/examples/3.php usr/share/doc/php-calendar/docs/examples/3.phps usr/share/doc/php-calendar/docs/examples/17.php usr/share/doc/php-calendar/docs/examples/17.phps debian/source/0000755000000000000000000000000012144404636010472 5ustar debian/source/format0000644000000000000000000000001412144404636011700 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000016512144404636010613 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000014712144404636010225 0ustar version=3 http://pear.php.net/package/Calendar/download .*/Calendar-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/changelog0000644000000000000000000000053612144404636011050 0ustar php-calendar (0.5.5-2) unstable; urgency=low * Upload to unstable * Use canonical URI for VCS-* fields -- Prach Pongpanich Tue, 14 May 2013 15:55:49 +0700 php-calendar (0.5.5-1) experimental; urgency=low * Initial release. (Closes: #605271) -- Prach Pongpanich Tue, 26 Mar 2013 22:47:08 +0700 debian/copyright0000644000000000000000000000347012144404636011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Harry Fuecks , Lorenzo Alberton Source: http://pear.php.net/package/Calendar Files: debian/* Copyright: 2013, Prach Pongpanich License: BSD-3-clause Files: * Copyright: 2003-2007, Harry Fuecks 2003-2007, Lorenzo Alberton 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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/rules0000755000000000000000000000010312144404636010244 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear