]> git.donarmstrong.com Git - flightcrew.git/blob - debian/control
984432227fdfd4846be91e489712c9641900f9de
[flightcrew.git] / debian / control
1 Source: flightcrew
2 Section: text
3 Priority: extra
4 Standards-Version: 3.9.4
5 Maintainer: Don Armstrong <don@debian.org>
6 Build-Depends: cmake,
7                debhelper (>= 9),
8                google-mock,
9                libboost-all-dev,
10                libqt4-dev,
11                libxerces-c-dev,
12                libzipios++-dev,
13                zlib-bin,
14                zlib1g-dev
15 Homepage: http://code.google.com/p/flightcrew
16
17 Package: flightcrew
18 Architecture: any
19 Depends: ${misc:Depends},
20          ${shlibs:Depends}
21 Recommends: ${misc:Recommends},
22             ${shlibs:Recommends}
23 Suggests: epub-utils,
24           sigil
25 Description: C++ epub validator
26  FlightCrew is an epub validator written in C++. It is used by sigil
27  to validate epub files, and may be generally useful for other epub
28  creation utilities.
29
30 Package: libflightcrew0
31 Architecture: any
32 Depends: ${misc:Depends},
33          ${shlibs:Depends}
34 Recommends: ${misc:Recommends},
35             ${shlibs:Recommends}
36 Description: C++ library for epub validation
37  FlightCrew is an epub validator written in C++. It is used by sigil
38  to validate epub files, and may be generally useful for other epub
39  creation utilities.
40  .
41  This package contains the shared library.
42
43 Package: libflightcrew-dev
44 Section: libdevel
45 Architecture: any
46 Depends: ${misc:Depends},
47          ${shlibs:Depends}
48 Recommends: ${misc:Recommends},
49             ${shlibs:Recommends}
50 Description: C++ library development filesfor epub validation
51  FlightCrew is an epub validator written in C++. It is used by sigil
52  to validate epub files, and may be generally useful for other epub
53  creation utilities.
54  .
55  This package contains the development headers.