--- libcpan-checksums-perl-2.03.orig/debian/control +++ libcpan-checksums-perl-2.03/debian/control @@ -0,0 +1,21 @@ +Source: libcpan-checksums-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.10), libcompress-bzip2-perl, libdata-compare-perl, + libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/CPAN-Checksums/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-checksums-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpan-checksums-perl/ + +Package: libcpan-checksums-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10), libcompress-bzip2-perl, + libdata-compare-perl +Description: Perl module to write a CHECKSUMS file for a directory as on CPAN + CPAN::Checksums writes CHECKSUMS files like the ones found on CPAN. This file + contains PGP-signed checksum data which provides various ways to verify files, + including a list of file sizes and checksums using various algorithms. --- libcpan-checksums-perl-2.03.orig/debian/copyright +++ libcpan-checksums-perl-2.03/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Andreas Koenig +Upstream-Source: http://search.cpan.org/dist/CPAN-Checksums/ +Upstream-Name: CPAN-Checksums + +Files: * +Copyright: 2002-2008, Andreas Koenig + 2002-2008, Audrey Tang + 2002-2008, Steve Peters +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Ryan Niebur + 2009, Jonathan Yu +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' --- libcpan-checksums-perl-2.03.orig/debian/watch +++ libcpan-checksums-perl-2.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/CPAN-Checksums/ .*/CPAN-Checksums-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcpan-checksums-perl-2.03.orig/debian/compat +++ libcpan-checksums-perl-2.03/debian/compat @@ -0,0 +1 @@ +7 --- libcpan-checksums-perl-2.03.orig/debian/changelog +++ libcpan-checksums-perl-2.03/debian/changelog @@ -0,0 +1,5 @@ +libcpan-checksums-perl (2.03-1) unstable; urgency=low + + * Initial Release. (Closes: #544000) + + -- Jonathan Yu Mon, 21 Sep 2009 09:43:19 -0400 --- libcpan-checksums-perl-2.03.orig/debian/rules +++ libcpan-checksums-perl-2.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@