[libpgplot-perl] 02/04: Add a patch to disable a version check in test12.

gregor herrmann gregoa at debian.org
Sat Jul 22 23:22:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libpgplot-perl.

commit 10a097698ba3a4b358f9e98ff10a01a21fbd8855
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 23 01:11:36 2017 +0200

    Add a patch to disable a version check in test12.
    
    The check referred to the version of pgplot but we are using giza.
    
    Thanks: Ole Streicher for the patch.
---
 debian/patches/series                     |  1 +
 debian/patches/test-pgplot5-version.patch | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 3305c43..fa58aa1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 useless_dependency.patch
 spelling.patch
+test-pgplot5-version.patch
diff --git a/debian/patches/test-pgplot5-version.patch b/debian/patches/test-pgplot5-version.patch
new file mode 100644
index 0000000..18a522e
--- /dev/null
+++ b/debian/patches/test-pgplot5-version.patch
@@ -0,0 +1,17 @@
+Description: disable version check which referred to pgplot5, and we're using giza
+Origin: vendor
+Forwarded: not-needed
+Author: Ole Streicher <olebole at debian.org>
+Reviewed-by: gregor herrmann <gregoa at 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)
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpgplot-perl.git



More information about the Pkg-perl-cvs-commits mailing list