From 1f445109e42c350ec04d49220425fe27bce15dd7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 9 Jan 2014 19:30:06 +0100 Subject: [PATCH] MT#5581 Initial Debian packaging --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 1 + debian/rules | 6 ++++++ debian/source/format | 1 + 6 files changed, 30 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..210095c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +ngcp-dhtest (1.3-1) unstable; urgency=low + + * Initial release. + + -- Michael Prokop Thu, 09 Jan 2014 19:31:09 +0100 + 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..85f7f90 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: ngcp-dhtest +Section: admin +Priority: extra +Maintainer: Sipwise Development Team +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.5 +Homepage: http://sipwise.com/ + +Package: ngcp-dhtest +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: DHCP client simulation + dhtest can simulate multiple DHCP clients behind a network + device. It can help in testing the DHCP servers or in testing + switch/router by loading the device with multiple DHCP clients. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..32d6159 --- /dev/null +++ b/debian/copyright @@ -0,0 +1 @@ +TODO: clarify license diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bf8327f --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +%: + dh $@ 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)