summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dddc8c0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: fapi
+Section: utils
+Priority: optional
+Maintainer: Paul C. Buetow <paul@buetow.org>
+Build-Depends:
+Standards-Version: 3.9.2
+Homepage: https://fapi.buetow.org
+Vcs-Git: https://github.com/rantanplan/fapi.git
+Vcs-Browser: https://github.com/rantanplan/fapi
+
+Package: fapi
+Architecture: all
+Depends:
+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.