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

[lintian] 01/01: Add cwl-runner to the list of interpreters. (Closes: #851126)



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

lamby pushed a commit to branch master
in repository lintian.

commit 9d8dc71a888ed9cd8755650fa0bb4f219b7e112e
Author: Chris Lamb <lamby@debian.org>
Date:   Fri Oct 20 21:51:44 2017 -0400

    Add cwl-runner to the list of interpreters. (Closes: #851126)
---
 data/scripts/interpreters                             | 1 +
 debian/changelog                                      | 2 ++
 t/tests/scripts-interpreters/debian/cwl-runner        | 1 +
 t/tests/scripts-interpreters/debian/debian/control.in | 2 +-
 t/tests/scripts-interpreters/debian/debian/install    | 1 +
 t/tests/scripts-interpreters/debian/debian/links      | 1 +
 6 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/data/scripts/interpreters b/data/scripts/interpreters
index 4e1156f..0e07b8d 100644
--- a/data/scripts/interpreters
+++ b/data/scripts/interpreters
@@ -26,6 +26,7 @@ bltwish        => /usr/bin, blt
 cfagent        => /usr/sbin, cfengine2
 clisp          => /usr/bin
 csh            => /bin, tcsh | csh | c-shell
+cwl-runner     => /usr/bin, cwltool
 dash           => /bin, @NODEPS@
 escript        => /usr/bin, erlang-base | erlang-base-hipe
 expect         => /usr/bin
diff --git a/debian/changelog b/debian/changelog
index 8be9157..f56196c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,8 @@ lintian (2.5.56) UNRELEASED; urgency=medium
   * data/fields/essential:
     + [CL] Apply patch from Helmut Grohne <helmut@subdivi.de> to treat
       e2fsprogs as non-essential.  (Closes: #878518)
+  * data/scripts/interpreters:
+    + [CL] Add cwl-runner to the list of interpreters.  (Closes: #851126)
   * data/spelling/corrections:
     + [CL] Revert addition of "none were" -> "none was" multiword spelling
       correction as it is "acceptable beyond serious criticism".
diff --git a/t/tests/scripts-interpreters/debian/cwl-runner b/t/tests/scripts-interpreters/debian/cwl-runner
new file mode 100644
index 0000000..3f3280f
--- /dev/null
+++ b/t/tests/scripts-interpreters/debian/cwl-runner
@@ -0,0 +1 @@
+#!/usr/bin/cwl-runner
diff --git a/t/tests/scripts-interpreters/debian/debian/control.in b/t/tests/scripts-interpreters/debian/debian/control.in
index 19c8377..92990ae 100644
--- a/t/tests/scripts-interpreters/debian/debian/control.in
+++ b/t/tests/scripts-interpreters/debian/debian/control.in
@@ -7,7 +7,7 @@ Build-Depends: {$build_depends}
 
 Package: {$source}
 Architecture: {$architecture}
-Depends: $\{shlibs:Depends\}, $\{misc:Depends\}, python2.7, csh
+Depends: $\{shlibs:Depends\}, $\{misc:Depends\}, python2.7, csh, cwltool
 Description: {$description}
  This is a test package designed to exercise some feature or tag of
  Lintian.  It is part of the Lintian test suite and may do very odd
diff --git a/t/tests/scripts-interpreters/debian/debian/install b/t/tests/scripts-interpreters/debian/debian/install
index 02dd85a..d23ca12 100644
--- a/t/tests/scripts-interpreters/debian/debian/install
+++ b/t/tests/scripts-interpreters/debian/debian/install
@@ -1,5 +1,6 @@
 bin-env                 usr/bin/
 csh-shell               usr/bin/
+cwl-runner              usr/bin/
 no-interpreter          usr/bin/
 not-absolute            usr/bin/
 python2.7               usr/bin/
diff --git a/t/tests/scripts-interpreters/debian/debian/links b/t/tests/scripts-interpreters/debian/debian/links
index b1124c2..d9d8744 100644
--- a/t/tests/scripts-interpreters/debian/debian/links
+++ b/t/tests/scripts-interpreters/debian/debian/links
@@ -1,5 +1,6 @@
 usr/share/man/man1/interpreters.1       usr/share/man/man1/bin-env.1
 usr/share/man/man1/interpreters.1       usr/share/man/man1/csh-shell.1
+usr/share/man/man1/interpreters.1       usr/share/man/man1/cwl-runner.1
 usr/share/man/man1/interpreters.1       usr/share/man/man1/no-interpreter.1
 usr/share/man/man1/interpreters.1       usr/share/man/man1/not-absolute.1
 usr/share/man/man1/interpreters.1       usr/share/man/man1/python2.7.1

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


Reply to: