--- libdata-page-perl-2.02.orig/debian/compat +++ libdata-page-perl-2.02/debian/compat @@ -0,0 +1 @@ +5 --- libdata-page-perl-2.02.orig/debian/changelog +++ libdata-page-perl-2.02/debian/changelog @@ -0,0 +1,63 @@ +libdata-page-perl (2.02-1) unstable; urgency=low + + * New upstream release. + * debian/control: Fixed debhelper-but-no-misc-depends. + + -- Bart Martens Sat, 12 Dec 2009 16:20:53 +0100 + +libdata-page-perl (2.01-1) unstable; urgency=low + + * New upstream release. + + -- Bart Martens Sun, 04 Jan 2009 14:41:33 +0100 + +libdata-page-perl (2.00-4) unstable; urgency=low + + * debian/control: Standards-Version, Homepage. + * debian/control: Changed my e-mail address. + + -- Bart Martens Mon, 30 Jun 2008 10:42:09 +0200 + +libdata-page-perl (2.00-3) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/control: Added libtest-pod-coverage-perl (>= 1.04) to + Build-Depends-Indep for "make test". + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 15:12:14 +0100 + +libdata-page-perl (2.00-2) unstable; urgency=low + + * Moved debhelper to Build-Depends + * Switched to my debian.org email address throughout + + -- Stephen Quinney Wed, 21 Jun 2006 18:31:51 +0100 + +libdata-page-perl (2.00-1) unstable; urgency=low + + * New upstream release - new functionality and improved documentation. + * Added new dependency on libclass-accessor-chained-perl. + + -- Stephen Quinney Sun, 5 Dec 2004 16:37:25 +0000 + +libdata-page-perl (1.03-1) unstable; urgency=low + + * New upstream release - small new feature and some more build tests + * Added build dependencies on libtest-exception-perl and libtest-pod-perl + + -- Stephen Quinney Sat, 31 Jul 2004 08:45:03 +0100 + +libdata-page-perl (1.02-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Mon, 12 Jul 2004 15:22:53 +0100 + +libdata-page-perl (1.01-1) unstable; urgency=low + + * Initial Release, closes: #252963. + + -- Stephen Quinney Tue, 29 Jun 2004 18:19:31 +0100 + --- libdata-page-perl-2.02.orig/debian/control +++ libdata-page-perl-2.02/debian/control @@ -0,0 +1,24 @@ +Source: libdata-page-perl +Section: perl +Priority: optional +Maintainer: Bart Martens +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.6.0-16), libclass-accessor-chained-perl, libtest-simple-perl, libtest-exception-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04) +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Data-Page/ + +Package: libdata-page-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-chained-perl +Description: Help when paging through sets of results + When searching through large amounts of data, it is often the case + that a result set is returned that is larger than we want to display + on one page. This results in wanting to page through various pages of + data. The maths behind this is unfortunately fiddly, hence this + module. + . + The main concept is that you pass in the number of total entries, the + number of entries per page, and the current page number. You can then + call methods to find out how many pages of information there are, and + what number the first and last entries on the current page really + are. --- libdata-page-perl-2.02.orig/debian/watch +++ libdata-page-perl-2.02/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="uversionmangle=s/^v(\d)/$1/;s/^\.(\d)/0.$1/" \ +http://search.cpan.org/dist/Data-Page/ \ +.*/Data-Page-(v?[\d\._]+(?:a|b|b\d+|RC\d+)?).(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z) +# generated by watchupstream 0.8.1 --- libdata-page-perl-2.02.orig/debian/copyright +++ libdata-page-perl-2.02/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Stephen Quinney on +Fri, 28 May 2004 11:03:48 +0100 + +It was downloaded from + + http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/ + http://search.cpan.org/dist/Data-Page/ + +Upstream author: Leon Brocard . + +Based on code originally by Leo Lapworth, with many changes added by +the current upstream author. + +Copyright: + (C) 2000-9, Leon Brocard + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- libdata-page-perl-2.02.orig/debian/rules +++ libdata-page-perl-2.02/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +install/libdata-page-perl:: + -rmdir debian/libdata-page-perl/usr/lib/perl5 + -rmdir debian/libdata-page-perl/usr/lib