Require exact version match

master
Salvo 'LtWorf' Tomaselli 2020-08-12 19:42:26 +07:00
parent d3d9c21fd2
commit e0d88263f2
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored

@ -6,6 +6,7 @@ relational (2.6-1) UNRELEASED; urgency=low
* Rules-Requires-Root: no
* Bump X-Python3-Version to 3.8
* Use https for URLs
* Require library and client versions to match exactly
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Wed, 02 May 2018 22:09:48 +0200

4
debian/control vendored

@ -22,7 +22,7 @@ Description: Educational tool for relational algebra (standalone module)
Package: relational
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (>= ${binary:Version}), python3-pyqt5
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (= ${binary:Version}), python3-pyqt5
Description: Educational tool for relational algebra (graphical user interface)
Relational is primarily a tool to provide a workspace for experimenting with
relational algebra, an offshoot of first-order logic.
@ -32,7 +32,7 @@ Description: Educational tool for relational algebra (graphical user interface)
Package: relational-cli
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (>= ${binary:Version}),
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (= ${binary:Version}),
python3-xtermcolor
Description: Educational tool for relational algebra (command line interface)
Relational is primarily a tool to provide a workspace for experimenting with