[SCM] librdf-closure-perl Debian packaging branch, master, updated. debian/0.000_03-1-9-g58e2bec

Jonas Smedegaard dr at jones.dk
Thu Jun 28 09:46:23 UTC 2012


The following commit has been merged in the master branch:
commit 61799eda17c8e322bf4d6da0ae5c6056447104a3
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 28 11:35:09 2012 +0200

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

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..9c352c6
--- /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
+@@ -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/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c1c288e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_no_auto-install_deps.patch

-- 
librdf-closure-perl Debian packaging



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