File: disable-update.sh.patch

package info (click to toggle)
libyaml-libyaml-perl 0.63-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,040 kB
  • ctags: 1,770
  • sloc: ansic: 8,311; perl: 1,587; sh: 29; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: disable maintainer helper script
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-10-11

--- a/LibYAML/Makefile.PL
+++ b/LibYAML/Makefile.PL
@@ -2,10 +2,10 @@
 use strict;
 use Config;
 
-if (-d '../.git') {
-    system("./update.sh") == 0
-        or die "update.sh failed";
-}
+#if (-d '../.git') {
+#    system("./update.sh") == 0
+#        or die "update.sh failed";
+#}
 
 my $obj_files = join ' ', map {
     my $c = $_;