[DebianGIS-dev] CVS Update: mapserver/debian changelog
php4-mapscript.config php4-mapscript.prerm
php5-mapscript.config php5-mapscript.prerm
pere at haydn.debian.org
pere at haydn.debian.org
Mon May 1 06:23:16 UTC 2006
User: pere
Date: 06/05/01 06:23:16
Modified: debian changelog php4-mapscript.config
php4-mapscript.prerm php5-mapscript.config
php5-mapscript.prerm
Log:
[ Petter Reinholdtsen ]
* Fix typos in the config and prerm scripts for
php[45]-mapscript. (Closes: #363115)
Revision Changes Path
1.80 +8 -0 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.80&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?rev=1.80&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.80&r2=1.79&cvsroot=
-----------------------------------
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/changelog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- changelog 1 Apr 2006 09:30:56 -0000 1.79
+++ changelog 1 May 2006 06:23:16 -0000 1.80
@@ -1,3 +1,11 @@
+mapserver (4.8.3-2) UNRELEASED; urgency=low
+
+ [ Petter Reinholdtsen ]
+ * Fix typos in the config and prerm scripts for
+ php[45]-mapscript. (Closes: #363115)
+
+ -- Petter Reinholdtsen <pere at debian.org> Mon, 1 May 2006 08:15:16 +0200
+
mapserver (4.8.3-1) unstable; urgency=low
[ Schuyler Erle ]
1.4 +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.4&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.config?rev=1.4&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.4&r2=1.3&cvsroot=
-----------------------------------
Index: php4-mapscript.config
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php4-mapscript.config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php4-mapscript.config 23 Mar 2006 15:47:25 -0000 1.3
+++ php4-mapscript.config 1 May 2006 06:23:16 -0000 1.4
@@ -11,7 +11,7 @@
do
# Skip this loop if the config file isn't there (yet).
if [ -f "/etc/$phpver/$SAPI/php.ini" ]; then
- db_register $phpver/add_extension $phpver/extension_mapscript_$SAPI
+ db_register $phpver-mapscript/add_extension $phpver/extension_mapscript_$SAPI
# FIXME: this is the wrong answer if the SAPI package was
# installed after the module was.
1.4 +6 -6 mapserver/debian/php4-mapscript.prerm
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.prerm?annotate=1.4&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php4-mapscript.prerm?rev=1.4&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.prerm.diff?r1=1.4&r2=1.3&cvsroot=
-----------------------------------
Index: php4-mapscript.prerm
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php4-mapscript.prerm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php4-mapscript.prerm 13 Nov 2005 17:13:24 -0000 1.3
+++ php4-mapscript.prerm 1 May 2006 06:23:16 -0000 1.4
@@ -21,14 +21,14 @@
if [ -f "/etc/$phpver/$SAPI/php.ini" ] \
&& grep -q "$EXTENSIONRE" /etc/$phpver/$SAPI/php.ini
then
- db_set $phpver/remove_extension true
+ db_set $phpver-mapscript/remove_extension true
db_title "PHP"
- db_subst $phpver/remove_extension extname Mapscript
- db_subst $phpver/remove_extension sapiconfig $SAPI
- db_input low $phpver/remove_extension || true
+ db_subst $phpver-mapscript/remove_extension extname Mapscript
+ db_subst $phpver-mapscript/remove_extension sapiconfig $SAPI
+ db_input low $phpver-mapscript/remove_extension || true
db_go
- db_get $phpver/remove_extension
+ db_get $phpver-mapscript/remove_extension
if [ "$RET" = "true" ]; then
grep -v "$EXTENSIONRE" < /etc/$phpver/$SAPI/php.ini \
> /etc/$phpver/$SAPI/php.ini.mapscriptremove
@@ -37,7 +37,7 @@
mv /etc/$phpver/$SAPI/php.ini.mapscriptremove \
/etc/$phpver/$SAPI/php.ini
fi
- db_fset $phpver/remove_extension seen false
+ db_fset $phpver-mapscript/remove_extension seen false
fi
done
1.3 +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.3&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-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/php5-mapscript.config.diff?r1=1.3&r2=1.2&cvsroot=
-----------------------------------
Index: php5-mapscript.config
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php5-mapscript.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php5-mapscript.config 23 Mar 2006 15:47:25 -0000 1.2
+++ php5-mapscript.config 1 May 2006 06:23:16 -0000 1.3
@@ -11,7 +11,7 @@
do
# Skip this loop if the config file isn't there (yet).
if [ -f "/etc/$phpver/$SAPI/php.ini" ]; then
- db_register $phpver/add_extension $phpver/extension_mapscript_$SAPI
+ db_register $phpver-mapscript/add_extension $phpver/extension_mapscript_$SAPI
# FIXME: this is the wrong answer if the SAPI package was
# installed after the module was.
1.2 +6 -6 mapserver/debian/php5-mapscript.prerm
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.prerm?annotate=1.2&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/php5-mapscript.prerm?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.prerm.diff?r1=1.2&r2=1.1&cvsroot=
-----------------------------------
Index: php5-mapscript.prerm
===================================================================
RCS file: /cvsroot/pkg-grass/mapserver/debian/php5-mapscript.prerm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php5-mapscript.prerm 13 Nov 2005 17:13:24 -0000 1.1
+++ php5-mapscript.prerm 1 May 2006 06:23:16 -0000 1.2
@@ -21,14 +21,14 @@
if [ -f "/etc/$phpver/$SAPI/php.ini" ] \
&& grep -q "$EXTENSIONRE" /etc/$phpver/$SAPI/php.ini
then
- db_set $phpver/remove_extension true
+ db_set $phpver-mapscript/remove_extension true
db_title "PHP"
- db_subst $phpver/remove_extension extname Mapscript
- db_subst $phpver/remove_extension sapiconfig $SAPI
- db_input low $phpver/remove_extension || true
+ db_subst $phpver-mapscript/remove_extension extname Mapscript
+ db_subst $phpver-mapscript/remove_extension sapiconfig $SAPI
+ db_input low $phpver-mapscript/remove_extension || true
db_go
- db_get $phpver/remove_extension
+ db_get $phpver-mapscript/remove_extension
if [ "$RET" = "true" ]; then
grep -v "$EXTENSIONRE" < /etc/$phpver/$SAPI/php.ini \
> /etc/$phpver/$SAPI/php.ini.mapscriptremove
@@ -37,7 +37,7 @@
mv /etc/$phpver/$SAPI/php.ini.mapscriptremove \
/etc/$phpver/$SAPI/php.ini
fi
- db_fset $phpver/remove_extension seen false
+ db_fset $phpver-mapscript/remove_extension seen false
fi
done
More information about the Pkg-grass-devel
mailing list