[SCM] libhttp-lrdd-perl Debian packaging branch, master, updated. debian/0.105-1-15-g11408da
Xavier Guimard
x.guimard at free.fr
Sat Jan 12 17:02:52 UTC 2013
The following commit has been merged in the master branch:
commit 9cf12648190307b755f6fa27716f3e1c7cad67de
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sat Jan 12 17:49:19 2013 +0100
Update patch using librdf-rdfa-generator-perl as example
diff --git a/debian/patches/1001_no_auto-install_deps.patch b/debian/patches/1001_no_auto-install_deps.patch
new file mode 100644
index 0000000..d1c4b3c
--- /dev/null
+++ b/debian/patches/1001_no_auto-install_deps.patch
@@ -0,0 +1,15 @@
+Description: Avoid auto-installing dependencies during build
+Author: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2012-06-03
+
+--- a/inc/Module/Package/Dist/RDF.pm
++++ b/inc/Module/Package/Dist/RDF.pm
+@@ -19,7 +19,7 @@
+ {
+ my ($self) = @_;
+ $self->mi->trust_meta_yml;
+- $self->mi->auto_install;
++# $self->mi->auto_install;
+ }
+
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 1b029d8..c1c288e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-skip-cpan-download.patch
+1001_no_auto-install_deps.patch
diff --git a/debian/patches/skip-cpan-download.patch b/debian/patches/skip-cpan-download.patch
deleted file mode 100644
index 81b5028..0000000
--- a/debian/patches/skip-cpan-download.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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