Merge pull request #26 from ltworf/lintian_fixes

Fix a bunch of lintian complaints
master
Salvo 'LtWorf' Tomaselli 2020-08-12 19:57:47 +07:00 committed by GitHub
commit ee27a7fef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 11 deletions

8
debian/changelog vendored

@ -1,8 +1,12 @@
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
* Require library and client versions to match exactly
* Standards-Version: 4.5.0
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Wed, 02 May 2018 22:09:48 +0200

1
debian/compat vendored

@ -1 +0,0 @@
10

13
debian/control vendored

@ -2,11 +2,12 @@ Source: relational
Section: math
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
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.0.1
X-Python3-Version: >= 3.4
Homepage: http://ltworf.github.io/relational/
Standards-Version: 4.5.0
X-Python3-Version: >= 3.8
Homepage: https://ltworf.github.io/relational/
Rules-Requires-Root: no
Package: python3-relational
Architecture: all
@ -21,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.
@ -31,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

4
debian/copyright vendored

@ -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 <tiposchi@tiscali.it>
Source: http://ltworf.github.io/relational/
Source: https://ltworf.github.io/relational/
Files: *
Copyright: © 2008-2016 Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>,