Codebase list libhtml-html5-entities-perl / 9f945d8
debian/patches/no-autoinstall.patch: Not needed anymore Angel Abad 9 years ago
2 changed file(s) with 0 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
+0
-17
debian/patches/no-autoinstall.patch less more
0 Description: prevent Module::Package::Dist::RDF from auto-installing dependencies at buildtime
1 Origin: vendor
2 Forwarded: not-needed
3 Author: gregor herrmann <gregoa@debian.org>
4 Last-Update: 2012-06-28
5
6 --- a/inc/Module/Package/Dist/RDF.pm
7 +++ b/inc/Module/Package/Dist/RDF.pm
8 @@ -21,7 +21,7 @@
9 {
10 my ($self) = @_;
11 $self->mi->trust_meta_yml;
12 - $self->mi->auto_install;
13 +# $self->mi->auto_install;
14 }
15
16 1;
+0
-1
debian/patches/series less more
0 no-autoinstall.patch