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
|
Source: python-iconvcodec
Section: interpreters
Priority: optional
Maintainer: Changwoo Ryu <cwryu@debian.org>
Build-Depends: debhelper (>> 4.0.0), python2.1-dev, python2.2-dev, python2.3-dev
Standards-Version: 3.5.8
Package: python2.1-iconvcodec
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.1
Description: Python universal Unicode codec, using iconv()
This is Python Unicode codec using iconv(). It supports all
the encodings which are provided by iconv().
.
This package is for Python 2.1.
Package: python2.2-iconvcodec
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.2
Description: Python universal Unicode codec, using iconv()
This is Python Unicode codec using iconv(). It supports all
the encodings which are provided by iconv().
.
This package is for Python 2.2.
Package: python2.3-iconvcodec
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.3
Description: Python universal Unicode codec, using iconv()
This is Python Unicode codec using iconv(). It supports all
the encodings which are provided by iconv().
.
This package is for Python 2.3.
|