- Debian package can now be installed with pyside and not pyqt
- Make dist makes a file for the debian format - Make dist removes .svn from relational_pyside - setup.py installs relational_pyside module git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@326 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
12
debian/control
vendored
12
debian/control
vendored
@@ -3,7 +3,7 @@ Section: math
|
||||
Priority: optional
|
||||
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
|
||||
Build-Depends: debhelper (>= 7.0.50~), python, python-support
|
||||
Standards-Version: 3.9.1
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://galileo.dmi.unict.it/wiki/relational/doku.php
|
||||
|
||||
Package: python-relational
|
||||
@@ -19,13 +19,13 @@ Description: Educational tool for relational algebra (standalone module)
|
||||
|
||||
Package: relational
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-relational (>= ${binary:Version}), python-qt4
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-relational (>= ${binary:Version}), python-qt4 | python-pyside.qtgui, python-qt4 | python-pyside.qtcore, python-qt4 | python-pyside.qtwebkit
|
||||
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.
|
||||
.
|
||||
This package provides a graphical user interface that can be used for
|
||||
executing relational queries.
|
||||
This package provides a graphical user interface that can be used to
|
||||
execute relational queries.
|
||||
|
||||
Package: relational-cli
|
||||
Architecture: all
|
||||
@@ -34,5 +34,5 @@ Description: Educational tool for relational algebra (command line interface)
|
||||
Relational is primarily a tool to provide a workspace for experimenting with
|
||||
relational algebra, an offshoot of first-order logic.
|
||||
.
|
||||
This package provides a command line interface that can be used for
|
||||
executing relational queries.
|
||||
This package provides a command line interface that can be used to
|
||||
execute relational queries.
|
||||
|
Reference in New Issue
Block a user