r53384 - in /trunk/libtest-corpus-audio-mpd-perl: Changes META.yml README debian/changelog lib/Test/Corpus/Audio/MPD.pm

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


Author: gregoa
Date: Sat Feb 27 15:27:05 2010
New Revision: 53384

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53384
Log:
* New upstream release 1.100500.

Modified:
    trunk/libtest-corpus-audio-mpd-perl/Changes
    trunk/libtest-corpus-audio-mpd-perl/META.yml
    trunk/libtest-corpus-audio-mpd-perl/README
    trunk/libtest-corpus-audio-mpd-perl/debian/changelog
    trunk/libtest-corpus-audio-mpd-perl/lib/Test/Corpus/Audio/MPD.pm

Modified: trunk/libtest-corpus-audio-mpd-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-corpus-audio-mpd-perl/Changes?rev=53384&op=diff
==============================================================================
--- trunk/libtest-corpus-audio-mpd-perl/Changes (original)
+++ trunk/libtest-corpus-audio-mpd-perl/Changes Sat Feb 27 15:27:05 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: trunk/libtest-corpus-audio-mpd-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-corpus-audio-mpd-perl/META.yml?rev=53384&op=diff
==============================================================================
--- trunk/libtest-corpus-audio-mpd-perl/META.yml (original)
+++ trunk/libtest-corpus-audio-mpd-perl/META.yml Sat Feb 27 15:27:05 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: trunk/libtest-corpus-audio-mpd-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-corpus-audio-mpd-perl/README?rev=53384&op=diff
==============================================================================
--- trunk/libtest-corpus-audio-mpd-perl/README (original)
+++ trunk/libtest-corpus-audio-mpd-perl/README Sat Feb 27 15:27:05 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: trunk/libtest-corpus-audio-mpd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-corpus-audio-mpd-perl/debian/changelog?rev=53384&op=diff
==============================================================================
--- trunk/libtest-corpus-audio-mpd-perl/debian/changelog (original)
+++ trunk/libtest-corpus-audio-mpd-perl/debian/changelog Sat Feb 27 15:27:05 2010
@@ -1,15 +1,15 @@
-libtest-corpus-audio-mpd-perl (1.100430-1) UNRELEASED; urgency=low
+libtest-corpus-audio-mpd-perl (1.100500-1) UNRELEASED; urgency=low
 
-  TODO:
-  upstream has announced a new release with a statement regarding the .ogg
-  files, let's wait for that
-
-  * New upstream release
+  [ Jonathan Yu ]
+  * New upstream release 1.100430
   * Standards-Version 3.8.4 (no changes)
   * Now requires Module::Build 0.3601 (not in core until 5.11)
   * Update dependencies per upstream
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 15 Feb 2010 10:02:07 -0500
+  [ gregor herrmann ]
+  * New upstream release 1.100500.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 27 Feb 2010 16:25:45 +0100
 
 libtest-corpus-audio-mpd-perl (1.093230-1) unstable; urgency=low
 

Modified: trunk/libtest-corpus-audio-mpd-perl/lib/Test/Corpus/Audio/MPD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-corpus-audio-mpd-perl/lib/Test/Corpus/Audio/MPD.pm?rev=53384&op=diff
==============================================================================
--- trunk/libtest-corpus-audio-mpd-perl/lib/Test/Corpus/Audio/MPD.pm (original)
+++ trunk/libtest-corpus-audio-mpd-perl/lib/Test/Corpus/Audio/MPD.pm Sat Feb 27 15:27:05 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