r38030 - in /trunk/libpar-dist-perl: Changes META.yml debian/changelog debian/control lib/PAR/Dist.pm t/03merge_meta.t
nhandler-guest at users.alioth.debian.org
nhandler-guest at users.alioth.debian.org
Thu Jun 11 21:46:32 UTC 2009
Author: nhandler-guest
Date: Thu Jun 11 21:46:27 2009
New Revision: 38030
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38030
Log:
* New upstream release
* debian/watch:
- Update to ignore development releases.
* debian/control:
- Add myself to list of Uploaders
- Bump Standards-Version to 3.8.1
Modified:
trunk/libpar-dist-perl/Changes
trunk/libpar-dist-perl/META.yml
trunk/libpar-dist-perl/debian/changelog
trunk/libpar-dist-perl/debian/control
trunk/libpar-dist-perl/lib/PAR/Dist.pm
trunk/libpar-dist-perl/t/03merge_meta.t
Modified: trunk/libpar-dist-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/Changes?rev=38030&op=diff
==============================================================================
--- trunk/libpar-dist-perl/Changes (original)
+++ trunk/libpar-dist-perl/Changes Thu Jun 11 21:46:27 2009
@@ -1,3 +1,7 @@
+By: smueller on 2009/02/20
+ * Fix test skipping if certain optional dependencies couldn't be found.
+ * This is 0.45.
+____________________________________________________________________________
By: smueller on 2009/02/02
* Abandon support for perl 5.005.
* Merging of the various requires-like META.yml sections in
Modified: trunk/libpar-dist-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/META.yml?rev=38030&op=diff
==============================================================================
--- trunk/libpar-dist-perl/META.yml (original)
+++ trunk/libpar-dist-perl/META.yml Thu Jun 11 21:46:27 2009
@@ -1,17 +1,25 @@
--- #YAML:1.0
-name: PAR-Dist
-version: 0.44
-abstract: Create and manipulate PAR distributions
-license: ~
-author:
+name: PAR-Dist
+version: 0.45
+abstract: Create and manipulate PAR distributions
+author:
- Audrey Tang <cpan at audreyt.org>
-generated_by: ExtUtils::MakeMaker version 6.42
-distribution_type: module
-requires:
- File::Find: 0
- File::Path: 0
- File::Spec: 0
- File::Temp: 0
+license: unknown
+distribution_type: module
+configure_requires:
+ ExtUtils::MakeMaker: 0
+build_requires:
+ ExtUtils::MakeMaker: 0
+requires:
+ File::Find: 0
+ File::Path: 0
+ File::Spec: 0
+ File::Temp: 0
+no_index:
+ directory:
+ - t
+ - inc
+generated_by: ExtUtils::MakeMaker version 6.50
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
Modified: trunk/libpar-dist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/debian/changelog?rev=38030&op=diff
==============================================================================
--- trunk/libpar-dist-perl/debian/changelog (original)
+++ trunk/libpar-dist-perl/debian/changelog Thu Jun 11 21:46:27 2009
@@ -1,12 +1,17 @@
-libpar-dist-perl (0.44-2) UNRELEASED; urgency=low
+libpar-dist-perl (0.45-1) unstable; urgency=low
[ Ryan Niebur ]
* Remove Florian Ragwitz from Uploaders (Closes: #523207)
[ Nathan Handler ]
- * debian/watch: Update to ignore development releases.
+ * New upstream release
+ * debian/watch:
+ - Update to ignore development releases.
+ * debian/control:
+ - Add myself to list of Uploaders
+ - Bump Standards-Version to 3.8.1
- -- Ryan Niebur <ryanryan52 at gmail.com> Wed, 08 Apr 2009 19:00:15 -0700
+ -- Nathan Handler <nhandler at ubuntu.com> Thu, 11 Jun 2009 21:46:00 +0000
libpar-dist-perl (0.44-1) unstable; urgency=low
Modified: trunk/libpar-dist-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/debian/control?rev=38030&op=diff
==============================================================================
--- trunk/libpar-dist-perl/debian/control (original)
+++ trunk/libpar-dist-perl/debian/control Thu Jun 11 21:46:27 2009
@@ -6,12 +6,13 @@
libtest-pod-coverage-perl, libyaml-syck-perl | libyaml-tiny-perl | libyaml-perl,
libarchive-zip-perl
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>
+ gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
+ Nathan Handler <nhandler at ubuntu.com>
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/PAR-Dist/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpar-dist-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpar-dist-perl/
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Package: libpar-dist-perl
Architecture: all
Modified: trunk/libpar-dist-perl/lib/PAR/Dist.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/lib/PAR/Dist.pm?rev=38030&op=diff
==============================================================================
--- trunk/libpar-dist-perl/lib/PAR/Dist.pm (original)
+++ trunk/libpar-dist-perl/lib/PAR/Dist.pm Thu Jun 11 21:46:27 2009
@@ -4,7 +4,7 @@
require Exporter;
use vars qw/$VERSION @ISA @EXPORT @EXPORT_OK $DEBUG/;
-$VERSION = '0.44';
+$VERSION = '0.45';
@ISA = 'Exporter';
@EXPORT = qw/
blib_to_par
@@ -34,7 +34,7 @@
=head1 VERSION
-This document describes version 0.44 of PAR::Dist, released February 2, 2009.
+This document describes version 0.45 of PAR::Dist, released June 11, 2009.
=head1 SYNOPSIS
Modified: trunk/libpar-dist-perl/t/03merge_meta.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-dist-perl/t/03merge_meta.t?rev=38030&op=diff
==============================================================================
--- trunk/libpar-dist-perl/t/03merge_meta.t (original)
+++ trunk/libpar-dist-perl/t/03merge_meta.t Thu Jun 11 21:46:27 2009
@@ -13,13 +13,11 @@
my $tools = PAR::Dist::_check_tools();
$PAR::Dist::DEBUG = 0;
if (not defined $tools->{DumpFile}) {
- plan tests => 1;
- skip("Skip because no YAML loader/dumper could be found");
+ plan skip_all => "Skip because no YAML loader/dumper could be found";
exit();
}
elsif (not defined $tools->{zip}) {
- plan tests => 1;
- skip("Skip because neither Archive::Zip nor zip/unzip could be found");
+ plan skip_all => "Skip because neither Archive::Zip nor zip/unzip could be found";
exit();
}
else {
More information about the Pkg-perl-cvs-commits
mailing list