File: test-pgplot5-version.patch

package info (click to toggle)
libpgplot-perl 1%3A2.21-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: perl: 900; ansic: 453; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: disable version check which referred to pgplot5, and we're using giza
Origin: vendor
Forwarded: not-needed
Author: Ole Streicher <olebole@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2017-07-23

--- a/test12.p
+++ b/test12.p
@@ -9,7 +9,6 @@
 pgqinf("VERSION",$val,$len);
 print "PGPLOT $val library\n\n";
 $val =~ s/\.//g; $val =~ s/v//; 
-die "PGPLOT version must be > 5.2.0 for this test $val\n" if $val<520;
 
 # Read in image (int*2)