[Reproducible-commits] [libextutils-depends-perl] 37/187: Version 0.300

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit a1175a2a8a485d20f948676d4d73b7af93ec96fa
Author: Torsten Schönfeld <tsch at src.gnome.org>
Date:   Sun Mar 30 15:36:23 2008 +0000

    Version 0.300
    
    svn path=/trunk/; revision=53
---
 Changes                 | 2 +-
 README                  | 9 ++-------
 lib/ExtUtils/Depends.pm | 2 +-
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/Changes b/Changes
index 91ae472..e4c4f72 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension ExtUtils::Depends.
 
-0.--- Sun Mar 30 17:29:35 CEST 2008
+0.300 Sun Mar 30 17:35:35 CEST 2008
 	- On MSWin32 and cygwin, find the link libraries of dependencies and
           put them into LIBS.
 	- Add tests.
diff --git a/README b/README
index 1a79302..ca3f59e 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ SYNOPSIS
             $package = new ExtUtils::Depends ('pkg::name', 'base::package')
             # set the flags and libraries to compile and link the module
             $package->set_inc("-I/opt/blahblah");
-            $package->set_lib("-lmylib");
+            $package->set_libs("-lmylib");
             # add a .c and an .xs file to compile
             $package->add_c('code.c');
             $package->add_xs('module-code.xs');
@@ -92,7 +92,7 @@ METHODS
     $depends->add_c (@c_files)
         Add C files to be compiled.
 
-    $depends->typemaps (@typemaps)
+    $depends->add_typemaps (@typemaps)
         Add typemap files to be used and installed.
 
     $depends->add_headers (list)
@@ -155,11 +155,6 @@ METHODS
         you want to call "get_deps" after calling "add_deps" manually.
 
 BUGS
-    As written, this module expects that RTLD_GLOBAL works on your platform,
-    which is not always true, most notably, on win32. We need to include a
-    way to find the actual shared libraries created for extension modules so
-    new extensions may be linked explicitly with them.
-
     Version 0.2 discards some of the more esoteric features provided by the
     older versions. As they were completely undocumented, and this module
     has yet to reach 1.0, this may not exactly be a bug.
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index fade176..4212bf5 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -11,7 +11,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.205';
+our $VERSION = '0.300';
 
 sub import {
 	my $class = shift;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list