r62159 - in /trunk/libtest-regression-perl: debian/changelog debian/control debian/patches/ debian/patches/copyright.patch debian/patches/series lib/Test/Regression.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Aug 29 08:52:09 UTC 2010


Author: periapt-guest
Date: Sun Aug 29 08:51:39 2010
New Revision: 62159

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62159
Log:
revised

Added:
    trunk/libtest-regression-perl/debian/patches/
    trunk/libtest-regression-perl/debian/patches/copyright.patch
    trunk/libtest-regression-perl/debian/patches/series
Modified:
    trunk/libtest-regression-perl/debian/changelog
    trunk/libtest-regression-perl/debian/control
    trunk/libtest-regression-perl/lib/Test/Regression.pm

Modified: trunk/libtest-regression-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/changelog?rev=62159&op=diff
==============================================================================
--- trunk/libtest-regression-perl/debian/changelog (original)
+++ trunk/libtest-regression-perl/debian/changelog Sun Aug 29 08:51:39 2010
@@ -1,13 +1,4 @@
 libtest-regression-perl (0.05-1) UNRELEASED; urgency=low
-
-  TODO:
-  - debian/control:
-    + remove "perl" from Depends, it gets added by dh_perl via ${perl:Depends}
-      automatically
-    + long description: s/This is a/Test::Regression is a/ (makes searching
-      easier)
-  - debian/copyright: README and lib/Test/Regression.pm list only 2009 as the
-    year of copyright (but they may be wrong of course :))
 
   * Initial Release. (Closes: #594699)
 

Modified: trunk/libtest-regression-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/control?rev=62159&op=diff
==============================================================================
--- trunk/libtest-regression-perl/debian/control (original)
+++ trunk/libtest-regression-perl/debian/control Sun Aug 29 08:51:39 2010
@@ -15,9 +15,9 @@
 Package: libtest-regression-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libalgorithm-diff-perl,
- libtest-differences-perl, libtext-diff-perl, perl
+ libtest-differences-perl, libtext-diff-perl
 Description: test library for regression testing output
- This is a Test::More compatible module that provides an ok_regression function
- which compares the output of a code reference with stored reference files. If
- necessary the reference files can be regenerated by setting an environment
- variable.
+ Test::Regression is a Test::More compatible module that provides an
+ ok_regression function which compares the output of a code reference with
+ stored reference files. If necessary the reference files can be regenerated
+ by setting an environment variable.

Added: trunk/libtest-regression-perl/debian/patches/copyright.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/patches/copyright.patch?rev=62159&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/patches/copyright.patch (added)
+++ trunk/libtest-regression-perl/debian/patches/copyright.patch Sun Aug 29 08:51:39 2010
@@ -1,0 +1,15 @@
+Subject: Copyright date innaccurate
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Forwarded: yes
+Last-Update: 2010-08-29
+--- a/lib/Test/Regression.pm
++++ b/lib/Test/Regression.pm
+@@ -150,7 +150,7 @@
+ 
+ =head1 COPYRIGHT & LICENSE
+ 
+-Copyright 2009 Nicholas Bamber.
++Copyright 2009-10 Nicholas Bamber.
+ 
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of either: the GNU General Public License as published

Added: trunk/libtest-regression-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/patches/series?rev=62159&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/patches/series (added)
+++ trunk/libtest-regression-perl/debian/patches/series Sun Aug 29 08:51:39 2010
@@ -1,0 +1,1 @@
+copyright.patch

Modified: trunk/libtest-regression-perl/lib/Test/Regression.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/lib/Test/Regression.pm?rev=62159&op=diff
==============================================================================
--- trunk/libtest-regression-perl/lib/Test/Regression.pm (original)
+++ trunk/libtest-regression-perl/lib/Test/Regression.pm Sun Aug 29 08:51:39 2010
@@ -150,7 +150,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009 Nicholas Bamber.
+Copyright 2009-10 Nicholas Bamber.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of either: the GNU General Public License as published




More information about the Pkg-perl-cvs-commits mailing list