Dear Debian maintainer,

On Saturday, May 29, 2010, I sent you a notification about the beginning of a 
review
action on debconf templates for typo3-dummy.

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.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Saturday, May 29, 2010. 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.



-- 


Attachment: patch.tar.gz
Description: Binary data

--- typo3-dummy.old/debian/typo3-dummy.templates        2010-05-24 
14:13:24.689963968 +0200
+++ typo3-dummy/debian/typo3-dummy.templates    2010-06-18 06:57:39.000829228 
+0200
@@ -1,13 +1,22 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: typo3-dummy/apache_mode
 Type: select
 __Choices: vhost, directory, none
 Default: directory
 _Description: Apache integration mode:
  Please choose the method that should be used for integrating the
- TYPO3 installation with the apache2 web server.
+ TYPO3 installation with the apache2 web server:
  .
-  vhost:     generates shorter URLs with TYPO3 as part of the domain
-             name, such as http://typo3.example.com/;
+  vhost:     generates URLs with TYPO3 as part of the domain name, such
+             as http://typo3.example.com/; 
   directory: fits TYPO3 within the existing site, making it available
              at an address like http://www.example.com/cms/;
   none:      does not configure TYPO3 automatically. The server will
@@ -17,17 +26,18 @@
 Template: typo3-dummy/apache_restart
 Type: boolean
 _Description: Should apache2 be restarted after installation?
- The typo3-dummy package has included the TYPO3 configuration into
- the apache2 configuration and activated the rewrite module. To make
- these changes take effect apache2 must be reloaded.
+ Apache's configuration has been changed to include TYPO3 and
+ activate the rewrite module. For these changes to take effect,
+ apache2 must be reloaded.
 
 Template: typo3-dummy/old_symlink
 Type: note
 _Description: Old symlink in /etc/apache2/conf.d/
  Older versions (before 4.3.0-3) of typo3-dummy installed the apache2
  configuration symlink as /etc/apache2/conf.d/typo3-dummy.conf.
+ .
  This has been changed and newer versions place two new symlinks into
  /etc/apache2/sites-available/. To prevent failures due to
  overlapping configuration directives you should remove the
  symlink typo3-dummy.conf from /etc/apache2/conf.d/ and merge its
- contents into one of the new .conf files.
+ contents into one of the new configuration files.
--- typo3-dummy.old/debian/control      2010-05-24 14:13:24.689963968 +0200
+++ typo3-dummy/debian/control  2010-06-13 11:50:33.204626372 +0200
@@ -10,28 +10,25 @@
 Architecture: all
 Depends: exim4 | mail-transport-agent, dbconfig-common, debconf, 
graphicsmagick, lsb-base (>= 3.0-6), php5, php5-cli, php5-gd, php5-mysql, 
php5-xcache, typo3-src-4.3, ${misc:Depends}
 Recommends: catdoc, ghostscript, memcached, php5-curl, php5-memcache, ppthtml, 
typo3-database, unrtf, xlhtml, xpdf-utils
-Description: TYPO3 - the enterprise level open source WebCMS (Site structure)
- TYPO3 is a free Open Source content management system for enterprise purposes
- on the web and in intranets. It offers full flexibility and extendability 
while
- featuring an accomplished set of ready-made interfaces, functions and modules.
+Description: web content management system
+ TYPO3 is an enterprise-level content management system for use on the web
+ and in intranets. It is flexible, extensible, and well supplied with
+ ready-made interfaces, functions, and modules.
  .
- The most important key features of TYPO3 are:
-  * Simple creation of multi language websites with fallback to a default
-    language
-  * Handling of multi domain websites within a single page tree
-  * Multi user backend editing with complete GUI customisation using an
-    advanced ACL system
-  * An integrated workflow management system based on an multi step 
architecture
-    with editor and supervisor privileges
-  * Unlimited redefinition of the rendering process using the build-in
-    TypoScript configuration interface or the plugin API
-  * Thousands of plugins are available in the online TYPO3 extension repository
+ Its key features are:
+  * simple creation of multi-language websites with fallback to a default
+    language;
+  * handling of multi-domain websites within a single page tree;
+  * multi-user backend editing via a completely customizable GUI using an
+    advanced ACL system;
+  * an integrated workflow management system based on a multi-tier
+    architecture with editor and supervisor privileges;
+  * unlimited redefinition of the rendering process using the built-in
+    TypoScript configuration interface or the plugin API;
+  * thousands of plugins available in the online TYPO3 extension repository.
  .
- This package provides the basic directory structure to start a new and clean
- website based on TYPO3. This includes a default configuration and some scripts
- to register the site in Apache.
- .
- NOTE: This package is intended for single vhost installations. TYPO3 can be
- configured to work with several vhosts and a single src-dir but this package
- can not handle this for you!
-
+ This package provides the basic directory structure to start a fresh
+ website based on TYPO3. It includes scripts to register the site in
+ Apache, with a default configuration intended for single vhost
+ installations. TYPO3 can also be configured to work with several vhosts
+ and a single src-dir, but such setups require some manual configuration.
--- typo3-dummy.old/debian/changelog    2010-05-24 14:13:24.689963968 +0200
+++ typo3-dummy/debian/changelog        2010-07-08 19:05:04.507455705 +0200
@@ -1,3 +1,19 @@
+typo3-dummy (4.3.0-4) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #586285
+  * [Debconf translation updates]
+  * French (David Prévot).  Closes: #586564
+  * Swedish (Martin Bagge).  Closes: #586826
+  * Russian (Yuri Kozlov).  Closes: #586939
+  * Portuguese (Américo Monteiro).  Closes: #587070
+  * Czech (Michal Simunek).  Closes: #587246
+  * German (Chris Leick).  Closes: #587490
+  * Danish (Joe Hansen).  Closes: #588366
+  * Spanish (Francisco Javier Cuadrado).  Closes: #588424
+
+ -- Christian Perrier <bubu...@debian.org>  Fri, 18 Jun 2010 17:54:16 +0200
+
 typo3-dummy (4.3.0-3) unstable; urgency=low
 
   * Duplicated the apache.conf and adopted to vhost and directory

Attachment: signature.asc
Description: Digital signature

Reply via email to