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
|
Source: pyfribidi
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Baruch Even <baruch@debian.org>,
Lior Kaplan <kaplan@debian.org>,
Shachar Shemesh <shachar@debian.org>,
أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
Build-Depends: debhelper (>= 9),
libfribidi-dev (>= 0.19),
pkg-config,
python-all-dbg,
python-all-dev (>= 2.6.6-3~)
Standards-Version: 3.9.3
Homepage: http://pyfribidi.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyfribidi/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyfribidi/trunk/
DM-Upload-Allowed: yes
Package: python-pyfribidi
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: FriBidi Python bindings
FriBiDi is a bidirectional algorithm implementation for Hebrew and/or Arabic
languages.
.
This package contains the Python module for the FriBidi C library.
Package: python-pyfribidi-dbg
Architecture: any
Priority: extra
Section: debug
Depends: python-pyfribidi (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: FriBidi Python bindings (debug symbols)
FriBiDi is a bidirectional algorithm implementation for Hebrew and/or Arabic
languages.
.
This package contains detached debugging symbols for python-pyfribidi.
|