summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-15 09:24:20 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-15 09:24:20 +0200
commit45aa41b78f744ef39f8aee3dc1a7f4f1eb3ca162 (patch)
tree25adbcbef49083f3f0fdc0601eb0b5431f6b529f /debian
parentc9b966553c7b096fba20a5558023a6235080aceb (diff)
add dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index dddc8c0..fbe532f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fapi
Section: utils
Priority: optional
Maintainer: Paul C. Buetow <paul@buetow.org>
-Build-Depends:
+Build-Depends: perl
Standards-Version: 3.9.2
Homepage: https://fapi.buetow.org
Vcs-Git: https://github.com/rantanplan/fapi.git
@@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/rantanplan/fapi
Package: fapi
Architecture: all
-Depends:
+Depends: python
Description: The fapi package
This is just command line tool to manage F5 BigIP programmed in Python using
bigsuds. bigsuds has to be isntalled manually.