r65082 - in /trunk/libpoe-component-client-mpd-perl/debian: changelog control copyright source/ source/format
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Nov 20 18:57:25 UTC 2010
Author: gregoa
Date: Sat Nov 20 18:57:15 2010
New Revision: 65082
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65082
Log:
* Set Standards-Version to 3.9.1 (no changes).
* debian/control: drop version from perl build dependency.
* Switch to source format 3.0 (quilt).
* debian/copyright: update Format-Specification and license stanzas.
Added:
trunk/libpoe-component-client-mpd-perl/debian/source/
trunk/libpoe-component-client-mpd-perl/debian/source/format
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
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=65082&op=diff
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-mpd-perl/debian/changelog Sat Nov 20 18:57:15 2010
@@ -1,14 +1,18 @@
libpoe-component-client-mpd-perl (1.100430-1) UNRELEASED; urgency=low
- WAITS-FOR libmoosex-poe-perl
- This module is FTBFS without it
-
+ [ Jonathan Yu ]
* New upstream release
* Add myself to Uploaders and Copyright
* Update dependencies per upstream
* Rewrite control description
* Use an override to enable RELEASE_TESTING
* Standards-Version 3.8.4 (no changes)
+
+ [ gregor herrmann ]
+ * Set Standards-Version to 3.9.1 (no changes).
+ * debian/control: drop version from perl build dependency.
+ * Switch to source format 3.0 (quilt).
+ * debian/copyright: update Format-Specification and license stanzas.
-- Jonathan Yu <jawnsy at cpan.org> Sat, 13 Feb 2010 19:02:34 -0500
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=65082&op=diff
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/control (original)
+++ trunk/libpoe-component-client-mpd-perl/debian/control Sat Nov 20 18:57:15 2010
@@ -1,8 +1,8 @@
Source: libpoe-component-client-mpd-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl (>= 5.10), mpd, net-tools, netbase, procps,
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl, mpd, net-tools, netbase, procps,
libaudio-mpd-common-perl (>= 0.1.4), libmoosex-semiaffordanceaccessor-perl,
libmoose-perl (>= 0.92), libmoosex-has-sugar-perl, libmoosex-types-perl,
libpoe-perl, libreadonly-perl, libsub-exporter-perl, libtest-cpan-meta-perl,
@@ -10,14 +10,14 @@
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
gregor herrmann <gregoa at debian.org>, Iulian Udrea <iulian at ubuntu.com>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/POE-Component-Client-MPD/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-client-mpd-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/
Package: libpoe-component-client-mpd-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10), libreadonly-perl,
+Depends: ${misc:Depends}, ${perl:Depends}, libreadonly-perl,
libaudio-mpd-common-perl (>= 0.1.4), libmoose-perl (>= 0.92), libpoe-perl,
libmoosex-has-sugar-perl, libmoosex-semiaffordanceaccessor-perl,
libmoosex-types-perl, libsub-exporter-perl, libmoosex-poe-perl
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=65082&op=diff
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/copyright (original)
+++ trunk/libpoe-component-client-mpd-perl/debian/copyright Sat Nov 20 18:57:15 2010
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
Maintainer: Jerome Quelin <jquelin at cpan.org>
Source: http://search.cpan.org/dist/POE-Component-Client-MPD/
Name: POE-Component-Client-MPD
@@ -18,8 +18,8 @@
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License, which comes with Perl.
.
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
License: GPL-1+
This program is free software; you can redistribute it and/or modify
@@ -27,5 +27,5 @@
the Free Software Foundation; either version 1, or (at your option)
any later version.
.
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
Added: trunk/libpoe-component-client-mpd-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-mpd-perl/debian/source/format?rev=65082&op=file
==============================================================================
--- trunk/libpoe-component-client-mpd-perl/debian/source/format (added)
+++ trunk/libpoe-component-client-mpd-perl/debian/source/format Sat Nov 20 18:57:15 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the Pkg-perl-cvs-commits
mailing list