r47144 - in /trunk/libpoe-component-client-mpd-perl/debian: changelog control copyright rules

iulian-guest at users.alioth.debian.org iulian-guest at users.alioth.debian.org
Sat Nov 14 14:46:24 UTC 2009


Author: iulian-guest
Date: Sat Nov 14 14:46:04 2009
New Revision: 47144

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47144
Log:
  - Add libtest-cpan-meta-perl to B-D-I.
* debian/copyright: change the year to only 2007.
* Add libpoe-component-client-mpd-perl.examples: examples/client.pl
* debian/rules: set RELEASE_TESTING to 1.

Modified:
    trunk/libpoe-component-client-mpd-perl/debian/changelog
    trunk/libpoe-component-client-mpd-perl/debian/control
    trunk/libpoe-component-client-mpd-perl/debian/copyright
    trunk/libpoe-component-client-mpd-perl/debian/rules

Modified: trunk/libpoe-component-client-mpd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/changelog?rev=47144&op=diff
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-mpd-perl/debian/changelog Sat Nov 14 14:46:04 2009
@@ -1,20 +1,12 @@
 libpoe-component-client-mpd-perl (0.9.6-1) UNRELEASED; urgency=low
 
-  TODO:
-  - debian/copyright: upstream has changed the year of copyright to only
-    "2007"
-  - install examples/client.pl via debian/libpoe-component-client-mpd-perl.examples
-  - the test suite has been changed and needs an environment variable now;
-    probably a new build dep is also needed
-    currently tests are skipped:
-    t/release-meta-yaml.t ..... skipped: these tests are for release candidate testing
-    t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
-    t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
-    -> debian/rules, debian/control
-    
   * New upstream release.
-  * debian/control:
+  * debian/control: 
     - Add myself to Uploaders.
+    - Add libtest-cpan-meta-perl to B-D-I.
+  * debian/copyright: change the year to only 2007.
+  * Add libpoe-component-client-mpd-perl.examples: examples/client.pl
+  * debian/rules: set RELEASE_TESTING to 1.
 
  -- Iulian Udrea <iulian at ubuntu.com>  Sat, 14 Nov 2009 13:04:57 +0000
 

Modified: trunk/libpoe-component-client-mpd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/control?rev=47144&op=diff
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/control (original)
+++ trunk/libpoe-component-client-mpd-perl/debian/control Sat Nov 14 14:46:04 2009
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.10), libreadonly-perl,
   libclass-accessor-perl, libaudio-mpd-common-perl (>= 0.1.4), libpoe-perl,
-  libtest-pod-perl, libtest-pod-coverage-perl, net-tools, mpd, netbase, procps
+  libtest-pod-perl, libtest-pod-coverage-perl, net-tools, mpd, netbase, procps, libtest-cpan-meta-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  gregor herrmann <gregoa at debian.org>, Iulian Udrea <iulian at ubuntu.com>

Modified: trunk/libpoe-component-client-mpd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/copyright?rev=47144&op=diff
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/copyright (original)
+++ trunk/libpoe-component-client-mpd-perl/debian/copyright Sat Nov 14 14:46:04 2009
@@ -5,7 +5,7 @@
 Upstream-Name: POE-Component-Client-MPD
 
 Files: *
-Copyright: 2007-2008, Jerome Quelin <jquelin at cpan.org>
+Copyright: 2007, Jerome Quelin <jquelin at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Modified: trunk/libpoe-component-client-mpd-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/rules?rev=47144&op=diff
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/rules (original)
+++ trunk/libpoe-component-client-mpd-perl/debian/rules Sat Nov 14 14:46:04 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	RELEASE_TESTING=1 dh $@




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