r56958 - in /trunk/libtest-pod-perl: Build.PL Changes META.yml README debian/changelog debian/control debian/source/ debian/source/format lib/Test/Pod.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Apr 26 11:42:20 UTC 2010


Author: ansgar-guest
Date: Mon Apr 26 11:42:13 2010
New Revision: 56958

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56958
Log:
IGNORE-VERSION: 1.43-1
Only lowers (build-)dependencies.
* New upstream release.
* debian/control: Lower (build-)deps according to upstream changes.
* Use source format 3.0 (quilt).

Added:
    trunk/libtest-pod-perl/debian/source/
    trunk/libtest-pod-perl/debian/source/format
Modified:
    trunk/libtest-pod-perl/Build.PL
    trunk/libtest-pod-perl/Changes
    trunk/libtest-pod-perl/META.yml
    trunk/libtest-pod-perl/README
    trunk/libtest-pod-perl/debian/changelog
    trunk/libtest-pod-perl/debian/control
    trunk/libtest-pod-perl/lib/Test/Pod.pm

Modified: trunk/libtest-pod-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/Build.PL?rev=56958&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Build.PL (original)
+++ trunk/libtest-pod-perl/Build.PL Mon Apr 26 11:42:13 2010
@@ -8,13 +8,15 @@
     configure_requires => { 'Module::Build' => '0.30', },
     build_requires     => {
         'Module::Build' => '0.30',
-        'Test::More'    => '0.70',
+        'File::Spec'    => 0,
+        'Pod::Simple'   => '3.05',
+        'Test::More'    => '0.62',
     },
     requires => {
-        'Pod::Simple'           => '3.07',
-        'Test::More'            => '0.70',,
+        'File::Spec'            => 0,
+        'Pod::Simple'           => '3.05',
         'Test::Builder::Tester' => '1.02',
-        'File::Spec'            => 0,
+        'Test::More'            => '0.62',
     },
     meta_merge => {
         resources => {

Modified: trunk/libtest-pod-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/Changes?rev=56958&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Changes (original)
+++ trunk/libtest-pod-perl/Changes Mon Apr 26 11:42:13 2010
@@ -1,4 +1,11 @@
 Change log for Test::Pod
+
+1.43 2010-04-21T02:33:59
+    * Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05,
+      and added File::Spec to the list of prereqs. The prerequisites were
+      needlessly high, and by reducing them Test::Pod can rely on the core
+      versions of those modules in on Perl 5.8.8. Thanks to Chris Wittmer for
+      the patch.
 
 1.42 - 2010-03-10T19:41:20
     * Fixed invalid Pod link. Thanks to Markus Sonderegger.

Modified: trunk/libtest-pod-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/META.yml?rev=56958&op=diff
==============================================================================
--- trunk/libtest-pod-perl/META.yml (original)
+++ trunk/libtest-pod-perl/META.yml Mon Apr 26 11:42:13 2010
@@ -3,11 +3,13 @@
 author:
   - 'Currently maintained by David E. Wheeler, C<< <david at justatheory.com> >>.'
 build_requires:
+  File::Spec: 0
   Module::Build: 0.30
-  Test::More: 0.70
+  Pod::Simple: 3.05
+  Test::More: 0.62
 configure_requires:
   Module::Build: 0.30
-generated_by: 'Module::Build version 0.3601'
+generated_by: 'Module::Build version 0.3607'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,15 +18,15 @@
 provides:
   Test::Pod:
     file: lib/Test/Pod.pm
-    version: 1.42
+    version: 1.43
 requires:
   File::Spec: 0
-  Pod::Simple: 3.07
+  Pod::Simple: 3.05
   Test::Builder::Tester: 1.02
-  Test::More: 0.70
+  Test::More: 0.62
 resources:
   bugtracker: http://github.com/theory/test-pod/issues/
   homepage: http://search.cpan.org/dist/Test-Pod/
   license: http://dev.perl.org/licenses/
   repository: http://github.com/theory/test-pod/tree/
-version: 1.42
+version: 1.43

Modified: trunk/libtest-pod-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/README?rev=56958&op=diff
==============================================================================
--- trunk/libtest-pod-perl/README (original)
+++ trunk/libtest-pod-perl/README Mon Apr 26 11:42:13 2010
@@ -1,4 +1,4 @@
-Test/Pod version 1.42
+Test/Pod version 1.43
 =====================
 
 This library's module, Test::Pod, provides an interface for validating POD in

Modified: trunk/libtest-pod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/changelog?rev=56958&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/changelog (original)
+++ trunk/libtest-pod-perl/debian/changelog Mon Apr 26 11:42:13 2010
@@ -1,3 +1,14 @@
+libtest-pod-perl (1.43-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 1.43-1
+  Only lowers (build-)dependencies.
+
+  * New upstream release.
+  * debian/control: Lower (build-)deps according to upstream changes.
+  * Use source format 3.0 (quilt).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 26 Apr 2010 20:37:01 +0900
+
 libtest-pod-perl (1.42-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libtest-pod-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/control?rev=56958&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/control (original)
+++ trunk/libtest-pod-perl/debian/control Mon Apr 26 11:42:13 2010
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
-Build-Depends-Indep: perl, perl (>= 5.10) | libtest-simple-perl (>= 0.62),
- libio-stringy-perl, perl (>= 5.10.1) | libpod-simple-perl (>= 3.07)
+Build-Depends-Indep: perl, libio-stringy-perl,
+ perl (>= 5.10) | libpod-simple-perl (>= 3.05)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
@@ -15,7 +15,7 @@
 Package: libtest-pod-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl,
- perl (>= 5.10.1) | libpod-simple-perl (>= 3.07)
+ perl (>= 5.10) | libpod-simple-perl (>= 3.05)
 Description: module to test for POD errors
  Test::Pod is a simple test for Perl's Plain Old Documentation (POD) format. It
  checks your distribution's module, script and documentation files for issues

Added: trunk/libtest-pod-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/source/format?rev=56958&op=file
==============================================================================
--- trunk/libtest-pod-perl/debian/source/format (added)
+++ trunk/libtest-pod-perl/debian/source/format Mon Apr 26 11:42:13 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libtest-pod-perl/lib/Test/Pod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/lib/Test/Pod.pm?rev=56958&op=diff
==============================================================================
--- trunk/libtest-pod-perl/lib/Test/Pod.pm (original)
+++ trunk/libtest-pod-perl/lib/Test/Pod.pm Mon Apr 26 11:42:13 2010
@@ -8,11 +8,11 @@
 
 =head1 VERSION
 
-Version 1.42
-
-=cut
-
-our $VERSION = '1.42';
+Version 1.43
+
+=cut
+
+our $VERSION = '1.43';
 
 =head1 SYNOPSIS
 




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