File: control

package info (click to toggle)
translate-toolkit 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 46,776 kB
  • sloc: python: 40,107; sh: 384; makefile: 70
file content (48 lines) | stat: -rw-r--r-- 2,214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: translate-toolkit
Section: python
Priority: optional
Uploaders: Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>, Christian Perrier <bubulle@debian.org>
Maintainer: Debian l10n developers <debian-l10n-devel@lists.alioth.debian.org>
Build-Depends-Indep: python-lxml, python-vobject, python-simplejson
Build-Depends: debhelper (>= 9~), python (>= 2.6.6-3~)
X-Python-Version: >=2.5
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/svn/debian-l10n/translate-toolkit/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/debian-l10n/translate-toolkit/trunk
Homepage: http://translate.sourceforge.net/wiki/toolkit/index

Package: translate-toolkit
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, gettext, python (>= 2.5) | python-pysqlite2
Recommends: python-lxml, python (>= 2.5) | python-elementtree, python-enchant, python-simplejson, python-utidylib, python-vobject, iso-codes, python-levenshtein, python-aeidon, python-iniparse
Suggests: translate-toolkit-dev-doc
Replaces: pootle (<< 0.8.2005.0217-2)
Description: Toolkit assisting in the localization of software
 The Translate Toolkit is a Python library and a set of software designed
 to help make the lives of localizers both more productive and less
 frustrating.
 .
 The software includes programs to convert localization formats to the
 common PO format and programs to check and manage PO files and
 utilities to create word counts, merge translations and perform
 various checks on PO files.
 .
 Supported localization storage formats are: DTD, properties,
 OpenOffice.org GSI/SDF, CSV, MO, Qt .ts and of course PO and XLIFF.
 .
 The documentation of the Translate Toolkit API is packaged in
 translate-toolkit-dev-doc.

Package: translate-toolkit-dev-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: translate-toolkit
Description: documentation of the translate-toolkit API
 The Translate Toolkit is a Python library and a set of software designed
 to help make the lives of localizers both more productive and less
 frustrating.
 .
 This package provides the documentation of the Translate Toolkit API, which
 is useful to develop applications using the APIs provided by
 the Translate Toolkit.