Source: ebook-tools
Priority: optional
Maintainer: Pino Toscano <pino@kde.org>
Build-Depends: debhelper (>= 5), cmake (>= 2.4.0), cdbs (>= 0.4.51),
     libxml2-dev, libzip-dev
Standards-Version: 3.7.3
Section: libs

Package: libepub-dev
Section: libdevel
Architecture: any
Depends: libepub0 (= ${binary:Version})
Description: library and tools to work with the EPub file format
 The ebook-tools provide ways for accessing and converting different
 ebook file formats.
 .
 This C library is free and portable. It includes methods to parse
 EPub files and extract their contents.
 .
 This package includes development headers and libraries.

Package: libepub0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: library and tools to work with the EPub file format
 The ebook-tools provide ways for accessing and converting different
 ebook file formats.
 .
 This C library is free and portable. It includes methods to parse
 EPub files and extract their contents.

Package: ebook-tools-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: libc6-dbg, libepub0 (= ${binary:Version})
Description: library and tools to work with the EPub file format
 The ebook-tools provide ways for accessing and converting different
 ebook file formats.
 .
 This C library is free and portable. It includes methods to parse
 EPub files and extract their contents.
 .
 This package includes the debug symbols for the library.

Package: epub-utils
Section: graphics
Architecture: any
Depends: libc6, libepub0 (= ${binary:Version})
Suggests: clit, zip
Description: library and tools to work with the EPub file format
 The ebook-tools provide ways for accessing and converting different
 ebook file formats.
 .
 This C library is free and portable. It includes methods to parse
 EPub files and extract their contents.
 .
 This package contains the following utilities:
  - einfo           : provides some basic info about an EPub document,
                      such as metadata, reading order, etc.
  - lit2epub        : converts a LIT file to EPub (using clit).
