File: 1002_no_auto-install_deps.patch

package info (click to toggle)
libxml-atom-microformats-perl 0.003-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 352 kB
  • sloc: perl: 3,261; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
@@ -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