add xtermcolor dep

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2013-12-28 10:53:59 +01:00
parent b5ad2cfc12
commit a1896d5a2e

5
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: relational
Section: math
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 7.0.50~), python, python-support
Build-Depends: debhelper (>= 7.0.50~), python, python-support, python-xtermcolor
Standards-Version: 3.9.5
Homepage: https://github.com/ltworf/relational/
@ -29,7 +29,8 @@ Description: Educational tool for relational algebra (graphical user interface)
Package: relational-cli
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-relational (>= ${binary:Version})
Depends: ${misc:Depends}, ${python:Depends}, python-relational (>= ${binary:Version}),
python-xtermcolor
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.