[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[BTS#648277] templates://guacamole/{guacamole-tomcat.templates} : Final update for English review



Dear Debian maintainer,

On Monday, November 14, 2011, I notified you of the beginning of a review process
concerning debconf templates for guacamole.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original 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 guacamole with these changes
right now.

The second phase of this process will begin on Thursday, December 01, 2011, 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 Thursday, December 22, 2011. 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 Friday, December 23, 2011, 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.


-- 


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: guacamole-tomcat/restart-server
Type: boolean
Default: false
_Description: Restart Tomcat server?
 The installation of Guacamole under Tomcat requires restarting the Tomcat
 server, as Tomcat will only read configuration files on startup.
 .
 You can also restart Tomcat manually by running
 "invoke-rc.d tomcat6 restart" as root.

Source: guacamole
Priority: extra
Maintainer: Michael Jumper <zhangmaike@users.sourceforge.net>
Build-Depends: po-debconf, debhelper (>= 7.0), cdbs, default-jdk | java6-sdk, maven-debian-helper, libmaven-war-plugin-java, libmaven-assembly-plugin-java, libmaven-plugin-testing-java, libslf4j-java, libservlet2.5-java
Standards-Version: 3.9.2
Section: net
Vcs-Git: git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole
Vcs-Browser: http://guacamole.git.sourceforge.net/git/gitweb.cgi?p=guacamole/guacamole;a=tree
Homepage: http://guacamole.sourceforge.net/

Package: guacamole
Section: net
Architecture: all
Depends: guacd (>= 0.4), guacd (<< 0.5), ${misc:Depends}
Recommends: libguac-client-vnc0
Suggests: tomcat6 | jetty
Description: HTML5 web application for accessing remote desktops
 Guacamole is an HTML5 web application that provides access to a desktop
 environment using remote desktop protocols. A centralized server acts as a
 tunnel and proxy, allowing access to multiple desktops through a web browser.
 No plugins are needed: the client requires nothing more than a web browser
 supporting HTML5 and AJAX.
 
Package: guacamole-tomcat
Section: net
Architecture: all
Depends: debconf, guacamole, tomcat6, libguac-client-vnc0, ${misc:Depends}
Description: Tomcat-based Guacamole install with VNC support
 Guacamole is an HTML5 web application that provides access to a desktop
 environment using remote desktop protocols. A centralized server acts as a
 tunnel and proxy, allowing access to multiple desktops through a web browser.
 No plugins are needed: the client requires nothing more than a web browser
 supporting HTML5 and AJAX.
 .
 This metapackage depends on Tomcat, Guacamole, and the VNC support plugin for
 guacamole. Guacamole is automatically installed and configured under
 Tomcat.
 
--- guacamole.old/debian/guacamole-tomcat.templates	2011-11-10 08:14:54.980853067 +0100
+++ guacamole/debian/guacamole-tomcat.templates	2011-11-28 07:16:33.144707961 +0100
@@ -1,9 +1,19 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: guacamole-tomcat/restart-server
 Type: boolean
 Default: false
 _Description: Restart Tomcat server?
- Installation of Guacamole under Tomcat requires restarting the Tomcat
+ The installation of Guacamole under Tomcat requires restarting the Tomcat
  server, as Tomcat will only read configuration files on startup.
+ .
  You can also restart Tomcat manually by running
- invoke-rc.d tomcat6 restart.
+ "invoke-rc.d tomcat6 restart" as root.
 
--- guacamole.old/debian/control	2011-11-10 08:14:54.980853067 +0100
+++ guacamole/debian/control	2011-11-26 06:41:02.350189521 +0100
@@ -15,17 +15,23 @@
 Recommends: libguac-client-vnc0
 Suggests: tomcat6 | jetty
 Description: HTML5 web application for accessing remote desktops
- Guacamole is an HTML5 web application that provides access to your desktop
- using remote desktop protocols. A centralized server acts as a tunnel and
- proxy, allowing access to multiple desktops through a web browser; no plugins
- needed. The client requires nothing more than a web browser supporting HTML5
- and AJAX.
+ Guacamole is an HTML5 web application that provides access to a desktop
+ environment using remote desktop protocols. A centralized server acts as a
+ tunnel and proxy, allowing access to multiple desktops through a web browser.
+ No plugins are needed: the client requires nothing more than a web browser
+ supporting HTML5 and AJAX.
  
 Package: guacamole-tomcat
 Section: net
 Architecture: all
 Depends: debconf, guacamole, tomcat6, libguac-client-vnc0, ${misc:Depends}
 Description: Tomcat-based Guacamole install with VNC support
+ Guacamole is an HTML5 web application that provides access to a desktop
+ environment using remote desktop protocols. A centralized server acts as a
+ tunnel and proxy, allowing access to multiple desktops through a web browser.
+ No plugins are needed: the client requires nothing more than a web browser
+ supporting HTML5 and AJAX.
+ .
  This metapackage depends on Tomcat, Guacamole, and the VNC support plugin for
  guacamole. Guacamole is automatically installed and configured under
  Tomcat.

Attachment: signature.asc
Description: Digital signature


Reply to: