--- libtest-checkchanges-perl-0.14.orig/debian/control +++ libtest-checkchanges-perl-0.14/debian/control @@ -0,0 +1,22 @@ +Source: libtest-checkchanges-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl, + libtest-exception-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur , Jonathan Yu , + gregor herrmann +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Test-CheckChanges/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-checkchanges-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-checkchanges-perl/ + +Package: libtest-checkchanges-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: module to validate a Changes file + Test::CheckChanges is a Perl module that extracts a package version number + from Build data or the Makefile and compares it with the latest entry in the + Changes file. It currently only checks that the version in the change log + file matches the version of the distribution. --- libtest-checkchanges-perl-0.14.orig/debian/copyright +++ libtest-checkchanges-perl-0.14/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: G. Allen Morris III +Source: http://search.cpan.org/dist/Test-CheckChanges/ +Name: Test-CheckChanges + +Files: * +Copyright: 2008-2010, G. Allen Morris III +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, 2010, Jonathan Yu + 2009, 2010, gregor herrmann + 2009, Ryan Niebur +License: Artistic or 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' --- libtest-checkchanges-perl-0.14.orig/debian/watch +++ libtest-checkchanges-perl-0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Test-CheckChanges/ .*/Test-CheckChanges-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-checkchanges-perl-0.14.orig/debian/compat +++ libtest-checkchanges-perl-0.14/debian/compat @@ -0,0 +1 @@ +7 --- libtest-checkchanges-perl-0.14.orig/debian/changelog +++ libtest-checkchanges-perl-0.14/debian/changelog @@ -0,0 +1,63 @@ +libtest-checkchanges-perl (0.14-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Add Test::Exception to B-D-I for testing + * Rewrite control description + * Standards-Version 3.8.4 (no changes) + + [ gregor herrmann ] + * debian/copyright: update formatting, years of upstream copyright and list + of debian/ contributors. + + -- Jonathan Yu Sat, 06 Mar 2010 21:17:26 -0500 + +libtest-checkchanges-perl (0.11-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (no changes) + * Use new short debhelper rules format + * Drop dependency on M::B (Makefile is traditional) + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ryan Niebur ] + * Update jawnsy's email address + * Update ryan52's email address + + [ gregor herrmann ] + * debian/control: Changed: (build-)depend on perl instead of perl- + modules. + + -- Jonathan Yu Sat, 26 Dec 2009 09:45:59 -0500 + +libtest-checkchanges-perl (0.08-1) unstable; urgency=low + + * New upstream release + + Added format for "Version NUM Date" style + + -- Jonathan Yu Sun, 02 Aug 2009 15:11:54 -0400 + +libtest-checkchanges-perl (0.07-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release (various upstream feature additions) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * Set Standards-Version to 3.8.2 (no changes). + * Add /me to Uploaders. + + -- gregor herrmann Fri, 26 Jun 2009 21:48:24 +0200 + +libtest-checkchanges-perl (0.06-1) unstable; urgency=low + + * Initial Release. (Closes: #526414) + + -- Ryan Niebur Mon, 04 May 2009 02:43:24 -0700 --- libtest-checkchanges-perl-0.14.orig/debian/rules +++ libtest-checkchanges-perl-0.14/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@