From e0d88263f2d107ae2259e522c94a51e58f4323d1 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 19:42:26 +0200 Subject: [PATCH] Require exact version match --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 402fc49..054c2cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 02 May 2018 22:09:48 +0200 diff --git a/debian/control b/debian/control index 4ebc8b1..b4b0df6 100644 --- a/debian/control +++ b/debian/control @@ -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