[SCM] librdf-acl-perl Debian packaging branch, master, updated. debian/0.101-2-12-g6a25ab4
Jonas Smedegaard
dr at jones.dk
Tue Jun 5 22:24:26 UTC 2012
The following commit has been merged in the master branch:
commit b7f004f3744d2b7f056be405a8e3b219969ab76c
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Jun 5 23:55:19 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..9c352c6
--- /dev/null
+++ b/debian/patches/1002_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
+@@ -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
index 9970c87..0868eee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
1001_fix_test_authid_sorting.patch
+1002_no_auto-install_deps.patch
--
librdf-acl-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list