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