r54943 - in /trunk/libsoftware-license-perl: Changes META.yml Makefile.PL debian/changelog debian/control lib/Software/License.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 28 18:26:53 UTC 2010


Author: gregoa
Date: Sun Mar 28 18:26:45 2010
New Revision: 54943

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54943
Log:
* New upstream release.
* Build depend on Test::More 0.88.

Modified:
    trunk/libsoftware-license-perl/Changes
    trunk/libsoftware-license-perl/META.yml
    trunk/libsoftware-license-perl/Makefile.PL
    trunk/libsoftware-license-perl/debian/changelog
    trunk/libsoftware-license-perl/debian/control
    trunk/libsoftware-license-perl/lib/Software/License.pm

Modified: trunk/libsoftware-license-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoftware-license-perl/Changes?rev=54943&op=diff
==============================================================================
--- trunk/libsoftware-license-perl/Changes (original)
+++ trunk/libsoftware-license-perl/Changes Sun Mar 28 18:26:45 2010
@@ -1,4 +1,7 @@
 Revision history for Software-License
+
+0.015     2010-03-26
+          up the Test::More prereq
 
 0.014     2010-03-23
           add meta_name to almost all remaining licenses, and add a test

Modified: trunk/libsoftware-license-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoftware-license-perl/META.yml?rev=54943&op=diff
==============================================================================
--- trunk/libsoftware-license-perl/META.yml (original)
+++ trunk/libsoftware-license-perl/META.yml Sun Mar 28 18:26:45 2010
@@ -4,6 +4,7 @@
   - 'Ricardo Signes <rjbs at cpan.org>'
 build_requires:
   ExtUtils::MakeMaker: 6.42
+  Test::More: 0.88
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
@@ -26,4 +27,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/rjbs/software-license
-version: 0.014
+version: 0.015

Modified: trunk/libsoftware-license-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoftware-license-perl/Makefile.PL?rev=54943&op=diff
==============================================================================
--- trunk/libsoftware-license-perl/Makefile.PL (original)
+++ trunk/libsoftware-license-perl/Makefile.PL Sun Mar 28 18:26:45 2010
@@ -12,6 +12,8 @@
 requires('Sub::Install'        => '0.000'); # minimum unknown
 requires('Text::Template'      => '0.000'); # minimum unknown
 
+build_requires('Test::More'    => '0.88'); # done_testing!
+
 extra_tests;
 
 repository('http://github.com/rjbs/software-license');

Modified: trunk/libsoftware-license-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoftware-license-perl/debian/changelog?rev=54943&op=diff
==============================================================================
--- trunk/libsoftware-license-perl/debian/changelog (original)
+++ trunk/libsoftware-license-perl/debian/changelog Sun Mar 28 18:26:45 2010
@@ -1,3 +1,10 @@
+libsoftware-license-perl (0.015-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Build depend on Test::More 0.88.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 28 Mar 2010 20:25:28 +0200
+
 libsoftware-license-perl (0.014-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libsoftware-license-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoftware-license-perl/debian/control?rev=54943&op=diff
==============================================================================
--- trunk/libsoftware-license-perl/debian/control (original)
+++ trunk/libsoftware-license-perl/debian/control Sun Mar 28 18:26:45 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libsub-install-perl, libtext-template-perl,
- libdata-section-perl
+ libdata-section-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>, Jonathan Yu <jawnsy at cpan.org>,
  Brian Cassidy <brian.cassidy at gmail.com>, Ryan Niebur <ryan at debian.org>,

Modified: trunk/libsoftware-license-perl/lib/Software/License.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsoftware-license-perl/lib/Software/License.pm?rev=54943&op=diff
==============================================================================
--- trunk/libsoftware-license-perl/lib/Software/License.pm (original)
+++ trunk/libsoftware-license-perl/lib/Software/License.pm Sun Mar 28 18:26:45 2010
@@ -9,11 +9,11 @@
 
 =head1 VERSION
 
-version 0.014
-
-=cut
-
-our $VERSION = '0.014';
+version 0.015
+
+=cut
+
+our $VERSION = '0.015';
 
 use Data::Section -setup => { header_re => qr/\A__([^_]+)__\Z/ };
 use Sub::Install ();




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