[DebianGIS-dev] CVS Update: mapserver/debian changelog
php4-mapscript.config php4-mapscript.postinst
php5-mapscript.config php5-mapscript.postinst
pabs-guest at haydn.debian.org
pabs-guest at haydn.debian.org
Thu Mar 23 15:47:25 UTC 2006
User: pabs-guest
Date: 06/03/23 15:47:25
Modified: debian changelog php4-mapscript.config
php4-mapscript.postinst php5-mapscript.config
php5-mapscript.postinst
Log:
Workaround 346184
Revision Changes Path
1.74 +3 -1 mapserver/debian/changelog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?annotate=1.74&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?rev=1.74&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog.diff?r1=1.74&r2=1.73&cvsroot=
-----------------------------------
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/changelog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- changelog 23 Mar 2006 14:20:00 -0000 1.73
+++ changelog 23 Mar 2006 15:47:25 -0000 1.74
@@ -2,8 +2,10 @@
* New upstream bugfix release
- drop 10_python_build: useless, only for Windows
+ * Add php_mapscript.so to apache2 php.ini as well. This is a workaround
+ for #346184, upstream is looking into it.
- -- Paul Wise <pabs3 at bonedaddy.net> Thu, 23 Mar 2006 22:19:27 +0800
+ -- Paul Wise <pabs3 at bonedaddy.net> Thu, 23 Mar 2006 23:42:51 +0800
mapserver (4.8.1-2) unstable; urgency=low
1.3 +1 -1 mapserver/debian/php4-mapscript.config
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.config?annotate=1.3&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.config?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.config.diff?r1=1.3&r2=1.2&cvsroot=
-----------------------------------
Index: php4-mapscript.config
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php4-mapscript.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php4-mapscript.config 13 Nov 2005 17:13:24 -0000 1.2
+++ php4-mapscript.config 23 Mar 2006 15:47:25 -0000 1.3
@@ -7,7 +7,7 @@
phpver=php4
-for SAPI in apache
+for SAPI in apache apache2
do
# Skip this loop if the config file isn't there (yet).
if [ -f "/etc/$phpver/$SAPI/php.ini" ]; then
1.3 +1 -1 mapserver/debian/php4-mapscript.postinst
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.postinst?annotate=1.3&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.postinst?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.postinst.diff?r1=1.3&r2=1.2&cvsroot=
-----------------------------------
Index: php4-mapscript.postinst
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php4-mapscript.postinst,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php4-mapscript.postinst 13 Nov 2005 17:13:24 -0000 1.2
+++ php4-mapscript.postinst 23 Mar 2006 15:47:25 -0000 1.3
@@ -13,7 +13,7 @@
phpver=php4
-for SAPI in apache
+for SAPI in apache apache2
do
if [ -f /etc/$phpver/$SAPI/php.ini ]; then
db_get $phpver/extension_mapscript_$SAPI
1.2 +1 -1 mapserver/debian/php5-mapscript.config
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.config?annotate=1.2&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.config?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.config.diff?r1=1.2&r2=1.1&cvsroot=
-----------------------------------
Index: php5-mapscript.config
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php5-mapscript.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php5-mapscript.config 13 Nov 2005 17:13:24 -0000 1.1
+++ php5-mapscript.config 23 Mar 2006 15:47:25 -0000 1.2
@@ -7,7 +7,7 @@
phpver=php5
-for SAPI in apache
+for SAPI in apache apache2
do
# Skip this loop if the config file isn't there (yet).
if [ -f "/etc/$phpver/$SAPI/php.ini" ]; then
1.2 +1 -1 mapserver/debian/php5-mapscript.postinst
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.postinst?annotate=1.2&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.postinst?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.postinst.diff?r1=1.2&r2=1.1&cvsroot=
-----------------------------------
Index: php5-mapscript.postinst
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php5-mapscript.postinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php5-mapscript.postinst 13 Nov 2005 17:13:24 -0000 1.1
+++ php5-mapscript.postinst 23 Mar 2006 15:47:25 -0000 1.2
@@ -13,7 +13,7 @@
phpver=php5
-for SAPI in apache
+for SAPI in apache apache2
do
if [ -f /etc/$phpver/$SAPI/php.ini ]; then
db_get $phpver/extension_mapscript_$SAPI
More information about the Pkg-grass-devel
mailing list