debian: fix some lintian warnings and errors
* debian/control: Update standars-version. Add missing ${misc:Depends}.
Use Depends: ${source:Version} for libspot-dev. Fix description of
spot.
* debian/spot-doc.doc-base: Move the doc to Science/Mathematics.
This commit is contained in:
parent
72eed9b2e2
commit
316401c5c3
2 changed files with 6 additions and 5 deletions
9
debian/control
vendored
9
debian/control
vendored
|
|
@ -3,7 +3,7 @@ Section: science
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
Maintainer: Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
Build-Depends: debhelper (>= 9), python3-all-dev
|
Build-Depends: debhelper (>= 9), python3-all-dev
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://spot.lip6.fr/
|
Homepage: http://spot.lip6.fr/
|
||||||
|
|
||||||
Package: spot
|
Package: spot
|
||||||
|
|
@ -12,7 +12,7 @@ Section: science
|
||||||
Recommends: graphviz
|
Recommends: graphviz
|
||||||
Suggests: libspot-dev, spot-doc, python3-spot
|
Suggests: libspot-dev, spot-doc, python3-spot
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Spot, a model checking library
|
Description: model checking and omega-automata manipulation library
|
||||||
Library and tools to manipulate omega-automata as well as
|
Library and tools to manipulate omega-automata as well as
|
||||||
linear-temporal logic (LTL & PSL).
|
linear-temporal logic (LTL & PSL).
|
||||||
|
|
||||||
|
|
@ -20,15 +20,16 @@ Package: libspot-dev
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Suggests: spot-doc
|
Suggests: spot-doc
|
||||||
Depends: spot (= ${binary:Version})
|
Depends: spot (= ${source:Version}), ${misc:Depends}
|
||||||
Description: headers for the Spot model checking library
|
Description: headers for the Spot model checking library
|
||||||
C++ headers for the Spot library.
|
C++ headers for the Spot library.
|
||||||
|
|
||||||
Package: spot-doc
|
Package: spot-doc
|
||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}
|
||||||
Description: documentation for Spot
|
Description: documentation for Spot
|
||||||
Developer documentation for Spot.
|
HTML and PDF documentation for Spot.
|
||||||
|
|
||||||
Package: python3-spot
|
Package: python3-spot
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
|
||||||
2
debian/spot-doc.doc-base
vendored
2
debian/spot-doc.doc-base
vendored
|
|
@ -2,7 +2,7 @@ Document: spot
|
||||||
Title: Spot documentation
|
Title: Spot documentation
|
||||||
Author: Alexandre Duret-Lutz et al.
|
Author: Alexandre Duret-Lutz et al.
|
||||||
Abstract: User documentation for Spot
|
Abstract: User documentation for Spot
|
||||||
Section: science
|
Section: Science/Mathematics
|
||||||
|
|
||||||
Format: HTML
|
Format: HTML
|
||||||
Index: /usr/share/doc/spot/userdoc/tools.html
|
Index: /usr/share/doc/spot/userdoc/tools.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue