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
|
Source: python-poppler
Section: python
Priority: optional
Maintainer: Andrea Gasparini <gaspa@yattaweb.it>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf,
python-all-dev (>= 2.6.6-3~), python-all-dbg, python-gtk2-dev (>= 2.10),
python-gobject-dev (>= 2.10.1), python-cairo-dev (>= 1.8.4), libpoppler-glib-dev (>= 0.15),
libatk1.0-dev (>= 1.6.0),
libxcb-render-util0-dev (>= 0.2+git36-1~) | libxcb-render0-dev
Standards-Version: 3.9.3
X-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-poppler/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-poppler/trunk/
Homepage: http://launchpad.net/poppler-python
Package: python-poppler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>=2.10.0), python-gobject (>= 2.10.1), python-cairo (>= 1.8.4)
Provides: ${python:Provides}
Description: Poppler Python bindings
This package includes Python bindings for LibPoppler.
It is needed to run programs written in Python and using Poppler set.
LibPoppler is a PDF rendering library based on xpdf PDF viewer, and used by
kpdf and evince PDF viewers.
Package: python-poppler-dbg
Section: debug
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-poppler (= ${binary:Version}), python-dbg, python-gobject-dbg, python-cairo-dbg, python-gtk2-dbg
Provides: ${python:Provides}
Description: Poppler Python bindings (debug extension)
This package includes Python bindings for LibPoppler.
It is needed to run programs written in Python and using Poppler set.
LibPoppler is a PDF rendering library based on xpdf PDF viewer, and used by
kpdf and evince PDF viewers.
.
This package contains the extension built for the Python debug interpreter.
|