r49047 - in /trunk/libnet-irc-perl: Changes Entry.pm EventQueue.pm IRC.pm MANIFEST MANIFEST.SKIP META.yml Makefile.PL TODO debian/changelog t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Dec 21 02:47:12 UTC 2009


Author: jawnsy-guest
Date: Mon Dec 21 02:47:04 2009
New Revision: 49047

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49047
Log:
integrate new upstream version

Added:
    trunk/libnet-irc-perl/Entry.pm
      - copied unchanged from r49046, branches/upstream/libnet-irc-perl/current/Entry.pm
    trunk/libnet-irc-perl/EventQueue.pm
      - copied unchanged from r49046, branches/upstream/libnet-irc-perl/current/EventQueue.pm
    trunk/libnet-irc-perl/t/
      - copied from r49046, branches/upstream/libnet-irc-perl/current/t/
Removed:
    trunk/libnet-irc-perl/TODO
Modified:
    trunk/libnet-irc-perl/Changes
    trunk/libnet-irc-perl/IRC.pm
    trunk/libnet-irc-perl/MANIFEST
    trunk/libnet-irc-perl/MANIFEST.SKIP
    trunk/libnet-irc-perl/META.yml
    trunk/libnet-irc-perl/Makefile.PL
    trunk/libnet-irc-perl/debian/changelog

Modified: trunk/libnet-irc-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/Changes?rev=49047&op=diff
==============================================================================
--- trunk/libnet-irc-perl/Changes (original)
+++ trunk/libnet-irc-perl/Changes Mon Dec 21 02:47:04 2009
@@ -413,3 +413,9 @@
 
 0.76  Thu Sep 17 23:47:13 EDT 2009
   - Officially deprecated. See Bot::BasicBot and POE::Component::IRC instead.
+
+0.77  Sat Dec 19 17:46:07 EST 2009
+  - Previous maintainer needs to learn how the dist tools work and include
+    everything in the manifest. New version to include everything in the old
+    tarball and make people stop harassing me about this long-dead (good
+    riddance) distribution once and for all.

Modified: trunk/libnet-irc-perl/IRC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/IRC.pm?rev=49047&op=diff
==============================================================================
--- trunk/libnet-irc-perl/IRC.pm (original)
+++ trunk/libnet-irc-perl/IRC.pm Mon Dec 21 02:47:04 2009
@@ -33,7 +33,7 @@
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "0.76";
+$VERSION = "0.77";
 
 sub new {
   my $proto = shift;

Modified: trunk/libnet-irc-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/MANIFEST?rev=49047&op=diff
==============================================================================
--- trunk/libnet-irc-perl/MANIFEST (original)
+++ trunk/libnet-irc-perl/MANIFEST Mon Dec 21 02:47:04 2009
@@ -1,13 +1,14 @@
 Changes
 Connection.pm
 DCC.pm
+Entry.pm
 Event.pm
+EventQueue.pm
 IRC.pm
 irctest
+Makefile.PL
 MANIFEST
 MANIFEST.SKIP
-Makefile.PL
 README
-TODO
-
+t/01_minimal.t
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libnet-irc-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/MANIFEST.SKIP?rev=49047&op=diff
==============================================================================
--- trunk/libnet-irc-perl/MANIFEST.SKIP (original)
+++ trunk/libnet-irc-perl/MANIFEST.SKIP Mon Dec 21 02:47:04 2009
@@ -1,3 +1,4 @@
 TODO$
 Makefile$
 ^CVS
+^.git

Modified: trunk/libnet-irc-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/META.yml?rev=49047&op=diff
==============================================================================
--- trunk/libnet-irc-perl/META.yml (original)
+++ trunk/libnet-irc-perl/META.yml Mon Dec 21 02:47:04 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Net-IRC
-version:            0.76
+version:            0.77
 abstract:           ~
 author:  []
 license:            unknown

Modified: trunk/libnet-irc-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/Makefile.PL?rev=49047&op=diff
==============================================================================
--- trunk/libnet-irc-perl/Makefile.PL (original)
+++ trunk/libnet-irc-perl/Makefile.PL Mon Dec 21 02:47:04 2009
@@ -1,4 +1,4 @@
-
+# Net::IRC sucks
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.

Modified: trunk/libnet-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/debian/changelog?rev=49047&op=diff
==============================================================================
--- trunk/libnet-irc-perl/debian/changelog (original)
+++ trunk/libnet-irc-perl/debian/changelog Mon Dec 21 02:47:04 2009
@@ -1,8 +1,8 @@
-libnet-irc-perl (0.76-1) UNRELEASED; urgency=low
+libnet-irc-perl (0.77-1) UNRELEASED; urgency=low
 
   This strongly marks the package as deprecated, which I don't think
   is itself sufficient for releasing an update.
-  IGNORE-VERSION: 0.76-1
+  IGNORE-VERSION: 0.77-1
 
   [ Jonathan Yu ]
   * New upstream release
@@ -25,7 +25,7 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 25 Sep 2009 09:43:47 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Dec 2009 18:36:58 -0500
 
 libnet-irc-perl (0.75-8) unstable; urgency=low
 




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