File: 1001_no_auto-install_deps.patch

package info (click to toggle)
librdf-trinex-functions-perl 0.002-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 340 kB
  • sloc: perl: 3,541; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Avoid auto-installing dependencies during build
Author: Jonas Smedegaard <dr@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;