From dac95428d453c09a4181869453d2b5f2d1cf92b3 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 19:38:34 +0200 Subject: [PATCH 1/6] Rules-Requires-Root: no --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 74f3177..ee6e68d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ relational (2.6-1) UNRELEASED; urgency=low * Bump compat to 10 * New upstream release * Bump Standards-Version to 4.0.1 + * Rules-Requires-Root: no -- Salvo 'LtWorf' Tomaselli Wed, 02 May 2018 22:09:48 +0200 diff --git a/debian/control b/debian/control index 78ca5b1..9fbcc96 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 10), python3, dh-python, python3-xtermcolor, pyqt5- Standards-Version: 4.0.1 X-Python3-Version: >= 3.4 Homepage: http://ltworf.github.io/relational/ +Rules-Requires-Root: no Package: python3-relational Architecture: all From 42ab83e4ab64522bcf1a0c87218fec03460b3e35 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 19:39:41 +0200 Subject: [PATCH 2/6] Bump X-Python3-Version --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ee6e68d..6ee244a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ relational (2.6-1) UNRELEASED; urgency=low * New upstream release * Bump Standards-Version to 4.0.1 * Rules-Requires-Root: no + * Bump X-Python3-Version to 3.8 -- Salvo 'LtWorf' Tomaselli Wed, 02 May 2018 22:09:48 +0200 diff --git a/debian/control b/debian/control index 9fbcc96..67ad3c6 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Salvo 'LtWorf' Tomaselli Build-Depends: debhelper (>= 10), python3, dh-python, python3-xtermcolor, pyqt5-dev-tools, python3-distutils Standards-Version: 4.0.1 -X-Python3-Version: >= 3.4 +X-Python3-Version: >= 3.8 Homepage: http://ltworf.github.io/relational/ Rules-Requires-Root: no From d3d9c21fd22c359f96b19e3f3101a94cf8267f55 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 19:41:52 +0200 Subject: [PATCH 3/6] Use https in urls --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6ee244a..402fc49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ relational (2.6-1) UNRELEASED; urgency=low * Bump Standards-Version to 4.0.1 * Rules-Requires-Root: no * Bump X-Python3-Version to 3.8 + * Use https for URLs -- Salvo 'LtWorf' Tomaselli Wed, 02 May 2018 22:09:48 +0200 diff --git a/debian/control b/debian/control index 67ad3c6..4ebc8b1 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10), python3, dh-python, python3-xtermcolor, pyqt5- python3-distutils Standards-Version: 4.0.1 X-Python3-Version: >= 3.8 -Homepage: http://ltworf.github.io/relational/ +Homepage: https://ltworf.github.io/relational/ Rules-Requires-Root: no Package: python3-relational diff --git a/debian/copyright b/debian/copyright index 7c5fbaa..8278829 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Author: Salvo "LtWorf" Tomaselli -Source: http://ltworf.github.io/relational/ +Source: https://ltworf.github.io/relational/ Files: * Copyright: © 2008-2016 Salvo "LtWorf" Tomaselli , From e0d88263f2d107ae2259e522c94a51e58f4323d1 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 19:42:26 +0200 Subject: [PATCH 4/6] 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 From 8472d0ebb75c505019a59965d93e0c5339c1c9bd Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 19:45:16 +0200 Subject: [PATCH 5/6] Standards-Version: 4.5.0 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 054c2cf..3689ab0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ relational (2.6-1) UNRELEASED; urgency=low * Bump X-Python3-Version to 3.8 * Use https for URLs * Require library and client versions to match exactly + * Standards-Version: 4.5.0 -- Salvo 'LtWorf' Tomaselli Wed, 02 May 2018 22:09:48 +0200 diff --git a/debian/control b/debian/control index b4b0df6..0a8dbf8 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Salvo 'LtWorf' Tomaselli Build-Depends: debhelper (>= 10), python3, dh-python, python3-xtermcolor, pyqt5-dev-tools, python3-distutils -Standards-Version: 4.0.1 +Standards-Version: 4.5.0 X-Python3-Version: >= 3.8 Homepage: https://ltworf.github.io/relational/ Rules-Requires-Root: no From 1efc16d679976538fcd08a8e928dacaf35446e9a Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 12 Aug 2020 19:47:09 +0200 Subject: [PATCH 6/6] bump compat to 13 --- debian/changelog | 3 +-- debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 3689ab0..37ff487 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,7 @@ relational (2.6-1) UNRELEASED; urgency=low - * Bump compat to 10 * New upstream release - * Bump Standards-Version to 4.0.1 + * Bump compat to 13 * Rules-Requires-Root: no * Bump X-Python3-Version to 3.8 * Use https for URLs diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 0a8dbf8..d18b47f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: relational Section: math Priority: optional Maintainer: Salvo 'LtWorf' Tomaselli -Build-Depends: debhelper (>= 10), python3, dh-python, python3-xtermcolor, pyqt5-dev-tools, +Build-Depends: debhelper-compat (= 13), debhelper (>= 13), python3, dh-python, python3-xtermcolor, pyqt5-dev-tools, python3-distutils Standards-Version: 4.5.0 X-Python3-Version: >= 3.8