File: abort_build_on_failure.patch

package info (click to toggle)
libdata-uuid-libuuid-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 324 kB
  • sloc: perl: 278; makefile: 3; ansic: 2
file content (17 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: abort build if the uuid check fails
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2022-10-21

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,7 +27,7 @@
     # Or CPAN::Reporter reports a failure
     unlink("Makefile");
 
-    exit 0; # not a fail
+    exit 1; # on Debian we want the build to abort
 }
 
 use File::Spec;