[SCM] Debian packaging of HTML::HTML5::Entities branch, master, updated. debian/0.003-1-2-g7e640e9

gregor herrmann gregoa at debian.org
Thu Jun 28 14:07:28 UTC 2012


The following commit has been merged in the master branch:
commit fce721fbe56e3ddde6487c7fd6dcb86a2fc01cd8
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 28 16:02:33 2012 +0200

    Add patch to prevent Module::Package::Dist::RDF from auto-installing
    dependencies at buildtime.
    
    Thanks: Jonas Smedegaard for the hint.

diff --git a/debian/patches/no-autoinstall.patch b/debian/patches/no-autoinstall.patch
new file mode 100644
index 0000000..f866ba4
--- /dev/null
+++ b/debian/patches/no-autoinstall.patch
@@ -0,0 +1,17 @@
+Description: prevent Module::Package::Dist::RDF from auto-installing dependencies at buildtime
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-06-28
+
+--- a/inc/Module/Package/Dist/RDF.pm
++++ b/inc/Module/Package/Dist/RDF.pm
+@@ -21,7 +21,7 @@
+ {
+ 	my ($self) = @_;
+ 	$self->mi->trust_meta_yml;
+-	$self->mi->auto_install;
++#	$self->mi->auto_install;
+ }
+ 
+ 1;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c0ee299
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-autoinstall.patch

-- 
Debian packaging of HTML::HTML5::Entities



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