[DebianGIS-dev] Bug#433710: mapserver: General update after the debconf review process

Christian Perrier bubulle at debian.org
Fri Aug 10 13:01:03 UTC 2007


Dear Debian maintainer,

On Tuesday, July 03, 2007, I sent you a notification about the beginning of a review
action on debconf templates for mapserver.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/<templates> with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch-nopo file contains a patch for the templates and control file(s).

Please note that this patch applies to the templates and control
file(s) of your package as of Tuesday, July 03, 2007. If your package was updated
in the meantime, I may have updated my reference copy....but I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.tar.gz
Type: application/octet-stream
Size: 11771 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20070810/94c3b8ef/attachment-0001.obj 
-------------- next part --------------
--- mapserver.old/debian/php5-mapscript.templates	2007-06-26 10:59:26.725090484 +0200
+++ mapserver/debian/php5-mapscript.templates	2007-07-18 20:00:45.846219049 +0200
@@ -1,15 +1,24 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: php5-mapscript/add_extension
 Type: boolean
 Default: true
-_Description: Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?
- You are installing ${extname} support for php5 and it is not yet
- enabled in the configuration for the ${sapiconfig} SAPI. Enabling
- this extension will allow php5 scripts to use it.
+_Description: Should ${extname} support be added for ${sapiconfig}?
+ You are installing ${extname} support for PHP5, but it is not yet
+ enabled in /etc/php5/${sapiconfig}/php.ini. Enabling this extension
+ will allow PHP5 scripts to use it.
 
 Template: php5-mapscript/remove_extension
 Type: boolean
 Default: true
-_Description: Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?
- You are removing ${extname} support for php5, but it is still enabled
- in the configuration for the ${sapiconfig} SAPI.  Leaving this in place
+_Description: Should ${extname} support be removed for ${sapiconfig}?
+ You are removing ${extname} support for PHP5, but it is still
+ enabled in /etc/php5/${sapiconfig}/php.ini. Leaving this in place
  will probably cause problems when trying to use PHP.
--- mapserver.old/debian/control	2007-06-26 10:59:26.725090484 +0200
+++ mapserver/debian/control	2007-07-05 20:17:25.527372017 +0200
@@ -17,30 +17,33 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: mapserver-bin, mapserver-doc
-Description: module for php5-cgi to use mapserver
- PHP MapScript allows you to use the MapServer functionalities with PHP web
- scripting language.
- .
- This module currently works only with PHP as an Apache DSO.
+Description: php5-cgi module for MapServer
+ PHP MapScript provides MapServer functions for PHP scripts.
 
 Package: perl-mapscript
 Section: perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}
 Suggests: mapserver-bin, mapserver-doc
-Description: perl mapserver library
- perl mapscript allows you to use the MapServer functionalities
- with perl scripting language.
+Description: Perl MapServer library
+ Perl MapScript provides MapServer functions for Perl scripts.
 
 Package: cgi-mapserver
 Section: web
 Architecture: any
 Depends: ${shlibs:Depends}
 Suggests: mapserver-bin, mapserver-doc
-Description: cgi module of mapserver
- This package contains the cgi binary file. It provides the MapServer
- template language as well as WFS, WMS and WCS server and client
- capabilities.
+Description: CGI executable for MapServer
+ This package contains the mapserv CGI program. It provides the
+ MapServer template language, and can be used to implement Web Map
+ Service applications.
+ .
+ MapServer is a CGI-based framework for Internet map services which
+ supports Open Geospatial Consortium (OGC) standards. Scripting
+ functionality in MapScript is provided by the suggested mapscript
+ library packages.
+ .
+  Homepage: http://mapserver.gis.umn.edu
 
 Package: python-mapscript
 Section: python
@@ -49,30 +52,21 @@
 Suggests: mapserver-bin, mapserver-doc
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Description: python mapserver lib
- Python mapscript allows you to use the MapServer functionalities
- with the Python scripting language.
+Description: Python library for MapServer
+ Python MapScript provides MapServer functions for Python scripts.
 
 Package: mapserver-bin
 Section: misc
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}
 Suggests: libdbi-perl, perl-mapscript, python-mapscript, cgi-mapserver, mapserver-doc, php5-mapscript
-Description: mapserver binary utilities
- Binary utilities for using MapServer with the command line.
- .
- MapServer is an OpenSource development environment for building spatially
- enabled Internet applications.
- .
- The MapServer system includes MapScript that allows popular
- scripting languages such as :
+Description: MapServer utilities
+ This package provides command-line utilities for MapServer.
  .
-   * PHP provided by php5-mapscript.
-   * Python provided by python-mapscript.
-   * Perl provided by perl-mapscript.
-   * Java is not supported by any package.
- .
- Mapserver template language, WFS, WMS, WCS are provided by cgi-mapserver.
+ MapServer is a CGI-based framework for Internet map services which
+ supports Open Geospatial Consortium (OGC) standards. Scripting
+ functionality in MapScript is provided by the suggested mapscript
+ library packages.
  .
   Homepage: http://mapserver.gis.umn.edu
 
@@ -81,20 +75,12 @@
 Architecture: all
 Depends: ${shlibs:Depends}
 Suggests: perl-mapscript, python-mapscript, php5-mapscript, cgi-mapserver
-Description: documentation for mapserver
- Some short documentation and examples for MapServer.
- .
- MapServer is an OpenSource development environment for building spatially
- enabled Internet applications.
- .
- The MapServer system includes MapScript that allows using popular
- scripting languages such as :
+Description: documentation for MapServer
+ This package provides some brief documentation for MapServer.
  .
-   * PHP provided by php5-mapscript.
-   * Python provided by python-mapscript.
-   * Perl provided by perl-mapscript.
-   * Java is not supported by any package.
+ MapServer is a CGI-based framework for Internet map services which
+ supports Open Geospatial Consortium (OGC) standards. Scripting
+ functionality in MapScript is provided by the suggested mapscript
+ library packages.
  .
- Mapserver template language, WFS, WMS, WCS are provided by cgi-mapserver.
- .
-  Homepage: http://mapserver.gis.umn.edu/docs
+  Homepage: http://mapserver.gis.umn.edu
--- mapserver.old/debian/changelog	2007-06-26 10:59:26.725090484 +0200
+++ mapserver/debian/changelog	2007-08-10 09:53:58.787187819 +0200
@@ -1,3 +1,20 @@
+mapserver (4.10.2-2) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #433710
+  * Debconf translation updates:
+    - Galician. Closes: #434326
+    - Tamil. Closes: #434401
+    - Russian. Closes: #434406
+    - Portuguese. Closes: #434438
+    - German. Closes: #434653
+    - Vietnamese. Closes: #434758
+    - French. Closes: #435933
+    - Czech. Closes: #436280
+    - Dutch. Closes: #436853
+
+ -- Christian Perrier <bubulle at debian.org>  Thu, 19 Jul 2007 06:11:20 +0200
+
 mapserver (4.10.2-1) unstable; urgency=low
 
   [ Francesco Paolo Lovergine ]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20070810/94c3b8ef/attachment-0001.pgp 


More information about the Pkg-grass-devel mailing list