Package: anthy
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Tuesday, January 22, 2008, I notified you of the beginning of a review
process
concerning debconf templates for anthy.
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 are suggested, and if you have any
objections, let me know in the next 3 days.
Please try to avoid uploading anthy with these changes right now.
The second phase of this process will begin on Wednesday, February 13, 2008,
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 Wednesday, March 05, 2008. 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 Thursday, March 06, 2008, 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: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- anthy.old/debian/anthy.templates 2008-01-14 08:36:11.957485672 +0100
+++ anthy/debian/anthy.templates 2008-02-10 12:05:08.529240714 +0100
@@ -1,11 +1,20 @@
+# 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: anthy/dictionaries
Type: multiselect
Choices: ${dictionaries}
Default: base.t, extra.t
-_Description: Add-on dictionaries to use:
- The anthy package can use add-on dictionaries to the system
- dictionary. the following dictionaries are currently available:
+_Description: Extra dictionaries to use:
+ The anthy package can use add-on dictionaries in addition to the
+ system dictionary. The following are currently available:
.
- base.t: Anthy specific words which are compatible with cannadic.
- extra.t: Anthy specific words which are not compatible with cannadic.
- 2ch.t: Dialects used in 2ch, the biggest Japanese web discussion group.
+ - base.t : Anthy-specific words which are compatible with cannadic;
+ - extra.t: Anthy-specific words which are not compatible with cannadic;
+ - 2ch.t : Slang used in 2ch, the web's biggest Japanese discussion forum.
--- anthy.old/debian/control 2008-01-14 08:36:11.957485672 +0100
+++ anthy/debian/control 2008-02-06 18:48:54.381747478 +0100
@@ -10,47 +10,48 @@
Replaces: anthy-cannadic, anthy-cannadic-2ch
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: anthy-cannadic, anthy-cannadic-2ch
-Description: A Japanese input method (backend, dictionary and utility)
- Anthy is a Japanese input method working on X11 and emacs. It converts
- Hiragana text to Kana Kanji mixed text. It is implemented as a library
- and stores user's private information into their own home directory.
- Thus, Anthy is simple and secure (your information is protected from
+Description: input method for Japanese - backend, dictionary and utility
+ Anthy is a Japanese input method working on X11 and Emacs. It converts
+ hiragana text to mixed kana and kanji. It is implemented as a library
+ and stores private information securely in ~/.anthy/.
+ Thus, Anthy is simple and secure (information is protected from
spoofing and snooping).
Package: anthy-el
Architecture: all
Depends: anthy, emacs21 | emacsen
-Description: A Japanese input method (elisp fronted)
- Anthy is a Japanese input method working on X11 and emacs. It converts
- Hiragana text to Kana Kanji mixed text. It is implemented as a library
- and stores user's private information into their own home directory.
- Thus, Anthy is simple and secure (your information is protected from
- spoofing and snooping).
+Description: input method for Japanese - elisp frontend
+ Anthy is a Japanese input method working on X11 and Emacs. It converts
+ hiragana text to mixed kana and kanji. It is implemented as a library
+ and stores private information securely in ~/.anthy/.
+ Thus, Anthy is simple and secure (information is protected from
+ spoofing and snooping).
.
- This package includes Anthy frontend on Emacs and XEmacs.
+ This package provides an Anthy frontend for Emacs and XEmacs.
Package: libanthy0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
-Description: Anthy runtime library
- Anthy is a Japanese input method working on X11 and emacs. It converts
- Hiragana text to Kana Kanji mixed text. It is implemented as a library
- and stores user's private information into their own home directory.
- Thus, Anthy is simple and secure (your information is protected from
- spoofing and snooping).
+Description: input method for Japanese - runtime library
+ Anthy is a Japanese input method working on X11 and Emacs. It converts
+ hiragana text to mixed kana and kanji. It is implemented as a library
+ and stores private information securely in ~/.anthy/.
+ Thus, Anthy is simple and secure (information is protected from
+ spoofing and snooping).
.
- This package includes Anthy shared libraries.
+ This package provides shared libraries for Anthy.
Package: libanthy-dev
Section: libdevel
Architecture: any
Depends: libanthy0 (= ${binary:Version})
-Description: Anthy static library, headers and documets for developers
- Anthy is a Japanese input method working on X11 and emacs. It converts
- Hiragana text to Kana Kanji mixed text. It is implemented as a library
- and stores user's private information into their own home directory.
- Thus, Anthy is simple and secure (your information is protected from
- spoofing and snooping).
+Description: input method for Japanese - development files
+ Anthy is a Japanese input method working on X11 and Emacs. It converts
+ hiragana text to mixed kana and kanji. It is implemented as a library
+ and stores private information securely in ~/.anthy/.
+ Thus, Anthy is simple and secure (information is protected from
+ spoofing and snooping).
.
- This Package includes Anthy header and static libraries.
+ This package provides the files necessary for compiling programs that
+ depend on Anthy.