summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-05-14 01:07:08 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-05-14 19:13:06 +0200
commitc65215a4bc0f16f61b77d5240578b4ec228e436c (patch)
tree12a9ffd65849aaa151ccfe96d968b4953ea79ff6 /debian
parentaf729c19ab72237c6987941929631b788828de61 (diff)
downloadconfigshell-fb-c65215a4bc0f16f61b77d5240578b4ec228e436c.tar.gz
Build process cleanup, added rpm/deb targets.
* Now builds rpm and deb separately, intended to be used on debian and redhat systems respectively. No more deb -> rpm conversion using alien. * Integrated bin/clean into Makefile * Now make clean does not remove packages, added cleanall target for that. * Added .gitignore file. * Added urwid version to debian/control depend.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 69f19bc..02ac836 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.8.1
Package: python-configshell
Architecture: all
-Depends: python (>= 2.6)|python2.6, python-epydoc, python-simpleparse, python-urwid
+Depends: python (>= 2.6)|python2.6, python-epydoc, python-simpleparse, python-urwid (>=0.9.9)
Suggests: configshell-doc
Description: Framework to create CLI interfaces.
.