r69050 - in /trunk/libmath-random-isaac-xs-perl: Build.PL Changes META.yml README debian/changelog debian/control dist.ini lib/Math/Random/ISAAC/XS.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 03:25:49 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 03:25:39 2011
New Revision: 69050

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69050
Log:
No significant changes (only a dependency fix that affects installation
via CPAN)
IGNORE-VERSION: 1.004-1
* New upstream release

Modified:
    trunk/libmath-random-isaac-xs-perl/Build.PL
    trunk/libmath-random-isaac-xs-perl/Changes
    trunk/libmath-random-isaac-xs-perl/META.yml
    trunk/libmath-random-isaac-xs-perl/README
    trunk/libmath-random-isaac-xs-perl/debian/changelog
    trunk/libmath-random-isaac-xs-perl/debian/control
    trunk/libmath-random-isaac-xs-perl/dist.ini
    trunk/libmath-random-isaac-xs-perl/lib/Math/Random/ISAAC/XS.pm

Modified: trunk/libmath-random-isaac-xs-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/Build.PL?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/Build.PL (original)
+++ trunk/libmath-random-isaac-xs-perl/Build.PL Sat Feb 19 03:25:39 2011
@@ -45,10 +45,6 @@
   license               => 'unrestricted',
   dist_version_from     => 'lib/Math/Random/ISAAC/XS.pm',
   dynamic_config        => 1,
-  create_readme         => 0,
-  recursive_test_files  => 1,
-  sign                  => 1,
-  create_packlist       => 1,
 
   # Location of our special C and XS source files
   c_source => 'src',
@@ -62,20 +58,21 @@
   'build_requires' => {
     'ExtUtils::CBuilder' => '0',
     'ExtUtils::ParseXS' => '0',
-    'Module::Build' => '0.3601',
+    'Module::Build' => '0.2808_01',
+    'Test::More' => '0.62',
     'Test::NoWarnings' => '0.084'
   },
   'configure_requires' => {
-    'Module::Build' => '0.3601'
+    'Module::Build' => '0.2808_01'
+  },
+  'recommends' => {
+    'Math::Random::ISAAC' => '0'
   },
   'requires' => {
-    'Math::Random::ISAAC' => '0',
-    'Test::More' => '0.62',
     'perl' => '5.006'
   },
 
   add_to_cleanup => [ 'Math-Random-ISAAC-XS-*' ],
-  script_files => [],
 );
 
 $builder->create_build_script();

Modified: trunk/libmath-random-isaac-xs-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/Changes?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/Changes (original)
+++ trunk/libmath-random-isaac-xs-perl/Changes Sat Feb 19 03:25:39 2011
@@ -1,3 +1,11 @@
+1.004     2011-02-17 22:04:28 America/Toronto
+
+          Correct dependencies to indicate Math::Random::ISAAC
+          is a runtime dependency (thanks rjbs)
+
+          Lower Module::Build requirement to 0.2808_01, we successfully
+          built with this version for 1.001.
+
 1.003     2011-02-13 14:54:07 America/Toronto
 
           Migrate package to Dist::Zilla format

Modified: trunk/libmath-random-isaac-xs-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/META.yml?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/META.yml (original)
+++ trunk/libmath-random-isaac-xs-perl/META.yml Sat Feb 19 03:25:39 2011
@@ -5,10 +5,11 @@
 build_requires:
   ExtUtils::CBuilder: 0
   ExtUtils::ParseXS: 0
-  Module::Build: 0.3601
+  Module::Build: 0.2808_01
+  Test::More: 0.62
   Test::NoWarnings: 0.084
 configure_requires:
-  Module::Build: 0.3601
+  Module::Build: 0.2808_01
 dynamic_config: 0
 generated_by: 'Dist::Zilla version 4.200003, CPAN::Meta::Converter version 2.102400'
 license: unrestricted
