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
|
Source: libqxp
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 10), librevenge-dev, libboost-dev, libicu-dev, pkg-config, libcppunit-dev
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Section: libs
Homepage: https://wiki.documentfoundation.org/DLP/Libraries/libqxp
#Vcs-Git: https://anonscm.debian.org/collab-maint/libqxp.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libqxp.git
Package: libqxp-dev
Section: libdevel
Architecture: any
Depends: libqxp-0.0-0 (= ${binary:Version}), ${misc:Depends}
Description: library for reading and converting QuarkXPress files -- development
libqxp is a library and a set of tools for reading and converting
QuarkXPress file format. It supports versions 3.1-4.1 currently.
.
This package contains the needef files (headers, ..) for developing
applications using libqxp.
Package: libqxp-0.0-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for reading and converting QuarkXPress files
libqxp is a library and a set of tools for reading and converting
QuarkXPress file format. It supports versions 3.1-4.1 currently.
Package: libqxp-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for reading and converting QuarkXPress files -- tools
libqxp is a library and a set of tools for reading and converting
QuarkXPress file format. It supports versions 3.1-4.1 currently.
.
This package contains the qxp2raw, qxp2svg and qxp2text tools.
Package: libqxp-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: library for reading and converting QuarkXPress files -- documentation
libqxp is a library and a set of tools for reading and converting
QuarkXPress file format. It supports versions 3.1-4.1 currently.
.
This package contains the documentation for libqxp
|