[Reproducible-commits] [libextutils-depends-perl] 24/187: stupid me committed to the wrong branch. merged.
Maria Valentina Marin Rodrigues
akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:45 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 e8f06bdb50a1179a1be1d11e1690427da5e22b77
Author: Scott Arrington <sarringt at src.gnome.org>
Date: Sat Feb 14 01:24:27 2004 +0000
stupid me committed to the wrong branch. merged.
svn path=/trunk/; revision=37
---
lib/ExtUtils/Depends.pm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 12aed7a..25e47f1 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -10,7 +10,7 @@ use Carp;
use File::Spec;
use Data::Dumper;
-our $VERSION = '0.200';
+our $VERSION = '0.201';
sub new {
my ($class, $name, @deps) = @_;
@@ -84,7 +84,8 @@ sub add_typemaps {
$self->install (@_);
}
-sub add_headers { }
+# no-op, only used for source back-compat
+sub add_headers { carp "add_headers() is a no-op" }
####### PRIVATE
sub basename { (File::Spec->splitdir ($_[0]))[-1] }
@@ -125,7 +126,6 @@ sub save_config {
print $file "\n\n# this is for backwards compatiblity\n";
print $file "\@deps = \@{ \$self->{deps} };\n";
print $file "\@typemaps = \@{ \$self->{typemaps} };\n";
- print $file "\@headers = \@{ \$self->{headers} };\n";
print $file "\$libs = \$self->{libs};\n";
print $file "\$inc = \$self->{inc};\n";
# this is riduculous, but old versions of ExtUtils::Depends take
@@ -190,7 +190,6 @@ sub load {
{
instpath => $instpath,
- header => \@{"$depinstallfiles\::header"},
typemaps => \@typemaps,
inc => "-I$instpath ".${"$depinstallfiles\::inc"},
libs => ${"$depinstallfiles\::libs"},
@@ -471,10 +470,6 @@ LIBS string for this module.
List of modules on which this one depends. This key will not exist when
loading files created by old versions of ExtUtils::Depends.
-=item header
-
-List of header files. For backwards compatibility, no longer used.
-
=back
=item $depends->load_deps
--
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