File: control

package info (click to toggle)
libepubgen 0.1.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 2,572 kB
  • sloc: cpp: 8,042; sh: 4,553; makefile: 161; ansic: 23
file content (38 lines) | stat: -rw-r--r-- 1,165 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
Source: libepubgen
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: autotools-dev,
               dh-autoreconf,
               debhelper (>= 9),
               doxygen,
               libboost-dev,
               libcppunit-dev,
               librevenge-dev,
               libxml2-dev,
               pkg-config
Standards-Version: 3.9.4
Section: libs
Homepage: http://libepubgen.sourceforge.net

Package: libepubgen-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libepubgen-0.1-1 (= ${binary:Version}),
         librevenge-dev,
         ${misc:Depends}
Description: EPUB generator library -- development
 is a library for generating EPUB documents. It is directly
 pluggable into import filters based on librevenge.
 .
 This package contains the development files (headers, ...)

Package: libepubgen-0.1-1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: EPUB generator library
 is a library for generating EPUB documents. It is directly
 pluggable into import filters based on librevenge.