debian/0000755000000000000000000000000011766065012007172 5ustar debian/compat0000644000000000000000000000000211766065012010370 0ustar 8 debian/control0000644000000000000000000000163411766065012010601 0ustar Source: php-pager Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Luis Uribe Build-Depends: debhelper (>= 8), pkg-php-tools Build-Depends-Indep: php-pear Standards-Version: 3.9.3 Homepage: http://pear.php.net/package/Pager/ Vcs-Git: git://git.debian.org/pkg-php/php-pager.git Vcs-Browser: http://git.debian.org/?p=pkg-php/php-pager.git Package: php-pager Depends: ${misc:Depends}, php-pear Architecture: all Description: Pages an array of data, creating links to previous and next pages Takes an array of data as input and pages it according to various parameters, building links within a specified range. For example, an array of alphabetical letters could be paged, resulting in pages with three letters per page, and links to the previous and next two pages. Can be configured to use "Jumping" and "Sliding" window styles. debian/source/0000755000000000000000000000000011766065012010472 5ustar debian/source/format0000644000000000000000000000001411766065012011700 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000016411766065012010612 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/patches/0000755000000000000000000000000011766065012010621 5ustar debian/patches/series0000644000000000000000000000002411766065012012032 0ustar 01_simpletest.patch debian/patches/01_simpletest.patch0000644000000000000000000000145311766065012014336 0ustar Description: Patch to include simpletest PATH Origin: Debian Index: php-pager/Pager-2.4.8/tests/simple_include.php =================================================================== --- php-pager.orig/Pager-2.4.8/tests/simple_include.php 2011-04-14 21:42:19.000000000 -0500 +++ php-pager/Pager-2.4.8/tests/simple_include.php 2011-04-14 21:56:14.000000000 -0500 @@ -6,7 +6,7 @@ // http://www.lastcraft.com/simple_test.php // if (!defined('SIMPLE_TEST')) { - define('SIMPLE_TEST', '../simpletest/'); + define('SIMPLE_TEST', '/usr/share/php/simpletest/'); } require_once(SIMPLE_TEST . 'unit_tester.php'); @@ -14,4 +14,4 @@ require_once(SIMPLE_TEST . 'mock_objects.php'); require_once(SIMPLE_TEST . 'web_tester.php'); require_once(SIMPLE_TEST . 'reporter.php'); -?> \ No newline at end of file +?> debian/watch0000644000000000000000000000013711766065012010224 0ustar version=3 http://pear.php.net/package/Pager/download .*/Pager-([\d.]+)\.tgz debian svn-upgrade debian/changelog0000644000000000000000000000611311766065012011045 0ustar php-pager (2.4.8-2) unstable; urgency=low * debian/rules + Switch to pkg-php-tools * debian/control + Bump Standards Version to 3.9.3. (No changes needed). + Changes Maintainer: to Debian PHP PEAR Maintainers. Closes: #656991 * debian/copyright + Adding the initial package maintainer + Fix lintian warnings + The package is really released as BSD-3-clauses and not 2-clauses * Revert package.xml to it's original state. -- Luis Uribe Tue, 12 Jun 2012 05:38:17 -0500 php-pager (2.4.8-1) unstable; urgency=low * New maintainer (Closes: #569464) * debian/control + Bump Standards Version to 3.9.2. (No changes needed). + Section is now 'php' + Add ${misc:Depends} to Depends + Added Vcs-Browser: and Vcs-Git: fields. * debian/rules + Not a CDBS package anymore. + Add recomended build targets * Switch to dpkg-source 3.0 (quilt) format * Updated md5sum of simple_include.php file in package.xml. * debian/copyright + Rewrite file according to DEP5 -- Luis Uribe Wed, 29 Jun 2011 22:29:43 -0500 php-pager (2.4.6-1) unstable; urgency=low * New upstream release (Closes: #429808) * Updated watch file (Closes: #450249) * Updated copyright -- Charles Fry Thu, 24 Jul 2008 11:38:01 -0400 php-pager (2.4.3-1) unstable; urgency=low * New upstream release (Closes: #429808) -- Charles Fry Thu, 12 Jul 2007 14:15:23 -0400 php-pager (2.4.2-2) unstable; urgency=low * Explicitly depend on cdbs (in addition to dh-make-php) to please lintian * Debhelper compatability level 5 * New maintainer email address -- Charles Fry Wed, 5 Jul 2006 23:18:45 -0400 php-pager (2.4.2-1) unstable; urgency=low * New upstream release * Build with dh-make-php -- Charles Fry Thu, 8 Jun 2006 09:26:54 -0400 php-pager (2.4.0-1) unstable; urgency=low * New upstream release -- Charles Fry Tue, 25 Apr 2006 19:46:42 -0400 php-pager (2.3.6-2) unstable; urgency=low * Removed new files in /usr/share/php hidden directories -- Charles Fry Mon, 27 Feb 2006 10:32:03 -0500 php-pager (2.3.6-1) unstable; urgency=low * New upstream release -- Charles Fry Tue, 7 Feb 2006 16:08:41 -0500 php-pager (2.3.4-3) unstable; urgency=low * Use xmlstarlet instead of Perl xpath to avoid network access when building, thanks to Daniel Schepler (Closes: #337439) -- Charles Fry Fri, 4 Nov 2005 21:34:13 -0500 php-pager (2.3.4-2) unstable; urgency=low * Integrated pear.mk -- Charles Fry Tue, 4 Oct 2005 10:25:22 -0400 php-pager (2.3.4-1) unstable; urgency=low * New upstream release * Moved to CDBS * Move docs to correct location -- Charles Fry Thu, 29 Sep 2005 09:54:04 -0400 php-pager (2.3.3-1) unstable; urgency=low * Initial Release (Closes: #315368) -- Charles Fry Fri, 24 Jun 2005 11:57:10 -0400 debian/copyright0000644000000000000000000000531711766065012011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Contact: Lorenzo Alberton , Richard Heyes Source: http://pear.php.net/package/Pager/download Files: debian/* Copyright: (c) 2011-2012, Luis Uribe (c) 2005-2007, Charles Fry License: LGPL-2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License (LGPL) may be found in /usr/share/common-licenses/LGPL-2.1. Files: * Copyright: (c) 2003-2009, Lorenzo Alberton (c) 2002-2009, Richard Heyes License: BSD 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 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 HOLDER 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/rules0000755000000000000000000000010111766065012010242 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear