r17700 - in /trunk/libpoe-filter-ircd-perl: Changes META.yml Makefile.PL debian/changelog debian/control debian/copyright lib/POE/Filter/IRCD.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Mar 17 01:57:51 UTC 2008


Author: tincho-guest
Date: Mon Mar 17 01:57:50 2008
New Revision: 17700

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17700
Log:
* New upstream release (nothing of interest to us).
* debian/control: add myself to Uploaders or this looks like an NMU.
* debian/copyright: fixed debian/ CP years. Also sent a bug upstream to ask
  for a proper CP notice and license in the code (CPAN#34141).

Modified:
    trunk/libpoe-filter-ircd-perl/Changes
    trunk/libpoe-filter-ircd-perl/META.yml
    trunk/libpoe-filter-ircd-perl/Makefile.PL
    trunk/libpoe-filter-ircd-perl/debian/changelog
    trunk/libpoe-filter-ircd-perl/debian/control
    trunk/libpoe-filter-ircd-perl/debian/copyright
    trunk/libpoe-filter-ircd-perl/lib/POE/Filter/IRCD.pm

Modified: trunk/libpoe-filter-ircd-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-ircd-perl/Changes?rev=17700&op=diff
==============================================================================
--- trunk/libpoe-filter-ircd-perl/Changes (original)
+++ trunk/libpoe-filter-ircd-perl/Changes Mon Mar 17 01:57:50 2008
@@ -1,6 +1,7 @@
 POE::Filter::IRCD
 =================
 
+2.36	Kwalitee fixes.
 2.35	Changed test file naming convention
 2.34	Added clone() method as reported by Hinrik Ãrn Sigurðsson.
 2.32	Updated Module::Install to 0.68

Modified: trunk/libpoe-filter-ircd-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-ircd-perl/META.yml?rev=17700&op=diff
==============================================================================
--- trunk/libpoe-filter-ircd-perl/META.yml (original)
+++ trunk/libpoe-filter-ircd-perl/META.yml Mon Mar 17 01:57:50 2008
@@ -17,4 +17,5 @@
     - t
 requires: 
   POE: 0.3202
-version: 2.35
+  POE::Filter: 0
+version: 2.36

Modified: trunk/libpoe-filter-ircd-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-ircd-perl/Makefile.PL?rev=17700&op=diff
==============================================================================
--- trunk/libpoe-filter-ircd-perl/Makefile.PL (original)
+++ trunk/libpoe-filter-ircd-perl/Makefile.PL Mon Mar 17 01:57:50 2008
@@ -5,5 +5,7 @@
 version_from 'lib/POE/Filter/IRCD.pm';
 abstract_from 'lib/POE/Filter/IRCD.pm';
 build_requires 'Test::More' => 0.47;
+requires 'warnings::compat' => 0 if $] < 5.006;
 requires 'POE' => 0.3202;
+requires 'POE::Filter' => 0;
 WriteAll;

Modified: trunk/libpoe-filter-ircd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-ircd-perl/debian/changelog?rev=17700&op=diff
==============================================================================
--- trunk/libpoe-filter-ircd-perl/debian/changelog (original)
+++ trunk/libpoe-filter-ircd-perl/debian/changelog Mon Mar 17 01:57:50 2008
@@ -1,3 +1,12 @@
+libpoe-filter-ircd-perl (2.36-1) unstable; urgency=low
+
+  * New upstream release (nothing of interest to us).
+  * debian/control: add myself to Uploaders or this looks like an NMU.
+  * debian/copyright: fixed debian/ CP years. Also sent a bug upstream to ask
+    for a proper CP notice and license in the code (CPAN#34141).
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 16 Mar 2008 22:46:50 -0300
+
 libpoe-filter-ircd-perl (2.35-1) unstable; urgency=low
 
   [gregor herrmann]

Modified: trunk/libpoe-filter-ircd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-ircd-perl/debian/control?rev=17700&op=diff
==============================================================================
--- trunk/libpoe-filter-ircd-perl/debian/control (original)
+++ trunk/libpoe-filter-ircd-perl/debian/control Mon Mar 17 01:57:50 2008
@@ -6,7 +6,7 @@
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org.sv>,
- Damyan Ivanov <dmn at debian.org>
+ Damyan Ivanov <dmn at debian.org>, Martín Ferrari <martin.ferrari at gmail.com>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/POE-Filter-IRCD/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-filter-ircd-perl/

Modified: trunk/libpoe-filter-ircd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-ircd-perl/debian/copyright?rev=17700&op=diff
==============================================================================
--- trunk/libpoe-filter-ircd-perl/debian/copyright (original)
+++ trunk/libpoe-filter-ircd-perl/debian/copyright Mon Mar 17 01:57:50 2008
@@ -19,7 +19,7 @@
 Licence in `/usr/share/common-licenses/Artistic'.
 
 Files: debian/*
-Copyright: © Steve Kowalik <stevenk at debian.org> 2005
+Copyright: © 2005-2006 Steve Kowalik <stevenk at debian.org>
            © 2008 Debian Perl Group <debian-perl at lists.debian.org>
 License: GPL-2+
  The Debian packaging information is under the GPL, version 2 or later

Modified: trunk/libpoe-filter-ircd-perl/lib/POE/Filter/IRCD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-ircd-perl/lib/POE/Filter/IRCD.pm?rev=17700&op=diff
==============================================================================
--- trunk/libpoe-filter-ircd-perl/lib/POE/Filter/IRCD.pm (original)
+++ trunk/libpoe-filter-ircd-perl/lib/POE/Filter/IRCD.pm Mon Mar 17 01:57:50 2008
@@ -1,11 +1,12 @@
 package POE::Filter::IRCD;
 
 use strict;
+use warnings;
 use Carp;
 use vars qw($VERSION);
 use base qw(POE::Filter);
 
-$VERSION = '2.35';
+$VERSION = '2.36';
 
 sub _PUT_LITERAL () { 1 }
 




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