spot/debian/control
Alexandre Duret-Lutz 2e34fa4248 org: add installation instructions
* doc/org/install.org: New file.
* doc/Makefile.am: Add it.
* doc/org/index.org: Link to it.
* doc/org/setup.org: Add macro for
various version numbers.
* doc/org/tools.org: Update version number.
* NEWS, README, bench/ltl2tgba/README, debian/control,
debian/copyright: Update URLs to website.
2015-06-07 23:59:08 +02:00

41 lines
1.2 KiB
Text

Source: spot
Section: science
Priority: optional
Maintainer: Alexandre Duret-Lutz <adl@lrde.epita.fr>
Build-Depends: debhelper (>= 9), python3-all-dev
Standards-Version: 3.9.6
Homepage: http://spot.lrde.lip6.fr/
Package: spot
Architecture: any
Section: science
Recommends: graphviz
Suggests: libspot-dev, spot-doc, python3-spot
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: model checking and omega-automata manipulation library
Library and tools to manipulate omega-automata as well as
linear-time temporal logic (LTL & PSL).
Package: libspot-dev
Architecture: all
Section: libdevel
Suggests: spot-doc
Depends: spot (>= ${source:Version}), spot (<< ${source:Version}.1~), ${misc:Depends}
Description: headers for the Spot model checking library
C++ headers for the Spot library.
Package: spot-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-mathjax
Description: documentation for Spot
HTML and PDF documentation for Spot.
Package: python3-spot
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, spot (= ${binary:Version})
Suggests: ipython3
Description: python3 binding for spot
Spot allows manipulation of omega-automata as well
as linear-time temporal logic (LTL & PSL).