--- libdatapager-perl-0.01.orig/debian/changelog +++ libdatapager-perl-0.01/debian/changelog @@ -0,0 +1,12 @@ +libdatapager-perl (0.01-2) unstable; urgency=low + + * fix debian/copyright issue. + * Standards-Version bumped to 3.8.0. + + -- Dmitry E. Oboukhov Tue, 17 Jun 2008 10:57:49 +0400 + +libdatapager-perl (0.01-1) unstable; urgency=low + + * Initial release, closes: #484060. + + -- Dmitry E. Oboukhov Wed, 19 May 2008 11:07:51 +0400 --- libdatapager-perl-0.01.orig/debian/compat +++ libdatapager-perl-0.01/debian/compat @@ -0,0 +1 @@ +5 --- libdatapager-perl-0.01.orig/debian/copyright +++ libdatapager-perl-0.01/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Dmitry E. Oboukhov +Mon May 19 12:11:28 MSD 2008 + + +Upstream author: + Vidul Nikolaev Petrov + +Copyright: + Copyright (c) 2006 Vidul Nikolaev Petrov, vidul@cpan.org + +License: + + This program is free software; you can redistribute it + and/or modify it under the same 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 systems the complete text of the GPL and Artistic +licenses can be found at: + /usr/share/common-licenses/GPL and + /usr/share/common-licenses/Artistic --- libdatapager-perl-0.01.orig/debian/rules +++ libdatapager-perl-0.01/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +DEB_TAR_SRCDIR=Data-Pager-0.01 +include /usr/share/cdbs/1/rules/tarball.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk +# include /usr/share/cdbs/1/rules/dpatch.mk + +export PERL_MM_USE_DEFAULT = true + +clean:: + rm -f *.cdbs-config_list + --- libdatapager-perl-0.01.orig/debian/watch +++ libdatapager-perl-0.01/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/~vidul/ \ + Data-Pager-(\d+(?:\.\d+){1,3})/ --- libdatapager-perl-0.01.orig/debian/control +++ libdatapager-perl-0.01/debian/control @@ -0,0 +1,14 @@ +Source: libdatapager-perl +Section: perl +Priority: optional +Maintainer: Dmitry E. Oboukhov +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5) +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/~vidul/ + +Package: libdatapager-perl +Depends: ${perl:Depends} +Architecture: all +Description: Data::Pager - flexible data pager + This Perl-class implements the familiar pager where the current + position is centered.