--- libtest-manifest-perl-1.23.orig/debian/rules +++ libtest-manifest-perl-1.23/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtest-manifest-perl-1.23.orig/debian/changelog +++ libtest-manifest-perl-1.23/debian/changelog @@ -0,0 +1,120 @@ +libtest-manifest-perl (1.23-1) unstable; urgency=low + + * New upstream release + + Warns about missing files and skips them, rather than trying to test them + * Added myself to Uploaders and Copyright + * Removed manpage section patch (they are no longer installed per upstream) + * Bumped d/compat to 7. Require debhelper 7 now. + * Use new short rules format. + * Standards-Version 3.8.2 + * Removed redundant fields from d/control (priority/section) + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * debian/copyright: update years of upstream copyright and switch to new + format. + * debian/control: remove build dependency on libtest-simple-perl and + runtime dependency on libtest-harness-perl; replace them by a dependency + on perl >= 5.8.8. + + -- Jonathan Yu Fri, 17 Jul 2009 10:22:09 -0400 + +libtest-manifest-perl (1.22-2) unstable; urgency=low + + * debian/rules: + - touch Makefile in clean target after unpatching + Makefile.PL to prevent it from being re-built; allows building twice + in a row + - bring in line with current practice in general + * debian/watch: extended regexp for matching upstream releases. + * debian/copyright: update years of copyright, wording of licensing terms + and pointers to license files on Debian systems. + * Add /me to Uploaders. + + -- gregor herrmann Wed, 30 Apr 2008 22:44:22 +0200 + +libtest-manifest-perl (1.22-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + + [ David Paleino ] + * New upstream version + * debian/rules: + - don't ignore the return value of $(MAKE) clean + - updated to support quilt patch system + * debian/compat - updated to version 5 + * debian/control: + - moved debhelper to Build-Depends (required by clean target) + - added quilt to Build-Depends + - updated Standards-Version to 3.7.3 + * debian/patches: + - 01-fix_manpage_section.patch added - it fixes the manpage section + from "3" to "3pm" + + [ Damyan Ivanov ] + * debian/watch: + + add v? to watchfile pattern + + do not allow underscores in version. they note a developer release + * debian/rules: revamped + + drop pwd/awk and use dh_listpackages to get package name + + drop unused dh_installman, dh_link and dh_strip + + add stamps and fix target dependencies accordingly + + put actual making and test suite in build-stamp target + + remove usr/lib/perl5 only if it exists and remove it verbosely + + when cleaning, use distclean + * debian/control: add libtest-pod-perl and libtest-pod-coverage-perl to + B-D-I + * Add myself to Uploaders + + -- Damyan Ivanov Wed, 09 Jan 2008 15:39:53 +0200 + +libtest-manifest-perl (1.14-1) unstable; urgency=low + + * New upstream version + * Watchfile tweak so uupdate will work + + -- Jay Bonci Thu, 7 Apr 2005 12:09:16 -0400 + +libtest-manifest-perl (1.11-1) unstable; urgency=low + + * New upstream version + * Fixes debian/watch file so uscan will work + + -- Jay Bonci Mon, 11 Oct 2004 02:02:38 -0400 + +libtest-manifest-perl (0.92-1) unstable; urgency=low + + * New Maintainer (Closes: #219823) + * New upstream version + * Bumped to policy-version 3.6.1.0 (no other changes) + * Added module-specific CPAN url + * Removed install file, as it is handled directly by the rules file + + -- Jay Bonci Tue, 11 Nov 2003 01:02:40 -0500 + +libtest-manifest-perl (0.91-2) unstable; urgency=low + + * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' + * debian/control: upgraded to Debian Policy 3.6.0 (no changes) + + -- Ardo van Rangelrooij Sun, 27 Jul 2003 08:09:43 -0500 + +libtest-manifest-perl (0.91-1) unstable; urgency=low + + * Initial release + (closes: Bug#193495) + + -- Ardo van Rangelrooij Fri, 16 May 2003 06:33:30 -0500 --- libtest-manifest-perl-1.23.orig/debian/watch +++ libtest-manifest-perl-1.23/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Test-Manifest/ .*/Test-Manifest-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtest-manifest-perl-1.23.orig/debian/control +++ libtest-manifest-perl-1.23/debian/control @@ -0,0 +1,21 @@ +Source: libtest-manifest-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , Damyan Ivanov , + gregor herrmann , Jonathan Yu +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Test-Manifest/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-manifest-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-manifest-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.8), libtest-pod-perl, + libtest-pod-coverage-perl + +Package: libtest-manifest-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8.8) +Description: Perl module for interacting with a test manifest file + Test::Manifest is a Perl test framework that allows you to run any tests you + want based on the t/test_manifest file, in any order you desire (rather than + simply the ascii-betical order provided by default.) --- libtest-manifest-perl-1.23.orig/debian/copyright +++ libtest-manifest-perl-1.23/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: brian d foy +Upstream-Source: http://search.cpan.org/dist/Test-Manifest/ +Upstream-Name: Test-Manifest + +Files: * +Copyright: 2002-2009, brian d foy +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2003, 2004, 2005, Jay Bonci + 2003, Ardo van Rangelrooij + 2008, 2009, gregor herrmann + 2008, Damyan Ivanov + 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' --- libtest-manifest-perl-1.23.orig/debian/compat +++ libtest-manifest-perl-1.23/debian/compat @@ -0,0 +1 @@ +7