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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: flightcrew
Section: text
Priority: optional
Maintainer: Francois Mazen <mzf@debian.org>
Uploaders: Mattia Rizzolo <mattia@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
cmake,
debhelper-compat (= 13),
googletest,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-system-dev,
libboost-thread-dev,
qtbase5-dev,
libxerces-c-dev,
pkg-kde-tools,
zlib1g-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/Sigil-Ebook/flightcrew
Vcs-Git: https://salsa.debian.org/debian/flightcrew.git
Vcs-Browser: https://salsa.debian.org/debian/flightcrew
Package: flightcrew
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
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: libflightcrew0t64
Provides: ${t64:Provides}
X-Time64-Compat: libflightcrew0v5
Breaks: libflightcrew0v5 (<< ${source:Version})
Architecture: any
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Conflicts:
libflightcrew0,
Replaces:libflightcrew0v5,
libflightcrew0,
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.
.
This package contains the shared library.
Package: libflightcrew-dev
Architecture: all
Section: libdevel
Depends:
libflightcrew0t64 (<< ${source:Version}.1~),
libflightcrew0t64 (>= ${source:Version}),
libboost-exception-dev,
${misc:Depends},
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.
.
This package contains the development headers.
|