Merge pull request #26 from ltworf/lintian_fixes
Fix a bunch of lintian complaints
This commit is contained in:
commit
ee27a7fef6
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,8 +1,12 @@
|
|||||||
relational (2.6-1) UNRELEASED; urgency=low
|
relational (2.6-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Bump compat to 10
|
|
||||||
* New upstream release
|
* 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
|
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Wed, 02 May 2018 22:09:48 +0200
|
||||||
|
|
||||||
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
|||||||
10
|
|
13
debian/control
vendored
13
debian/control
vendored
@ -2,11 +2,12 @@ Source: relational
|
|||||||
Section: math
|
Section: math
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
|
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
|
python3-distutils
|
||||||
Standards-Version: 4.0.1
|
Standards-Version: 4.5.0
|
||||||
X-Python3-Version: >= 3.4
|
X-Python3-Version: >= 3.8
|
||||||
Homepage: http://ltworf.github.io/relational/
|
Homepage: https://ltworf.github.io/relational/
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: python3-relational
|
Package: python3-relational
|
||||||
Architecture: all
|
Architecture: all
|
||||||
@ -21,7 +22,7 @@ Description: Educational tool for relational algebra (standalone module)
|
|||||||
|
|
||||||
Package: relational
|
Package: relational
|
||||||
Architecture: all
|
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)
|
Description: Educational tool for relational algebra (graphical user interface)
|
||||||
Relational is primarily a tool to provide a workspace for experimenting with
|
Relational is primarily a tool to provide a workspace for experimenting with
|
||||||
relational algebra, an offshoot of first-order logic.
|
relational algebra, an offshoot of first-order logic.
|
||||||
@ -31,7 +32,7 @@ Description: Educational tool for relational algebra (graphical user interface)
|
|||||||
|
|
||||||
Package: relational-cli
|
Package: relational-cli
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (>= ${binary:Version}),
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (= ${binary:Version}),
|
||||||
python3-xtermcolor
|
python3-xtermcolor
|
||||||
Description: Educational tool for relational algebra (command line interface)
|
Description: Educational tool for relational algebra (command line interface)
|
||||||
Relational is primarily a tool to provide a workspace for experimenting with
|
Relational is primarily a tool to provide a workspace for experimenting with
|
||||||
|
4
debian/copyright
vendored
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>
|
Author: Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
|
||||||
Source: http://ltworf.github.io/relational/
|
Source: https://ltworf.github.io/relational/
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: © 2008-2016 Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>,
|
Copyright: © 2008-2016 Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user