From a1896d5a2e5c985721b34f5b1a9be0c32e030e35 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sat, 28 Dec 2013 10:53:59 +0100 Subject: [PATCH] add xtermcolor dep --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 836c034..fa5b5f0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: relational Section: math Priority: optional Maintainer: Salvo 'LtWorf' Tomaselli -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.