File: control

package info (click to toggle)
python-translitcodec 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 312 kB
  • ctags: 46
  • sloc: python: 2,501; perl: 182; makefile: 34
file content (19 lines) | stat: -rw-r--r-- 930 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-translitcodec
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Clint Byrum <spamaps@debian.org>
Build-Depends: debhelper (>= 8), python-all (>> 2.6.6-3~), python-nose
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/translitcodec/
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-translitcodec/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-translitcodec/trunk

Package: python-translitcodec
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Unicode to 8-bit charset transliteration codec
 This package contains codecs for transliterating ISO 10646 texts into
 best-effort representations using smaller coded character sets (ASCII,
 ISO 8859, etc.). The translation tables used by the codecs are from
 the transtab collection by Markus Kuhn.