[SCM] libhttp-lrdd-perl Debian packaging branch, master, updated. debian/0.105-1-12-g220ba73
Xavier Guimard
x.guimard at free.fr
Sat Jan 12 16:16:31 UTC 2013
The following commit has been merged in the master branch:
commit 08523a261fe354396e014198ade781d9b51ae854
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sat Jan 12 17:13:50 2013 +0100
Add patch to avoid automatic install during build
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1b029d8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+skip-cpan-download.patch
diff --git a/debian/patches/skip-cpan-download.patch b/debian/patches/skip-cpan-download.patch
new file mode 100644
index 0000000..81b5028
--- /dev/null
+++ b/debian/patches/skip-cpan-download.patch
@@ -0,0 +1,15 @@
+Description: Avoid auto install during build
+Author: Xavier Guimard <x.guimard at free.fr>
+Forwarded: not-needed
+Last-Update: 2013-01-12
+
+--- libhttp-lrdd-perl-0.106.orig/inc/Module/Package.pm
++++ libhttp-lrdd-perl-0.106/inc/Module/Package.pm
+@@ -24,6 +24,7 @@ sub import {
+ my $class = shift;
+ $INC{'inc/Module/Install.pm'} = __FILE__;
+ unshift @INC, 'inc' unless $INC[0] eq 'inc';
++ push @ARGV, '--skipdeps';
+ eval "use Module::Install 1.01 (); 1" or $class->error($@);
+
+ package main;
--
libhttp-lrdd-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list