r48322 - in /trunk/libtest-corpus-audio-mpd-perl/debian: control copyright libtest-corpus-audio-mpd-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 6 01:56:56 UTC 2009


Author: jawnsy-guest
Date: Sun Dec  6 01:56:45 2009
New Revision: 48322

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48322
Log:
prepare for release

Removed:
    trunk/libtest-corpus-audio-mpd-perl/debian/libtest-corpus-audio-mpd-perl.docs
Modified:
    trunk/libtest-corpus-audio-mpd-perl/debian/control
    trunk/libtest-corpus-audio-mpd-perl/debian/copyright

Modified: trunk/libtest-corpus-audio-mpd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-corpus-audio-mpd-perl/debian/control?rev=48322&op=diff
==============================================================================
--- trunk/libtest-corpus-audio-mpd-perl/debian/control (original)
+++ trunk/libtest-corpus-audio-mpd-perl/debian/control Sun Dec  6 01:56:45 2009
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.11.0), libreadonly-perl,
-  libmodule-util-perl
+Build-Depends-Indep: perl, libreadonly-perl, libmodule-util-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -13,22 +12,14 @@
 
 Package: libtest-corpus-audio-mpd-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.9.4),
-  libreadonly-perl, libmodule-util-perl
-Description: automate launching of fake mdp for testing purposes
- Test::Corpus::Audio::MPD will try to launch a new mpd server for testing
- purposes. This mpd server will then be used during
- POE::Component::Client::MPD or Audio::MPD tests.
+Depends: ${perl:Depends}, ${misc:Depends} libmodule-util-perl,
+ libreadonly-perl
+Description: module to fake mpd for testing purposes
+ Test::Corpus::Audio::MPD is a Perl test harness that tries to launch a new
+ Music Player Daemon (MPD) server using a fake mpd.conf file with correct
+ paths for testing.
  .
- In order to achieve this, the module will create a fake mpd.conf file with
- the correct pathes (ie, where you untarred the module tarball). It will then
- check if some mpd server is already running, and stop it if the
- MPD_TEST_OVERRIDE environment variable is true (die otherwise). Last it will
- run the test mpd with its newly created configuration file.
- .
- Everything described above is done automatically when the module is use-d.
- .
- Once the tests are run, the mpd server will be shut down, and the original
- one will be relaunched (if there was one).
- .
- This description was automagically extracted from the module by dh-make-perl.
+ If an mpd server is already running, this module will stop it temporarily if
+ the MPD_TEST_OVERRIDE environment variable is true; otherwise, the test will
+ bail. Once the tests are complete, the temporarily launched mpd server will
+ be shut down and the original one relaunched (if there was one).

Modified: trunk/libtest-corpus-audio-mpd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-corpus-audio-mpd-perl/debian/copyright?rev=48322&op=diff
==============================================================================
--- trunk/libtest-corpus-audio-mpd-perl/debian/copyright (original)
+++ trunk/libtest-corpus-audio-mpd-perl/debian/copyright Sun Dec  6 01:56:45 2009
@@ -1,18 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Maintainer: Jerome Quelin
+Maintainer: Jerome Quelin <jquelin at cpan.org>
 Source: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/
 Name: Test-Corpus-Audio-MPD
-Disclaimer: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Jerome Quelin
+Copyright: 2009, Jerome Quelin <jquelin at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*




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