X-Git-Url: https://git.donarmstrong.com/?p=flightcrew.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=22dc2d0ae6172ea71fd37695559d2d9d6d4d4a81;hp=0000000000000000000000000000000000000000;hb=ff350e59ac0df04f6adc52d32bc0c64ff8cfa5b5;hpb=af4f4c891aa32a065faf1b1d646ac3a9de9c3c57 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..22dc2d0 --- /dev/null +++ b/debian/control @@ -0,0 +1,41 @@ +Source: flightcrew +Section: text +Priority: extra +Standards-Version: 3.9.4 +Maintainer: Don Armstrong +Build-Depends: debhelper (>= 9), cmake, libqt4-dev, zlib-bin, zlib1g-dev, + libxerces-c-dev, libboost-all-dev, libzipios++-dev, google-mock +Build-Depends-Indep: +Homepage: http://code.google.com/p/flightcrew/ + +Package: flightcrew +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: ${misc:Recommends}, ${shlibs:Recommends} +Suggests: epub-utils, sigil +Description: C++ epub validator + FlightCrew is an epub validator written in C++. It is used by sigil + to validate epub files, and may be generally useful for other epub + creation utilities. + +Package: libflightcrew0 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: ${misc:Recommends}, ${shlibs:Recommends} +Suggests: +Description: C++ library for epub validation + FlightCrew is an epub validator written in C++. It is used by sigil + to validate epub files, and may be generally useful for other epub + creation utilities. + +Package: libflightcrew-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: ${misc:Recommends}, ${shlibs:Recommends} +Suggests: +Description: C++ library development filesfor epub validation + FlightCrew is an epub validator written in C++. It is used by sigil + to validate epub files, and may be generally useful for other epub + creation utilities. +