[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: tags.gpi: Make it work under gnuplot 5



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

nthykier pushed a commit to branch master
in repository lintian.

commit 412a226464a4f677a1797b81610530a65337cc99
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Mar 26 12:55:45 2017 +0000

    tags.gpi: Make it work under gnuplot 5
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/changelog          | 3 +++
 reporting/graphs/tags.gpi | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dfcf593..595a3a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,9 @@ lintian (2.5.51) UNRELEASED; urgency=medium
     + [NT] Ensure all include directories are absolute before passing
       them on to the actual command.
 
+  * reporting/graphs/tags.gpi:
+    + [NT] Tweak tags.gpi so it works with gnuplot 5.
+
   * t/runtests:
     + [NT] Re-sort test output after running the "post_test" sed script
       on the output.  This prevent test failures caused by the order
diff --git a/reporting/graphs/tags.gpi b/reporting/graphs/tags.gpi
index 4c4a449..d0d4110 100644
--- a/reporting/graphs/tags.gpi
+++ b/reporting/graphs/tags.gpi
@@ -1,4 +1,4 @@
-tag="$0"
+tag=sprintf("%s", ARG1)
 # set terminal png truecolor small size 600,300
 set terminal svg size 640,375 font "Sans,11"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: