Package: typo3-dummy Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Saturday, May 29, 2010, I notified you of the beginning of a review process concerning debconf templates for typo3-dummy. The debian-l10n-english contributors have now reviewed these templates, and the proposed changes are attached to this bug report. Please review the suggested changes, and if you have any objections, let me know in the next 3 days. However, please try to avoid uploading typo3-dummy with these changes right now. The second phase of this process will begin on Monday, June 21, 2010, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until about Monday, July 12, 2010. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. Please note that this is an approximative delay, which depends on my own availability to process this work and is influenced by the fact that I simultaneously work on many packages. Around Tuesday, July 13, 2010, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- 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 +# [email protected] 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.

