--- libdata-pageset-perl-1.05.orig/debian/control +++ libdata-pageset-perl-1.05/debian/control @@ -0,0 +1,27 @@ +Source: libdata-pageset-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), quilt +Build-Depends-Indep: perl (>= 5.6.0-12), libdata-page-perl, libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Edward Betts , Ryan Niebur +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-pageset-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-pageset-perl/ +Homepage: http://search.cpan.org/dist/Data-Pageset/ + +Package: libdata-pageset-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdata-page-perl +Description: Perl module for page numbering and page sets + The object produced by Data::Pageset can be used to create page navigation, + it inherits from Data::Page and has access to all methods from this object. + . + In addition it also provides methods for dealing with set of pages, so that + if there are too many pages you can easily break them into chunks for the + user to browse through. + . + You can even choose to view page numbers in your set in a 'sliding' fassion. + . + The object can easily be passed to a templating system such as Template + Toolkit or be used within a script. --- libdata-pageset-perl-1.05.orig/debian/copyright +++ libdata-pageset-perl-1.05/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Leo Lapworth +Upstream-Source: http://search.cpan.org/dist/Data-Pageset/ +Upstream-Name: Data-Pageset + +Files: * +Copyright: 2002-2008, Leo Lapworth +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Edward Betts + 2009, Ryan Niebur +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libdata-pageset-perl-1.05.orig/debian/watch +++ libdata-pageset-perl-1.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Data-Pageset/ .*/Data-Pageset-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdata-pageset-perl-1.05.orig/debian/compat +++ libdata-pageset-perl-1.05/debian/compat @@ -0,0 +1 @@ +7 --- libdata-pageset-perl-1.05.orig/debian/README.source +++ libdata-pageset-perl-1.05/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libdata-pageset-perl-1.05.orig/debian/changelog +++ libdata-pageset-perl-1.05/debian/changelog @@ -0,0 +1,25 @@ +libdata-pageset-perl (1.05-2) unstable; urgency=low + + [ Ryan Niebur ] + + * add libdata-page-perl to (build-)deps, and add libtest-pod-perl to + build-deps (Closes: #518874) + * remove README from the docs, it is just the man page + * convert direct changes to quilt patches + * redo debian/rules with a longer version, use quilt + * add myself to uploaders + * better short description + * add more copyright information + + [ gregor herrmann ] + + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + + -- Ryan Niebur Sun, 08 Mar 2009 18:35:19 -0700 + +libdata-pageset-perl (1.05-1) unstable; urgency=low + + * Initial Release. (Closes: #341638) + + -- Edward Betts Tue, 24 Feb 2009 09:49:30 +0000 --- libdata-pageset-perl-1.05.orig/debian/rules +++ libdata-pageset-perl-1.05/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build + --- libdata-pageset-perl-1.05.orig/debian/patches/series +++ libdata-pageset-perl-1.05/debian/patches/series @@ -0,0 +1 @@ +fix-pod --- libdata-pageset-perl-1.05.orig/debian/patches/fix-pod +++ libdata-pageset-perl-1.05/debian/patches/fix-pod @@ -0,0 +1,31 @@ +fix errors in the POD, and test the POD + +--- libdata-pageset-perl-1.05.orig/t/pod.t ++++ libdata-pageset-perl-1.05/t/pod.t +@@ -0,0 +1,6 @@ ++use strict; ++use warnings; ++use Test::More; ++use Test::Pod; ++ ++all_pod_files_ok(); +--- libdata-pageset-perl-1.05.orig/lib/Data/Pageset.pm ++++ libdata-pageset-perl-1.05/lib/Data/Pageset.pm +@@ -109,7 +109,7 @@ + + 21 + +-=back 4 ++=back + + =head3 Slide: + +@@ -127,7 +127,7 @@ + + 24 + +-=back 4 ++=back + + You can not change modes once the object is created. +