r53382 - in /branches/upstream/libtest-corpus-audio-mpd-perl/current: Changes META.yml README lib/Test/Corpus/Audio/MPD.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Feb 27 15:24:53 UTC 2010


Author: gregoa
Date: Sat Feb 27 15:24:38 2010
New Revision: 53382

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53382
Log:
[svn-upgrade] Integrating new upstream version, libtest-corpus-audio-mpd-perl (1.100500)

Modified:
    branches/upstream/libtest-corpus-audio-mpd-perl/current/Changes
    branches/upstream/libtest-corpus-audio-mpd-perl/current/META.yml
    branches/upstream/libtest-corpus-audio-mpd-perl/current/README
    branches/upstream/libtest-corpus-audio-mpd-perl/current/lib/Test/Corpus/Audio/MPD.pm

Modified: branches/upstream/libtest-corpus-audio-mpd-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-corpus-audio-mpd-perl/current/Changes?rev=53382&op=diff
==============================================================================
--- branches/upstream/libtest-corpus-audio-mpd-perl/current/Changes (original)
+++ branches/upstream/libtest-corpus-audio-mpd-perl/current/Changes Sat Feb 27 15:24:38 2010
@@ -1,4 +1,7 @@
 Revision history for Test::Corpus::Audio::MPD
+
+1.100500  2010-02-19 11:17:34 Europe/Paris
+ - clarify ogg files license for debian
 
 1.100430  2010-02-12 13:58:06 Europe/Paris
  - WARNING: no more makefile.pl supplied, only a build.pl

Modified: branches/upstream/libtest-corpus-audio-mpd-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-corpus-audio-mpd-perl/current/META.yml?rev=53382&op=diff
==============================================================================
--- branches/upstream/libtest-corpus-audio-mpd-perl/current/META.yml (original)
+++ branches/upstream/libtest-corpus-audio-mpd-perl/current/META.yml Sat Feb 27 15:24:38 2010
@@ -15,15 +15,12 @@
 provides:
   Test::Corpus::Audio::MPD:
     file: lib/Test/Corpus/Audio/MPD.pm
-    version: 1.100430
+    version: 1.100500
 requires:
   English: 0
   Exporter: 0
-  ExtUtils::MakeMaker: 6.11
   File::Copy: 0
   File::ShareDir: 0
-  File::ShareDir::Install: 0
-  File::Spec::Functions: 0
   File::Temp: 0
   Module::Build: 0.3601
   Path::Class: 0
@@ -34,4 +31,4 @@
   MailingList: http://groups.google.com/group/audio-mpd
   homepage: http://search.cpan.org/dist/Test-Corpus-Audio-MPD
   repository: http://github.com/jquelin/audio-mpd
-version: 1.100430
+version: 1.100500

Modified: branches/upstream/libtest-corpus-audio-mpd-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-corpus-audio-mpd-perl/current/README?rev=53382&op=diff
==============================================================================
--- branches/upstream/libtest-corpus-audio-mpd-perl/current/README (original)
+++ branches/upstream/libtest-corpus-audio-mpd-perl/current/README Sat Feb 27 15:24:38 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Test-Corpus-Audio-MPD, version
-1.100430:
+1.100500:
 
   automate launching of fake mdp for testing purposes
 

Modified: branches/upstream/libtest-corpus-audio-mpd-perl/current/lib/Test/Corpus/Audio/MPD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-corpus-audio-mpd-perl/current/lib/Test/Corpus/Audio/MPD.pm?rev=53382&op=diff
==============================================================================
--- branches/upstream/libtest-corpus-audio-mpd-perl/current/lib/Test/Corpus/Audio/MPD.pm (original)
+++ branches/upstream/libtest-corpus-audio-mpd-perl/current/lib/Test/Corpus/Audio/MPD.pm Sat Feb 27 15:24:38 2010
@@ -11,7 +11,7 @@
 use warnings;
 
 package Test::Corpus::Audio::MPD;
-our $VERSION = '1.100430';
+our $VERSION = '1.100500';
 # ABSTRACT: automate launching of fake mdp for testing purposes
 
 use File::Copy            qw{ copy     };
@@ -145,7 +145,7 @@
 
 =head1 VERSION
 
-version 1.100430
+version 1.100500
 
 =head1 SYNOPSIS
 
@@ -171,9 +171,10 @@
 Once the tests are run, the mpd server will be shut down, and the
 original one will be relaunched (if there was one).
 
-Note that the test mpd will listen to C<localhost>, so you are on the safe
-side. Note also that the test suite comes with its own ogg files - and yes,
-we can redistribute them since it's only some random voice recordings :-)
+Note that the test mpd will listen to C<localhost>, so you are on the
+safe side. Note also that the test suite comes with its own ogg files.
+Those files are 2 seconds tracks recording my voice saying ok, and are
+freely redistributable under the same license as the code itself.
 
 In case you want more control on the test mpd server, you can use the
 supplied public methods. This might be useful when trying to test




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