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
|
Source: poppler-sharp
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Chow Loong Jin <hyperair@debian.org>
Build-Depends: debhelper (>= 7.0.50),
mono-devel (>= 2.4.3),
cli-common-dev (>= 0.5.7),
monodoc-base,
dh-autoreconf,
gtk-sharp2-gapi,
autotools-dev,
libpoppler-glib-dev (>= 0.18),
libgtk2.0-cil-dev
Standards-Version: 3.9.3
Section: cli-mono
Homepage: http://www.github.com/jacintos/poppler-sharp
Package: libpoppler-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: PDF rendering library -- CLI bindings
Poppler is a PDF rendering library based on the xpdf PDF viewer.
.
This package contains the managed CLI bindings for Poppler, which are needed to
run CLI applications which use this library.
Package: libpoppler-cil-dev
Architecture: all
Depends: libpoppler-cil (= ${binary:Version}), ${misc:Depends}
Description: PDF rendering library -- CLI development files
Poppler is a PDF rendering library based on the xpdf PDF viewer.
.
This package contains the development files needed to compile CLI applications
which use this library.
Package: monodoc-poppler-manual
Architecture: all
Depends: monodoc-manual, ${misc:Depends}
Section: doc
Description: compiled XML documentation for Poppler Sharp
Poppler is a PDF rendering library based on the xpdf PDF viewer.
.
This package contains the compiled XML documentation for Poppler Sharp.
|