summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-14 21:32:06 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-14 21:32:06 +0200
commit5d1a4b71e11059445db7062b0b9fe2269104643b (patch)
tree1790962c5a87d1b565faec9ab73d00f457ad4974 /debian/control
parentef4660ae22877918930f7297ad6eb672f929e062 (diff)
initial debian dir
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.