[pkg-java] r12879 - in trunk/tomcat6/debian: . po
Torsten Werner
twerner at alioth.debian.org
Fri Aug 6 02:15:10 UTC 2010
Author: twerner
Date: 2010-08-06 02:15:03 +0000 (Fri, 06 Aug 2010)
New Revision: 12879
Added:
trunk/tomcat6/debian/po/
trunk/tomcat6/debian/po/POTFILES.in
trunk/tomcat6/debian/po/templates.pot
Modified:
trunk/tomcat6/debian/changelog
trunk/tomcat6/debian/control
trunk/tomcat6/debian/tomcat6.templates
Log:
Add po-debconf support.
Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog 2010-08-06 01:43:54 UTC (rev 12878)
+++ trunk/tomcat6/debian/changelog 2010-08-06 02:15:03 UTC (rev 12879)
@@ -1,8 +1,9 @@
-tomcat6 (6.0.28-4) unstable; urgency=low
+tomcat6 (6.0.28-4) unstable; urgency=medium
* Ignore most errors during purge. (Closes: #591867)
+ * Add po-debconf support.
- -- Torsten Werner <twerner at debian.org> Fri, 06 Aug 2010 03:36:28 +0200
+ -- Torsten Werner <twerner at debian.org> Fri, 06 Aug 2010 04:08:40 +0200
tomcat6 (6.0.28-3) unstable; urgency=low
Modified: trunk/tomcat6/debian/control
===================================================================
--- trunk/tomcat6/debian/control 2010-08-06 01:43:54 UTC (rev 12878)
+++ trunk/tomcat6/debian/control 2010-08-06 02:15:03 UTC (rev 12879)
@@ -5,7 +5,7 @@
Uploaders: Torsten Werner <twerner at debian.org>,
Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>,
Damien Raude-Morvan <drazzib at debian.org>, Niels Thykier <niels at thykier.net>
-Build-Depends: default-jdk, ant-optional, debhelper (>= 7)
+Build-Depends: default-jdk, ant-optional, debhelper (>= 7), po-debconf
Build-Depends-Indep: maven-repo-helper (>> 1.0.1), libecj-java
Standards-Version: 3.8.4
Homepage: http://tomcat.apache.org
Added: trunk/tomcat6/debian/po/POTFILES.in
===================================================================
--- trunk/tomcat6/debian/po/POTFILES.in (rev 0)
+++ trunk/tomcat6/debian/po/POTFILES.in 2010-08-06 02:15:03 UTC (rev 12879)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] tomcat6.templates
Added: trunk/tomcat6/debian/po/templates.pot
===================================================================
--- trunk/tomcat6/debian/po/templates.pot (rev 0)
+++ trunk/tomcat6/debian/po/templates.pot 2010-08-06 02:15:03 UTC (rev 12879)
@@ -0,0 +1,67 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: tomcat6 at packages.debian.org\n"
+"POT-Creation-Date: 2010-08-06 04:08+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../tomcat6.templates:1001
+msgid "Dedicated system account for the tomcat6 daemon:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../tomcat6.templates:1001
+msgid ""
+"The tomcat6 server must use a dedicated account for its operation so that "
+"the system's security is not compromised by running it with superuser "
+"privileges."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../tomcat6.templates:2001
+msgid "Dedicated system group for the tomcat6 daemon:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../tomcat6.templates:2001
+msgid ""
+"The tomcat6 server must use a dedicated group for its operation so that the "
+"system's security is not compromised by running it with superuser privileges."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../tomcat6.templates:3001
+msgid "Please choose the tomcat6 JVM Java options:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../tomcat6.templates:3001
+msgid "Tomcat's JVM will be launched with a specific set of Java options."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../tomcat6.templates:3001
+msgid ""
+"Note that if you use -XX:+UseConcMarkSweepGC you should add the -XX:"
+"+CMSIncrementalMode option if you run Tomcat on a machine with exactly one "
+"CPU chip that contains one or two cores."
+msgstr ""
Modified: trunk/tomcat6/debian/tomcat6.templates
===================================================================
--- trunk/tomcat6/debian/tomcat6.templates 2010-08-06 01:43:54 UTC (rev 12878)
+++ trunk/tomcat6/debian/tomcat6.templates 2010-08-06 02:15:03 UTC (rev 12879)
@@ -1,7 +1,7 @@
Template: tomcat6/username
Type: string
Default: tomcat6
-Description: Dedicated system account for the tomcat6 daemon:
+_Description: Dedicated system account for the tomcat6 daemon:
The tomcat6 server must use a dedicated account for its operation so that
the system's security is not compromised by running it with superuser
privileges.
@@ -9,7 +9,7 @@
Template: tomcat6/groupname
Type: string
Default: tomcat6
-Description: Dedicated system group for the tomcat6 daemon:
+_Description: Dedicated system group for the tomcat6 daemon:
The tomcat6 server must use a dedicated group for its operation so that
the system's security is not compromised by running it with superuser
privileges.
@@ -17,7 +17,7 @@
Template: tomcat6/javaopts
Type: string
Default: -Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC
-Description: Please choose the tomcat6 JVM Java options:
+_Description: Please choose the tomcat6 JVM Java options:
Tomcat's JVM will be launched with a specific set of Java options.
.
Note that if you use -XX:+UseConcMarkSweepGC you should add the
More information about the pkg-java-commits
mailing list