[Pkg-gs-devel] r32 - in gs-common/trunk: debian scripts

Kenshi Muto kmuto at costa.debian.org
Sat Sep 30 13:49:40 UTC 2006


Author: kmuto
Date: Sat Sep 30 13:49:39 2006
New Revision: 32

Modified:
   gs-common/trunk/debian/changelog
   gs-common/trunk/scripts/afmdiff.awk

Log:
add shebang

Modified: gs-common/trunk/debian/changelog
==============================================================================
--- gs-common/trunk/debian/changelog	(original)
+++ gs-common/trunk/debian/changelog	Sat Sep 30 13:49:39 2006
@@ -4,6 +4,7 @@
     (closes: #325598, #354324)
   * Fix bashism of prerm (closes: #308133)
   * Add debconf-2.0 for debconf alternative. (closes: #331843)
+  * add awk shebang to afmdiff.awk (closes: #356560)
 
  -- Kenshi Muto <kmuto at debian.org>  Thu, 10 Aug 2006 20:15:39 +0900
 

Modified: gs-common/trunk/scripts/afmdiff.awk
==============================================================================
--- gs-common/trunk/scripts/afmdiff.awk	(original)
+++ gs-common/trunk/scripts/afmdiff.awk	Sat Sep 30 13:49:39 2006
@@ -1,3 +1,4 @@
+#!/usr/bin/awk -f
 ###=====================================================================
 ### Read two Adobe Font Metric files, and compute tables of the
 ### differences in character repertoire, declared widths (WX), and



More information about the Pkg-gs-devel mailing list