Your message dated Mon, 12 Nov 2007 17:02:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446985: fixed in mapserver 5.0.0-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: php5-mapscript
Version: 5.0.0-2
Severity: normal
Tags: patch


Hi,

The postinst script contains a small error. 

Here is the error message : 

Setting up php5-mapscript (5.0.0-2) ...
/var/lib/dpkg/info/php5-mapscript.postinst: line 18: [: missing `]'
/var/lib/dpkg/info/php5-mapscript.postinst: line 18: [: missing `]'


The patch is easy. Just a missing space in one of the check of line 18. I've
attached it to the report

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages php5-mapscript depends on:
ii  debconf [debconf-2.0] 1.5.14             Debian configuration management sy
ii  libapache2-mod-php5 [ 5.2.4-1+b1         server-side, HTML-embedded scripti
ii  libc6                 2.6.1-5            GNU C Library: Shared libraries
ii  libcurl3-gnutls       7.17.0-1           Multi-protocol file transfer libra
ii  libfreetype6          2.3.5-1+b1         FreeType 2 font engine, shared lib
ii  libgcc1               1:4.2.2-3          GCC support library
ii  libgd2-xpm            2.0.35.dfsg-3      GD Graphics Library version 2
ii  libgdal1-1.4.0        1.4.2-1            Geospatial Data Abstraction Librar
ii  libgeos-c1            2.2.3-3            Geometry engine for Geographic Inf
ii  libjpeg62             6b-14              The Independent JPEG Group's JPEG 
ii  libkrb53              1.6.dfsg.3~beta1-1 MIT Kerberos runtime libraries
ii  libpng12-0            1.2.15~beta5-3     PNG library - runtime
ii  libpq5                8.2.5-1            PostgreSQL C client library
ii  libstdc++6            4.2.2-3            The GNU Standard C++ Library v3
ii  libx11-6              2:1.0.3-7          X11 client-side library
ii  libxpm4               1:3.5.7-1          X11 pixmap library
ii  php5-cli [phpapi-2006 5.2.4-1+b1         command-line interpreter for the p
ii  proj                  4.5.0-2            Cartographic projection filter and
ii  zlib1g                1:1.2.3.3.dfsg-6   compression library - runtime

php5-mapscript recommends no packages.

-- debconf information:
  php5/extension_mapscript_apache2: true
  php5/extension_mapscript_apache: true
  php5-mapscript/add_extension: true
  php5-mapscript/remove_extension: true
--- /var/lib/dpkg/info/php5-mapscript.postinst  2007-10-17 09:45:29.000000000 
+0200
+++ php5-mapscript.postinst-dp  2007-10-17 09:45:21.000000000 +0200
@@ -15,7 +15,7 @@
 
 for SAPI in apache apache2
 do
-       if [ -f /etc/$phpver/$SAPI/php.ini ] && [ -e 
/etc/$phpver/$SAPI/conf.d]; then
+       if [ -f /etc/$phpver/$SAPI/php.ini ] && [ -e /etc/$phpver/$SAPI/conf.d 
]; then
                db_get $phpver/extension_mapscript_$SAPI
                if [ "$RET" = "true" ] && ! -f 
/etc/$phpver/$SAPI/conf.d/mapscript.ini
                then

--- End Message ---
--- Begin Message ---
Source: mapserver
Source-Version: 5.0.0-3

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_5.0.0-3_amd64.deb
  to pool/main/m/mapserver/cgi-mapserver_5.0.0-3_amd64.deb
libmapscript-ruby1.8_5.0.0-3_amd64.deb
  to pool/main/m/mapserver/libmapscript-ruby1.8_5.0.0-3_amd64.deb
libmapscript-ruby1.9_5.0.0-3_amd64.deb
  to pool/main/m/mapserver/libmapscript-ruby1.9_5.0.0-3_amd64.deb
libmapscript-ruby_5.0.0-3_all.deb
  to pool/main/m/mapserver/libmapscript-ruby_5.0.0-3_all.deb
mapserver-bin_5.0.0-3_amd64.deb
  to pool/main/m/mapserver/mapserver-bin_5.0.0-3_amd64.deb
mapserver-doc_5.0.0-3_all.deb
  to pool/main/m/mapserver/mapserver-doc_5.0.0-3_all.deb
mapserver_5.0.0-3.diff.gz
  to pool/main/m/mapserver/mapserver_5.0.0-3.diff.gz
mapserver_5.0.0-3.dsc
  to pool/main/m/mapserver/mapserver_5.0.0-3.dsc
perl-mapscript_5.0.0-3_amd64.deb
  to pool/main/m/mapserver/perl-mapscript_5.0.0-3_amd64.deb
php5-mapscript_5.0.0-3_amd64.deb
  to pool/main/m/mapserver/php5-mapscript_5.0.0-3_amd64.deb
python-mapscript_5.0.0-3_amd64.deb
  to pool/main/m/mapserver/python-mapscript_5.0.0-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated mapserver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 08 Nov 2007 15:13:37 +0100
Source: mapserver
Binary: mapserver-doc perl-mapscript libmapscript-ruby1.9 mapserver-bin 
cgi-mapserver php5-mapscript libmapscript-ruby python-mapscript 
libmapscript-ruby1.8
Architecture: source all amd64
Version: 5.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 cgi-mapserver - CGI executable for MapServer
 libmapscript-ruby - Ruby MapServer library
 libmapscript-ruby1.8 - Ruby MapServer library
 libmapscript-ruby1.9 - Ruby MapServer library
 mapserver-bin - MapServer utilities
 mapserver-doc - documentation for MapServer
 perl-mapscript - Perl MapServer library
 php5-mapscript - php5-cgi module for MapServer
 python-mapscript - Python library for MapServer
Closes: 446985 447814 447939 448821
Changes: 
 mapserver (5.0.0-3) unstable; urgency=low
 .
   * debian/php5-mapscript.postinst: fixed a typo. (Closes: #446985)
   * debian/patches/20_php_build.dpatch: removed. (Closes: #447814)
   * debian/po/gl.po: added. (Closes: #447939)
   * debian/po/fr.po: added. (Closes: #448821)
Files: 
 2698b0753b0fee1fa45369b7c4489f01 1452 devel optional mapserver_5.0.0-3.dsc
 7ad5ade4359b69db0e1ec6a73bbdc1f2 19765 devel optional mapserver_5.0.0-3.diff.gz
 dd5e7d012b0d41269d2c84e70c9cc99e 163344 doc optional 
mapserver-doc_5.0.0-3_all.deb
 d93596683fa23031cb8000960c79dfa6 42056 devel optional 
libmapscript-ruby_5.0.0-3_all.deb
 3e2f431f9570c8d0bfaf3b0da5daea4d 577360 web optional 
php5-mapscript_5.0.0-3_amd64.deb
 0103b60cc6d9f7c5d3b04a86706b40ed 771730 perl optional 
perl-mapscript_5.0.0-3_amd64.deb
 94e76615da20456e83fa38c8cc2096dc 466844 web optional 
cgi-mapserver_5.0.0-3_amd64.deb
 6fe3c61972c34aff7d1128783368d993 1211310 python optional 
python-mapscript_5.0.0-3_amd64.deb
 ac96ae0b6a7f93c7389af600b8b06a4d 3372740 misc optional 
mapserver-bin_5.0.0-3_amd64.deb
 686ec3c6496081421132ff648f4f2ea4 646908 devel optional 
libmapscript-ruby1.8_5.0.0-3_amd64.deb
 62c31f9501531f7dff88079e1e9df034 646990 devel optional 
libmapscript-ruby1.9_5.0.0-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHMx6iK/juK3+WFWQRAptIAJ9adR0AO+sgoPkID138EEN47n78wwCfXr1w
r4dxFnnCRrvFfyo8oM3iYzI=
=ZwzY
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to