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 49 50 51 52 53 54 55 56 57 58
|
Source: pyicu
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 5.0.37.3), python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), python3-all-dev, python3-all-dbg, libicu-dev,
# uncoment below line to run test_LayoutEngine at build time (once all Python versions will be supported by these packages)
# fonttools, python-numpy-dbg, python3-numpy-dbg
Build-Conflicts: python-pyicu
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyicu/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyicu/trunk/
Homepage: http://pyicu.osafoundation.org/
Standards-Version: 3.9.4
Package: python-pyicu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python extension wrapping the ICU C++ API
ICU is a C++ and C library that provides robust and full-featured
Unicode and locale support. This package provides an extension for
Python which wraps the ICU C++ API.
Package: python-pyicu-dbg
Section: debug
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pyicu (= ${binary:Version}), python-dbg (>= 2.5) | python2.5-dbg
Provides: ${python:Provides}
Description: Python extension wrapping the ICU C++ API (debug extension)
ICU is a C++ and C library that provides robust and full-featured
Unicode and locale support. This package provides an extension for
Python which wraps the ICU C++ API.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-icu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: Python 3 extension wrapping the ICU C++ API
ICU is a C++ and C library that provides robust and full-featured
Unicode and locale support. This package provides an extension for
Python 3 which wraps the ICU C++ API.
Package: python3-icu-dbg
Section: debug
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-icu (= ${binary:Version}), python3-dbg
Provides: ${python3:Provides}
Description: Python 3 extension wrapping the ICU C++ API (debug extension)
ICU is a C++ and C library that provides robust and full-featured
Unicode and locale support. This package provides an extension for
Python 3 which wraps the ICU C++ API.
.
This package contains the extension built for the Python 3 debug
interpreter.
|