|
|
@ -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
|
|
|
|