File: control

package info (click to toggle)
ebook-tools 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 328 kB
  • sloc: ansic: 2,929; sh: 58; makefile: 11
file content (63 lines) | stat: -rw-r--r-- 2,337 bytes parent folder | download
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
61
62
63
Source: ebook-tools
Priority: optional
Maintainer: Pino Toscano <pino@kde.org>
Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.4.0), libxml2-dev, libzip-dev
Standards-Version: 3.9.1
Section: libs
Homepage: http://sourceforge.net/projects/ebook-tools
Vcs-Browser: http://ebook-tools.svn.sourceforge.net/viewvc/ebook-tools/branches/0.1/ebook-tools/
Vcs-Svn: http://ebook-tools.svn.sourceforge.net/svnroot/ebook-tools/branches/0.1/ebook-tools
DM-Upload-Allowed: yes

Package: libepub-dev
Section: libdevel
Architecture: any
Depends: libepub0 (= ${binary:Version}), ${misc:Depends}
Description: library to work with the EPub file format - development files
 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 provides development headers and libraries for libepub.

Package: libepub0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library to work with the EPub file format - runtime library
 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 provides the main epub library.

Package: ebook-tools-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libepub0 (= ${binary:Version}), ${misc:Depends}
Description: library and tools to work with the EPub file format - debug symbols
 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 provides the debug symbols for the epub library.

Package: epub-utils
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: convlit, zip
Description: tools to work with the EPub file format
 The ebook-tools provide ways for accessing and converting different
 ebook file formats.
 .
 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 convlit and zip).