r46021 - in /trunk/libtest-differences-perl/debian: changelog control copyright watch
ghantoos-guest at users.alioth.debian.org
ghantoos-guest at users.alioth.debian.org
Sun Oct 18 18:38:11 UTC 2009
Author: ghantoos-guest
Date: Sun Oct 18 18:38:06 2009
New Revision: 46021
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46021
Log:
- Added Build-Depends-Indep on libtest-pod-coverage-perl and
libtest-pod-perl.
- Rephrased the short description.
* debian/watch:
- Updated the version matching regexp.
- Updated the "uversionmangle" to split the version number in order to be
consistent with older versions (i.e. 500 -> 50.0).
Modified:
trunk/libtest-differences-perl/debian/changelog
trunk/libtest-differences-perl/debian/control
trunk/libtest-differences-perl/debian/copyright
trunk/libtest-differences-perl/debian/watch
Modified: trunk/libtest-differences-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-differences-perl/debian/changelog?rev=46021&op=diff
==============================================================================
--- trunk/libtest-differences-perl/debian/changelog (original)
+++ trunk/libtest-differences-perl/debian/changelog Sun Oct 18 18:38:06 2009
@@ -1,33 +1,21 @@
-libtest-differences-perl (0.50-1) UNRELEASED; urgency=low
-
- TODO:
- - the version is wrong, the upstream tarball has 0.500, maybe debian/watch
- should split it into 0.50.0 to be consistent
- svn+ssh://svn.debian.org/svn/pkg-perl/branches/upstream/libtest-differences-perl
- also needs to be fixed
- - debian/watch uses a working but old version for matching upstream versions
- - debian/control:
- + no need for debhelper 7.0.50 (override), a plain "(>= 7") is enough
- + libtest-pod-perl is missing in B-D-I
- + short description is not a nouin phrase, i.e. doesn't work as
- <package> is a <short description>
- maybe s/Test string and data structure differences in perl/Perl module
- to test string and data structure differences/
- - debian/copyright: (cosmetic) I don't see "2009" or "2008-2009" anywhere in
- the code for Ovid, just 2008
+libtest-differences-perl (0.50.0-1) unstable; urgency=low
[ Ignace Mouzannar ]
* New upstream release.
* debian/control:
- Added myself to Uploaders.
- Standards-Version bumped to 3.8.3.
- - Updated the debhelper dependency to (>= 7.0.50~).
- - Added Build-Depends-Indep on libtest-pod-coverage-perl
- (needed by t/pod-coverage.t).
+ - Added Build-Depends-Indep on libtest-pod-coverage-perl and
+ libtest-pod-perl.
+ - Rephrased the short description.
* debian/copyright:
- Updated the Debian changelog to follow Revision 196 of the Copyright
Proposal format.
- Added copyright to new upstream author.
+ * debian/watch:
+ - Updated the version matching regexp.
+ - Updated the "uversionmangle" to split the version number in order to be
+ consistent with older versions (i.e. 500 -> 50.0).
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
Modified: trunk/libtest-differences-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-differences-perl/debian/control?rev=46021&op=diff
==============================================================================
--- trunk/libtest-differences-perl/debian/control (original)
+++ trunk/libtest-differences-perl/debian/control Sun Oct 18 18:38:06 2009
@@ -4,7 +4,7 @@
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>,
Ignace Mouzannar <mouzannar at gmail.com>
-Build-Depends-Indep: debhelper (>= 7.0.50~), perl, libtext-diff-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: debhelper (>= 7), perl, libtext-diff-perl, libtest-pod-coverage-perl, libtest-pod-perl
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Test-Differences/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-differences-perl/
@@ -13,7 +13,7 @@
Package: libtest-differences-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libtext-diff-perl
-Description: Test string and data structure differences in perl
+Description: Perl module to test string and data structure differences
CPAN's Test::Differences compares data structures and strings
and returns their differences in a UNIX diff fashion if they
are "not ok". Useful for comparing large structures easily
Modified: trunk/libtest-differences-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-differences-perl/debian/copyright?rev=46021&op=diff
==============================================================================
--- trunk/libtest-differences-perl/debian/copyright (original)
+++ trunk/libtest-differences-perl/debian/copyright Sun Oct 18 18:38:06 2009
@@ -6,7 +6,7 @@
Files: *
Copyright:
- 2008-2009, Curtis "Ovid" Poe <ovid at cpan.org>
+ 2008, Curtis "Ovid" Poe <ovid at cpan.org>
2001, Barrie Slaymaker <barries at slaysys.com>
License-Alias: Perl
Licence: Artistic | GPL-1+
Modified: trunk/libtest-differences-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-differences-perl/debian/watch?rev=46021&op=diff
==============================================================================
--- trunk/libtest-differences-perl/debian/watch (original)
+++ trunk/libtest-differences-perl/debian/watch Sun Oct 18 18:38:06 2009
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/\.(\d\d)(\d\d)$/.$1.$2/ \
-http://search.cpan.org/dist/Test-Differences/ .*/Test-Differences-([[:digit:].]*)\.tar\.gz
+opts=uversionmangle=s/\.(\d\d)(\d?\d)$/.$1.$2/ \
+http://search.cpan.org/dist/Test-Differences/ .*/Test-Differences-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list