[elbe-devel] [PATCH] debian/control: depend on tmux >=1.9
John Ogness
john.ogness at linutronix.de
Tue Jan 12 15:25:00 CET 2016
At least version 1.9 of tmux is required, so make it
a formal dependency.
Signed-off-by: John Ogness <john.ogness at linutronix.de>
---
Since Debian/wheezy is on tmux 1.6, it is important to
include the version for the tmux dependency.
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index bc55342..8d59ca2 100644
--- a/debian/control
+++ b/debian/control
@@ -121,7 +121,7 @@ Depends: ${misc:Depends},
python (>= 2.7~),
python-suds,
elbe-common (= ${binary:Version}),
- tmux
+ tmux (>= 1.9)
Description: Commandline Tool to control an elbe buildenv
The SOAP Interface is used to control an elbe buildenv.
--
1.7.10.4
More information about the elbe-devel
mailing list