r57722 - in /trunk/libcrypt-twofish-perl: Changes META.yml Makefile.PL Twofish.pm debian/changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 9 04:58:23 UTC 2010


Author: jawnsy-guest
Date: Sun May  9 04:58:16 2010
New Revision: 57722

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57722
Log:
Fixes dependency statement in Makefile.PL; no need to
upload since we don't have FTBFS yet...
IGNORE-VERSION: 2.14-1
* New upstream release

Modified:
    trunk/libcrypt-twofish-perl/Changes
    trunk/libcrypt-twofish-perl/META.yml
    trunk/libcrypt-twofish-perl/Makefile.PL
    trunk/libcrypt-twofish-perl/Twofish.pm
    trunk/libcrypt-twofish-perl/debian/changelog

Modified: trunk/libcrypt-twofish-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/Changes?rev=57722&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/Changes (original)
+++ trunk/libcrypt-twofish-perl/Changes Sun May  9 04:58:16 2010
@@ -1,3 +1,7 @@
+2.14    2010-05-08      Abhijit Menon-Sen <ams at toroid.org>
+
+    * Fix inaccurate dependency in Makefile.PL
+
 2.13    2009-05-11      Abhijit Menon-Sen <ams at toroid.org>
 
     * Relicensed on request from the old Artistic License to "the same

Modified: trunk/libcrypt-twofish-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/META.yml?rev=57722&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/META.yml (original)
+++ trunk/libcrypt-twofish-perl/META.yml Sun May  9 04:58:16 2010
@@ -1,12 +1,20 @@
 --- #YAML:1.0
-name:                Crypt-Twofish
-version:             2.13
-abstract:            The Twofish Encryption Algorithm
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
+name:               Crypt-Twofish
+version:            2.14
+abstract:           The Twofish Encryption Algorithm
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libcrypt-twofish-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/Makefile.PL?rev=57722&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/Makefile.PL (original)
+++ trunk/libcrypt-twofish-perl/Makefile.PL Sun May  9 04:58:16 2010
@@ -56,7 +56,7 @@
     OBJECT        => 'Twofish.o _twofish.o',
     VERSION_FROM  => 'Twofish.pm',
     ABSTRACT_FROM => 'Twofish.pm',
-    depend        => { '_twofish.c' => 'tables.h' }
+    depend        => { '_twofish.o' => 'tables.h' }
 );
 
 # Compile and run a program to test for a particular feature.

Modified: trunk/libcrypt-twofish-perl/Twofish.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/Twofish.pm?rev=57722&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/Twofish.pm (original)
+++ trunk/libcrypt-twofish-perl/Twofish.pm Sun May  9 04:58:16 2010
@@ -9,7 +9,7 @@
 use vars qw( @ISA $VERSION );
 
 @ISA = qw( DynaLoader );
-$VERSION = '2.13';
+$VERSION = '2.14';
 
 bootstrap Crypt::Twofish $VERSION;
 

Modified: trunk/libcrypt-twofish-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/changelog?rev=57722&op=diff
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/changelog (original)
+++ trunk/libcrypt-twofish-perl/debian/changelog Sun May  9 04:58:16 2010
@@ -1,7 +1,11 @@
-libcrypt-twofish-perl (2.13-1) UNRELEASED; urgency=low
+libcrypt-twofish-perl (2.14-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 2.13-1
-  no need to upload, only license change
+  Fixes dependency statement in Makefile.PL; no need to
+  upload since we don't have FTBFS yet...
+  IGNORE-VERSION: 2.14-1
+
+  [ Jonathan Yu ]
+  * New upstream release
 
   [ Ryan Niebur ]
   * New upstream release
@@ -26,7 +30,7 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:19 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 09 May 2010 01:32:09 -0400
 
 libcrypt-twofish-perl (2.12-1) unstable; urgency=low
 




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