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 59 60
|
Source: libmspub
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: autotools-dev,
debhelper (>= 10),
dh-autoreconf,
doxygen,
libboost-dev,
libicu-dev,
librevenge-dev (>= 0.0.1),
pkg-config,
zlib1g-dev
Standards-Version: 3.9.4
Section: libs
Homepage: http://www.freedesktop.org/wiki/Software/libmspub
Package: libmspub-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmspub-0.1-1 (= ${binary:Version}),
libicu-dev,
librevenge-dev,
zlib1g-dev,
${misc:Depends}
Description: library for parsing the mspub file structure -- development
Libmspub is library providing ability to interpret and import mspub
diagrams into various applications.
.
This package contains the development files (headers, ...)
Package: libmspub-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: library for parsing the mspub file structure -- documentation
Libmspub is library providing ability to interpret and import mspub
diagrams into various applications.
.
This package contains the documentation.
Package: libmspub-0.1-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for parsing the mspub file structure
Libmspub is library providing ability to interpret and import mspub
diagrams into various applications.
Package: libmspub-tools
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for parsing the mspub file structure -- tools
Libmspub is library providing ability to interpret and import mspub
diagrams into various applications.
.
This package contains pub2xhtml and pub2raw.
|