diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-04-06 16:18:04 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-04-06 16:19:52 +0200 |
commit | 1fe0f5cb83e4fea72631e00de5b8ec68e240d687 (patch) | |
tree | 8d6efe720be4a66434e68007263a53e23c5625bc /debian/control | |
parent | 900b3e03a021af3db70ae0238e614da5f754a7b9 (diff) | |
download | golang-1fe0f5cb83e4fea72631e00de5b8ec68e240d687.tar.gz |
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #663181
* [Debconf translation updates]
- Pick existing translations from golang-weekly and do appropriate
sed magic to fit golang templates. Closes: (#666884, #666880, #666881)
* Dutch; (Jeroen Schot). (Closes: #664598)
* Czech (Michal Simunek). (Closes: #665385)
* Spanish; (Camaleón). (Closes: #666177)
* Danish (Joe Hansen). (Closes: #666526)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 494dd54f3..aa3051adb 100644 --- a/debian/control +++ b/debian/control @@ -123,23 +123,23 @@ Package: golang-mode Architecture: all Depends: ${misc:Depends}, emacs23 | emacsen Suggests: golang-go -Description: Go mode for GNU Emacs - Provides a major mode for GNU Emacs to edit programs written in Google's - Go programming language. +Description: Go programming language - mode for GNU Emacs + This package provides a GNU Emacs major mode for editing code in + Google's Go programming language. Package: kate-syntax-go Architecture: all Depends: ${misc:Depends}, kate Suggests: golang-go -Description: Syntax files to highlight Go in the Kate editor - Provides a syntax highlighting for the Kate editor to edit programs - written in Google's Go programming language. +Description: Go programming language - Kate highlighting syntax files + This package provides syntax files for the Kate editor for editing code + in Google's Go programming language. Package: vim-syntax-go Architecture: all Depends: ${misc:Depends}, vim Recommends: vim-addon-manager Suggests: golang-go -Description: Syntax files to highlight Go in the Vim editor - Provides a syntax highlighting for the Vim editor to edit programs - written in Google's Go programming language. +Description: Go programming language - Vim highlighting syntax files + This package provides syntax files for the Vim editor for editing code + in Google's Go programming language. |