From: Asbjørn Sloth Tønnesen Date: Tue, 21 Jun 2011 19:08:47 +0000 (+0000) Subject: Initial debian packaging X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=commitdiff_plain;h=8834e08d14541b6f88642b9f60ae0eb648494f57 Initial debian packaging Signed-off-by: Asbjørn Sloth Tønnesen --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..792e945 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +dhcpd-pools (2.15-1) unstable; urgency=low + + * Closing ITP (Closes: #631229) + + -- Asbjørn Sloth Tønnesen Tue, 21 Jun 2011 19:07:50 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..59704fe --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: dhcpd-pools +Section: net +Priority: extra +Maintainer: Asbjørn Sloth Tønnesen +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..215e7ba --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: dhcpd-pools +Source: http://dhcpd-pools.sourceforge.net/ + +Files: * +Copyright: 2006- Sami Kerola + See THANKS for full list of contributers +License: GPL-3.0+ + +Files: debian/* +Copyright: 2011 Asbjoern Sloth Toennesen +License: GPL-3.0+ + +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..7f297b2 --- /dev/null +++ b/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +TODO +THANKS diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..961f98e --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with autoreconf diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..0a8c366 --- /dev/null +++ b/debian/watch @@ -0,0 +1,23 @@ +# Watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php dhcpd-pools-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/dhcpd-pools-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/dhcpd-pools-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +http://sf.net/dhcpd-pools/dhcpd-pools-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html dhcpd-pools-(.*)\.tar\.gz