Initial debian packaging
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Tue, 21 Jun 2011 19:08:47 +0000 (19:08 +0000)
committerAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Tue, 21 Jun 2011 19:08:47 +0000 (19:08 +0000)
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..792e945
--- /dev/null
@@ -0,0 +1,5 @@
+dhcpd-pools (2.15-1) unstable; urgency=low
+
+  * Closing ITP (Closes: #631229)
+
+ -- Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>  Tue, 21 Jun 2011 19:07:50 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..215e7ba
--- /dev/null
@@ -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 <kerolasa@iki.fi>
+           See THANKS for full list of contributers
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2011 Asbjoern Sloth Toennesen <asbjorn@asbjorn.biz>
+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 <http://www.gnu.org/licenses/>.
+ .
+ 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 (file)
index 0000000..7f297b2
--- /dev/null
@@ -0,0 +1,4 @@
+NEWS
+README
+TODO
+THANKS
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..961f98e
--- /dev/null
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..0a8c366
--- /dev/null
@@ -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
+# <Webpage URL> <string match>
+#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