File: 1001_no_auto-install_deps.patch

package info (click to toggle)
libhtml-html5-writer-perl 0.201-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: perl: 3,777; makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (5)
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
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- 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;