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

[lintian] 02/03: 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 stretch
in repository lintian.

commit 5854864b85871214924b382e10a25374a1285980
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 3e3d6c6..ebae0e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ lintian (2.5.50.1) unstable; urgency=medium
       "targetted" and "targetting" as they are valid alternative
       spellings in AU.  (Closes: #852145)
 
+  * 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: