Initial debian packaging
[debian/dhcpd-pools.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..59704fe
--- /dev/null
@@ -0,0 +1,21 @@
+Source: dhcpd-pools
+Section: net
+Priority: extra
+Maintainer: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
+Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf
+Standards-Version: 3.9.2
+Homepage: http://dhcpd-pools.sourceforge.net/
+Vcs-Git: git://git.asbjorn.biz/debian/dhcpd-pools.git
+Vcs-Browser: http://git.asbjorn.biz/?p=debian/dhcpd-pools.git;a=summary
+
+Package: dhcpd-pools
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ISC dhcpd lease analysis and reporting
+ This is dhcpd-pools ISC dhcp shared network and pool range usage analysis.
+ Purpose of command is to count usage ratio of each IP range and shared network
+ pool which ISC dhcpd is in control of. The command has no native monitoring
+ capability, for instance the tool will not talk nagios protocol.
+ To accomodiate this need the csv output format is meant to be parsed by some
+ organization specific script etc. Users of the command are most likely ISPs
+ and other organizations that have large IP space.