debian: harden version requirements
* debian/control: Make sure libspot-dev and spot have the same versions.
This commit is contained in:
parent
787e3f9315
commit
a6dbf5cf5e
1 changed files with 3 additions and 3 deletions
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -10,7 +10,7 @@ Package: spot
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: science
|
Section: science
|
||||||
Recommends: graphviz
|
Recommends: graphviz
|
||||||
Suggests: libspot-dev, spot-doc
|
Suggests: libspot-dev, spot-doc, python3-spot
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Spot, a model checking library
|
Description: Spot, a model checking library
|
||||||
Library and tools to manipulate omega-automata as well as
|
Library and tools to manipulate omega-automata as well as
|
||||||
|
|
@ -20,7 +20,7 @@ Package: libspot-dev
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Suggests: spot-doc
|
Suggests: spot-doc
|
||||||
Depends: spot
|
Depends: spot (= ${binary:Version})
|
||||||
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.
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ Description: documentation for Spot
|
||||||
Package: python3-spot
|
Package: python3-spot
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: python
|
Section: python
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, spot (= ${binary:Version})
|
||||||
Suggests: ipython3
|
Suggests: ipython3
|
||||||
Description: python3 binding for spot
|
Description: python3 binding for spot
|
||||||
Spot allows manipulation of omega-automata as well
|
Spot allows manipulation of omega-automata as well
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue