]> git.donarmstrong.com Git - flightcrew.git/blob - debian/control
debian/control: add myself to the uploaders
[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 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                zlib-bin,
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: any
47 Depends: ${misc:Depends},
48          ${shlibs:Depends}
49 Recommends: ${misc:Recommends},
50             ${shlibs:Recommends}
51 Description: C++ library development filesfor epub validation
52  FlightCrew is an epub validator written in C++. It is used by sigil
53  to validate epub files, and may be generally useful for other epub
54  creation utilities.
55  .
56  This package contains the development headers.