r49322 - in /trunk/libnet-irc-perl: Changes IRC.pm META.yml Makefile.PL debian/changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Dec 23 22:24:21 UTC 2009


Author: jawnsy-guest
Date: Wed Dec 23 22:24:13 2009
New Revision: 49322

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49322
Log:
integrate new upstream release, no upload needed

Modified:
    trunk/libnet-irc-perl/Changes
    trunk/libnet-irc-perl/IRC.pm
    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=49322&op=diff
==============================================================================
--- trunk/libnet-irc-perl/Changes (original)
+++ trunk/libnet-irc-perl/Changes Wed Dec 23 22:24:13 2009
@@ -419,3 +419,7 @@
     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.
+
+0.78  Wed Dec 23 12:07:22 EST 2009
+  - Spoke too soon, of course. Fix from BinGOs for fixing running this under
+    automated testing.

Modified: trunk/libnet-irc-perl/IRC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/IRC.pm?rev=49322&op=diff
==============================================================================
--- trunk/libnet-irc-perl/IRC.pm (original)
+++ trunk/libnet-irc-perl/IRC.pm Wed Dec 23 22:24:13 2009
@@ -33,7 +33,7 @@
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "0.77";
+$VERSION = "0.78";
 
 sub new {
   my $proto = shift;

Modified: trunk/libnet-irc-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/META.yml?rev=49322&op=diff
==============================================================================
--- trunk/libnet-irc-perl/META.yml (original)
+++ trunk/libnet-irc-perl/META.yml Wed Dec 23 22:24:13 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Net-IRC
-version:            0.77
+version:            0.78
 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=49322&op=diff
==============================================================================
--- trunk/libnet-irc-perl/Makefile.PL (original)
+++ trunk/libnet-irc-perl/Makefile.PL Wed Dec 23 22:24:13 2009
@@ -3,6 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
+exit 0 if $ENV{AUTOMATED_TESTING};
 my $ok = 'I acknowledge that Net::IRC is unsupported and I wish to proceed.';
 my $warning = <<WILLROBINSON;
 --------------------------------------------------------------------------------

Modified: trunk/libnet-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/debian/changelog?rev=49322&op=diff
==============================================================================
--- trunk/libnet-irc-perl/debian/changelog (original)
+++ trunk/libnet-irc-perl/debian/changelog Wed Dec 23 22:24:13 2009
@@ -1,8 +1,8 @@
-libnet-irc-perl (0.77-1) UNRELEASED; urgency=low
+libnet-irc-perl (0.78-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.77-1
+  IGNORE-VERSION: 0.78-1
 
   [ Jonathan Yu ]
   * New upstream release
@@ -25,7 +25,7 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Dec 2009 18:36:58 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 23 Dec 2009 14:16:00 -0500
 
 libnet-irc-perl (0.75-8) unstable; urgency=low
 




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