[SCM] libxml-atom-microformats-perl Debian packaging branch, master, updated. debian/0.003-2-12-gdf5deb5

Jonas Smedegaard dr at jones.dk
Tue Jun 26 08:43:30 UTC 2012


The following commit has been merged in the master branch:
commit 789a2b903941c076cecb1cd29ef39b8bedf944a8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 26 10:33:04 2012 +0200

    Add patch 1002 to avoid auto-installing dependencies during build.

diff --git a/debian/patches/1002_no_auto-install_deps.patch b/debian/patches/1002_no_auto-install_deps.patch
new file mode 100644
index 0000000..f758940
--- /dev/null
+++ b/debian/patches/1002_no_auto-install_deps.patch
@@ -0,0 +1,16 @@
+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
+@@ -15,7 +15,7 @@
+ {
+ 	my ($self) = @_;
+ 	$self->mi->trust_meta_yml;
+-	$self->mi->auto_install;
++#	$self->mi->auto_install;
+ }
+ 
+ 1;
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 77d599b..ab69798 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 1001_fix_typo.patch
+1002_no_auto-install_deps.patch

-- 
libxml-atom-microformats-perl Debian packaging



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