@@ -16,12 +17,12 @@
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Math-Random-ISAAC-XS
+recommends:
+  Math::Random::ISAAC: 0
 requires:
-  Math::Random::ISAAC: 0
-  Test::More: 0.62
   perl: 5.006
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Random-ISAAC-XS
   homepage: http://search.cpan.org/dist/Math-Random-ISAAC-XS
   repository: git://github.com/jawnsy/Math-Random-ISAAC-XS.git
-version: 1.003
+version: 1.004

Modified: trunk/libmath-random-isaac-xs-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/README?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/README (original)
+++ trunk/libmath-random-isaac-xs-perl/README Sat Feb 19 03:25:39 2011
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Math-Random-ISAAC-XS,
-version 1.003:
+version 1.004:
 
   C implementation of the ISAAC PRNG algorithm
 

Modified: trunk/libmath-random-isaac-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/changelog?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/changelog (original)
+++ trunk/libmath-random-isaac-xs-perl/debian/changelog Sat Feb 19 03:25:39 2011
@@ -1,3 +1,13 @@
+libmath-random-isaac-xs-perl (1.004-1) UNRELEASED; urgency=low
+
+  No significant changes (only a dependency fix that affects installation
+  via CPAN)
+  IGNORE-VERSION: 1.004-1
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 18 Feb 2011 22:48:23 -0500
+
 libmath-random-isaac-xs-perl (1.003-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libmath-random-isaac-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/control?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/control (original)
+++ trunk/libmath-random-isaac-xs-perl/debian/control Sat Feb 19 03:25:39 2011
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 7),
- libtest-nowarnings-perl (>= 0.084), libstatistics-test-randomwalk-perl,
+ libtest-nowarnings-perl (>= 0.084),
+ libstatistics-test-randomwalk-perl,
  libtest-leaktrace-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>

Modified: trunk/libmath-random-isaac-xs-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/dist.ini?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/dist.ini (original)
+++ trunk/libmath-random-isaac-xs-perl/dist.ini Sat Feb 19 03:25:39 2011
@@ -10,10 +10,9 @@
 [ManifestSkip]          ; custom stuff to skip
 
 [Prereqs]
-Test::More        = 0.62
 perl              = 5.006
 
-[Prereqs / Recommends]
+[Prereqs / RuntimeRecommends]
 Math::Random::ISAAC = 0
 
 [Prereqs / BuildRequires]
@@ -21,6 +20,7 @@
 ExtUtils::ParseXS  = 0
 
 [Prereqs / TestRequires]
+Test::More        = 0.62
 Test::NoWarnings  = 0.084
 
 ; manage Git repository
@@ -58,6 +58,7 @@
 [ExecDir]               ; include `bin/' as executables
 [ShareDir]              ; include `share/' for File::ShareDir
 [ModuleBuild::Custom]   ; create Build.PL from template
+mb_version = 0.2808_01  ; version available in 5.10.0
 [Manifest]              ; build MANIFEST file (do this last)
 
 ; verify and release the distribution

Modified: trunk/libmath-random-isaac-xs-perl/lib/Math/Random/ISAAC/XS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/lib/Math/Random/ISAAC/XS.pm?rev=69050&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/lib/Math/Random/ISAAC/XS.pm (original)
+++ trunk/libmath-random-isaac-xs-perl/lib/Math/Random/ISAAC/XS.pm Sat Feb 19 03:25:39 2011
@@ -1,6 +1,6 @@
 package Math::Random::ISAAC::XS;
 BEGIN {
-  $Math::Random::ISAAC::XS::VERSION = '1.003';
+  $Math::Random::ISAAC::XS::VERSION = '1.004';
 }
 # ABSTRACT: C implementation of the ISAAC PRNG algorithm
 
@@ -24,7 +24,7 @@
 
 =head1 VERSION
 
-version 1.003
+version 1.004
 
 =head1 SYNOPSIS
 




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