groff
[Top][All Lists]
Advanced

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

[Groff] [PATCH] Remove #! lines from non-executable files


From: Colin Watson
Subject: [Groff] [PATCH] Remove #! lines from non-executable files
Date: Sat, 18 Feb 2017 03:59:12 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

These are always invoked by the build system (either in-tree or via
the installed Makefiles) using the necessary program, so the #!
lines were unnecessary.  They were harmless except that they caused
Debian's `lintian` tool to complain about installed non-executable
scripts.

* font/devlj4/generate/special.awk: Remove #! line.
* font/devps/generate/symbol.sed: Likewise.
---
 ChangeLog                        | 13 +++++++++++++
 font/devlj4/generate/special.awk |  2 --
 font/devps/generate/symbol.sed   |  1 -
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 861f8d80..a571a0be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2017-02-18  Colin Watson  <address@hidden>
 
+       Remove #! lines from non-executable files
+
+       These are always invoked by the build system (either in-tree or via
+       the installed Makefiles) using the necessary program, so the #!
+       lines were unnecessary.  They were harmless except that they caused
+       Debian's `lintian` tool to complain about installed non-executable
+       scripts.
+
+       * font/devlj4/generate/special.awk: Remove #! line.
+       * font/devps/generate/symbol.sed: Likewise.
+
+2017-02-18  Colin Watson  <address@hidden>
+
        * src/preproc/eqn/main.cpp: Define EQ and EN if they are not already
        defined, to appease "groff -wmac".
        * src/preproc/pic/main.cpp: Likewise for PS and PE.
diff --git a/font/devlj4/generate/special.awk b/font/devlj4/generate/special.awk
index 26e8b92d..8e3c702b 100644
--- a/font/devlj4/generate/special.awk
+++ b/font/devlj4/generate/special.awk
@@ -1,5 +1,3 @@
-#! /bin/awk -f
-
 # Correct Intellifont-based height metrics for several glyphs in
 # special font for TrueType CG Times (LaserJet 4000 and later).
 
diff --git a/font/devps/generate/symbol.sed b/font/devps/generate/symbol.sed
index 153e6314..0bc4fb93 100644
--- a/font/devps/generate/symbol.sed
+++ b/font/devps/generate/symbol.sed
@@ -1,4 +1,3 @@
-#! /bin/sed -f
 # Set up uniform vertical dimensions for extensible glyphs (needed by eqn).
 /^C .*[ ;]N bracketlefttp[ ;]/bx
 /^C .*[ ;]N bracketleftex[ ;]/bx
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]