Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
a6dbf5cf
Commit
a6dbf5cf
authored
Mar 11, 2015
by
Alexandre Duret-Lutz
Browse files
debian: harden version requirements
* debian/control: Make sure libspot-dev and spot have the same versions.
parent
787e3f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
a6dbf5cf
...
...
@@ -10,7 +10,7 @@ Package: spot
Architecture: any
Section: science
Recommends: graphviz
Suggests: libspot-dev, spot-doc
Suggests: libspot-dev, spot-doc
, python3-spot
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Spot, a model checking library
Library and tools to manipulate omega-automata as well as
...
...
@@ -20,7 +20,7 @@ Package: libspot-dev
Architecture: all
Section: libdevel
Suggests: spot-doc
Depends: spot
Depends: spot
(= ${binary:Version})
Description: headers for the Spot model checking library
C++ headers for the Spot library.
...
...
@@ -33,7 +33,7 @@ Description: documentation for Spot
Package: python3-spot
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment