r61901 - in /trunk/libpoe-component-irc-perl/debian: changelog control copyright patches/fix-pod-spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 22 18:35:44 UTC 2010


Author: gregoa
Date: Sun Aug 22 18:35:23 2010
New Revision: 61901

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61901
Log:
* Remove build dependency on libtest-pod-perl (test was removed).
* Refresh fix-pod-spelling.patch.
* debian/copyright: point to /usr/share/common-licenses/GPL-1.
* Set Standards-Version to 3.9.1 (no changes).

Modified:
    trunk/libpoe-component-irc-perl/debian/changelog
    trunk/libpoe-component-irc-perl/debian/control
    trunk/libpoe-component-irc-perl/debian/copyright
    trunk/libpoe-component-irc-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libpoe-component-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/changelog?rev=61901&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/changelog (original)
+++ trunk/libpoe-component-irc-perl/debian/changelog Sun Aug 22 18:35:23 2010
@@ -1,6 +1,10 @@
 libpoe-component-irc-perl (6.37+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Remove build dependency on libtest-pod-perl (test was removed).
+  * Refresh fix-pod-spelling.patch.
+  * debian/copyright: point to /usr/share/common-licenses/GPL-1.
+  * Set Standards-Version to 3.9.1 (no changes).
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 22 Aug 2010 20:26:57 +0200
 

Modified: trunk/libpoe-component-irc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/control?rev=61901&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/control (original)
+++ trunk/libpoe-component-irc-perl/debian/control Sun Aug 22 18:35:23 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, netbase, libtest-pod-perl, libsocket6-perl,
+Build-Depends-Indep: perl, netbase, libsocket6-perl,
  libtest-pod-coverage-perl, libpoe-perl (>= 2:1.2870),
  libpoe-component-client-dns-perl, libpoe-component-client-ident-perl,
  libpoe-component-pluggable-perl (>= 1.26), libpoe-filter-ircd-perl (>= 2.42)
@@ -10,7 +10,7 @@
 Uploaders: Martín Ferrari <tincho at debian.org>, Damyan Ivanov <dmn at debian.org>,
  Ryan Niebur <ryan at debian.org>, gregor herrmann <gregoa at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/POE-Component-IRC/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-irc-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-irc-perl/

Modified: trunk/libpoe-component-irc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/copyright?rev=61901&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/copyright (original)
+++ trunk/libpoe-component-irc-perl/debian/copyright Sun Aug 22 18:35:23 2010
@@ -32,7 +32,7 @@
  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'
+ can be found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -40,5 +40,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 GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libpoe-component-irc-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/patches/fix-pod-spelling.patch?rev=61901&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libpoe-component-irc-perl/debian/patches/fix-pod-spelling.patch Sun Aug 22 18:35:23 2010
@@ -6,7 +6,7 @@
 
 --- a/lib/POE/Component/IRC/State.pm
 +++ b/lib/POE/Component/IRC/State.pm
-@@ -1387,7 +1387,7 @@
+@@ -1393,7 +1393,7 @@
  
  =head2 Augmented events
  
@@ -15,8 +15,8 @@
  L<POE::Component::IRC|POE::Component::IRC> events.
  
  =head3 C<irc_quit>
-@@ -1395,7 +1395,7 @@
- See also L<C<irc_quit>|POE::Component::IRC/"irc_quit"> in
+@@ -1401,7 +1401,7 @@
+ See also L<C<irc_quit>|POE::Component::IRC/irc_quit> in
  L<POE::Component::IRC|POE::Component::IRC>.
  
 -Additional paramater C<ARG2> contains an arrayref of channel names that are




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