[DebianGIS-dev] r498 - packages/mapserver/debian

Paul Wise pabs-guest at costa.debian.org
Tue Aug 1 10:57:58 UTC 2006


Author: pabs-guest
Date: 2006-08-01 10:57:57 +0000 (Tue, 01 Aug 2006)
New Revision: 498

Modified:
   packages/mapserver/debian/changelog
   packages/mapserver/debian/php4-mapscript.config
   packages/mapserver/debian/php5-mapscript.config
Log:
* Fix shebang lines in debian/php*-config

Modified: packages/mapserver/debian/changelog
===================================================================
--- packages/mapserver/debian/changelog	2006-08-01 10:48:28 UTC (rev 497)
+++ packages/mapserver/debian/changelog	2006-08-01 10:57:57 UTC (rev 498)
@@ -6,8 +6,9 @@
   * Remove question from long desc for php mapscript debconf questions
   * Remove shp2pdf, since mapserver is build without PDFlib (non-free)
   * Suggest libdbi-perl for mapserver-bin for shp2mysql
+  * Fix shebang lines in debian/php*-config
 
- -- Paul Wise <pabs3 at bonedaddy.net>  Tue,  1 Aug 2006 18:48:07 +0800
+ -- Paul Wise <pabs3 at bonedaddy.net>  Tue,  1 Aug 2006 18:57:17 +0800
 
 mapserver (4.8.3-2) unstable; urgency=low
 

Modified: packages/mapserver/debian/php4-mapscript.config
===================================================================
--- packages/mapserver/debian/php4-mapscript.config	2006-08-01 10:48:28 UTC (rev 497)
+++ packages/mapserver/debian/php4-mapscript.config	2006-08-01 10:57:57 UTC (rev 498)
@@ -1,4 +1,4 @@
-#/bin/sh -e
+#!/bin/sh -e
 
 # Source debconf library.
 . /usr/share/debconf/confmodule

Modified: packages/mapserver/debian/php5-mapscript.config
===================================================================
--- packages/mapserver/debian/php5-mapscript.config	2006-08-01 10:48:28 UTC (rev 497)
+++ packages/mapserver/debian/php5-mapscript.config	2006-08-01 10:57:57 UTC (rev 498)
@@ -1,4 +1,4 @@
-#/bin/sh -e
+#!/bin/sh -e
 
 # Source debconf library.
 . /usr/share/debconf/confmodule




More information about the Pkg-grass-devel mailing list