r43896 - in /trunk/libnet-ssh2-perl: Changes META.yml debian/changelog lib/Net/SSH2.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Sep 10 18:53:34 UTC 2009


Author: carnil-guest
Date: Thu Sep 10 18:53:17 2009
New Revision: 43896

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43896
Log:
# no need to upload, since this version reverts only the 0.26
# upload
IGNORE-VERSION: 0.27-1
* New upstream release

Modified:
    trunk/libnet-ssh2-perl/Changes
    trunk/libnet-ssh2-perl/META.yml
    trunk/libnet-ssh2-perl/debian/changelog
    trunk/libnet-ssh2-perl/lib/Net/SSH2.pm

Modified: trunk/libnet-ssh2-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/Changes?rev=43896&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/Changes (original)
+++ trunk/libnet-ssh2-perl/Changes Thu Sep 10 18:53:17 2009
@@ -2,6 +2,9 @@
 
 Developer/maintainer: David B. Robins <dbrobins at cpan.org>.
 Project started 2005-10-23 in Redmond, Washington, USA.
+
+0.27  2009-09-10 06:54:58
+        - reverting a bad release
 
 0.25  2009-09-07 01:07:58
         - fix an unitialized warning

Modified: trunk/libnet-ssh2-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/META.yml?rev=43896&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/META.yml (original)
+++ trunk/libnet-ssh2-perl/META.yml Thu Sep 10 18:53:17 2009
@@ -21,7 +21,7 @@
 provides:
   Net::SSH2:
     file: lib/Net/SSH2.pm
-    version: 0.25
+    version: 0.27
   Net::SSH2::Channel:
     file: lib/Net/SSH2/Channel.pm
   Net::SSH2::Dir:
@@ -39,4 +39,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/rkitover/net-ssh2.git
-version: 0.25
+version: 0.27

Modified: trunk/libnet-ssh2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/changelog?rev=43896&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/changelog (original)
+++ trunk/libnet-ssh2-perl/debian/changelog Thu Sep 10 18:53:17 2009
@@ -1,3 +1,12 @@
+libnet-ssh2-perl (0.27-1) UNRELEASED; urgency=low
+
+  # no need to upload, since this version reverts only the 0.26
+  # upload
+  IGNORE-VERSION: 0.27-1
+  * New upstream release
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 10 Sep 2009 20:52:04 +0200
+
 libnet-ssh2-perl (0.25-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libnet-ssh2-perl/lib/Net/SSH2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/lib/Net/SSH2.pm?rev=43896&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/lib/Net/SSH2.pm (original)
+++ trunk/libnet-ssh2-perl/lib/Net/SSH2.pm Thu Sep 10 18:53:17 2009
@@ -188,7 +188,8 @@
 
 our @EXPORT_OK = @{$EXPORT_TAGS{all}};
 
-our $VERSION = '0.25';
+our $VERSION = '0.27';
+$VERSION = eval $VERSION;
 
 # methods
 




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