r35475 - in /trunk/libcrypt-twofish-perl: Changes MANIFEST META.yml README Twofish.pm debian/changelog debian/control

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 16 03:25:54 UTC 2009


Author: ryan52-guest
Date: Sat May 16 03:25:49 2009
New Revision: 35475

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35475
Log:
* New upstream release
* Add myself to Uploaders
* Debian Policy 3.8.1

Added:
    trunk/libcrypt-twofish-perl/META.yml
      - copied unchanged from r35474, branches/upstream/libcrypt-twofish-perl/current/META.yml
Modified:
    trunk/libcrypt-twofish-perl/Changes
    trunk/libcrypt-twofish-perl/MANIFEST
    trunk/libcrypt-twofish-perl/README
    trunk/libcrypt-twofish-perl/Twofish.pm
    trunk/libcrypt-twofish-perl/debian/changelog
    trunk/libcrypt-twofish-perl/debian/control

Modified: trunk/libcrypt-twofish-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/Changes?rev=35475&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/Changes (original)
+++ trunk/libcrypt-twofish-perl/Changes Sat May 16 03:25:49 2009
@@ -1,3 +1,10 @@
+2.13    2009-05-11      Abhijit Menon-Sen <ams at toroid.org>
+
+    * Relicensed on request from the old Artistic License to "the same
+      terms as Perl itself" (i.e. new Artistic/GPL).
+
+      (No functional changes.)
+
 2.12    2001-05-21
 
     * More Makefile.PL feature-probing updates.

Modified: trunk/libcrypt-twofish-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/MANIFEST?rev=35475&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/MANIFEST (original)
+++ trunk/libcrypt-twofish-perl/MANIFEST Sat May 16 03:25:49 2009
@@ -11,3 +11,4 @@
 test.pl
 twofish.h
 typemap
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libcrypt-twofish-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/README?rev=35475&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/README (original)
+++ trunk/libcrypt-twofish-perl/README Sat May 16 03:25:49 2009
@@ -57,9 +57,9 @@
         via %Config.
 
 AUTHOR
-    Abhijit Menon-Sen <ams at wiw.org>
+    Abhijit Menon-Sen <ams at toroid.org>
 
-    Copyright 2001 Abhijit Menon-Sen. All rights reserved.
+    Copyright 2001 Abhijit Menon-Sen.
 
-    This software is distributed under the terms of the Artistic
-    License <URL:http://ams.wiw.org/code/artistic.txt>.
+    This module is free software; you can redistribute it and/or modify
+    it under the same terms as Perl itself.

Modified: trunk/libcrypt-twofish-perl/Twofish.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/Twofish.pm?rev=35475&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/Twofish.pm (original)
+++ trunk/libcrypt-twofish-perl/Twofish.pm Sat May 16 03:25:49 2009
@@ -1,5 +1,5 @@
 # $Id: Twofish.pm,v 2.12 2001/05/21 17:38:01 ams Exp $
-# Copyright 2001 Abhijit Menon-Sen <ams at wiw.org>
+# Copyright 2001 Abhijit Menon-Sen <ams at toroid.org>
 
 package Crypt::Twofish;
 
@@ -9,7 +9,7 @@
 use vars qw( @ISA $VERSION );
 
 @ISA = qw( DynaLoader );
-($VERSION) = q$Revision: 2.12 $ =~ /([\d.]+)/;
+$VERSION = '2.13';
 
 bootstrap Crypt::Twofish $VERSION;
 
@@ -151,9 +151,9 @@
 
 =head1 AUTHOR
 
-Abhijit Menon-Sen <ams at wiw.org>
+Abhijit Menon-Sen <ams at toroid.org>
 
-Copyright 2001 Abhijit Menon-Sen. All rights reserved.
+Copyright 2001 Abhijit Menon-Sen.
 
-This software is distributed under the terms of the Artistic License
-<URL:http://ams.wiw.org/code/artistic.txt>.
+This module is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.

Modified: trunk/libcrypt-twofish-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/changelog?rev=35475&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/changelog (original)
+++ trunk/libcrypt-twofish-perl/debian/changelog Sat May 16 03:25:49 2009
@@ -1,3 +1,11 @@
+libcrypt-twofish-perl (2.13-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Add myself to Uploaders
+  * Debian Policy 3.8.1
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 15 May 2009 20:25:40 -0700
+
 libcrypt-twofish-perl (2.12-1) unstable; urgency=low
 
   * Initial Release. Closes: #511185 (ITP)

Modified: trunk/libcrypt-twofish-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/control?rev=35475&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/control (original)
+++ trunk/libcrypt-twofish-perl/debian/control Sat May 16 03:25:49 2009
@@ -3,8 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libcrypt-cbc-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Damyan Ivanov <dmn at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Crypt-Twofish/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-twofish-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-twofish-perl/




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