From 9986c3fbb836e3869806e6f8e31049075c4ba0f1 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 15 Jul 2013 13:40:38 +0200 Subject: [PATCH] debian: Added Debian package --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/dirs | 1 + debian/docs | 1 + debian/install | 3 +++ debian/rules | 15 +++++++++++++++ debian/source/format | 1 + 9 files changed, 72 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/docs create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..c7ad6b39 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +kamailio-config-tests (0.1) unstable; urgency=low + + * Initial Release. + + -- Victor Seva Mon, 15 Jul 2013 13:24:06 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..45a4fb75 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..c79d2dce --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: kamailio-config-tests +Section: unknown +Priority: extra +Maintainer: Sipwise Development Team +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Homepage: http://www.sipwise.com/ + +Package: kamailio-config-tests +Architecture: all +Depends: ${misc:Depends}, + python-yaml, + libgraphviz-perl, + libtemplate-perl, + sip-tester ( >= 1:3.2-1~ ) +Description: Kamailio configuration tests + scripts and tests scenarios to check Kamailio configuration diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..9d08ef19 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kamailio-config-tests +Source: www.sipwise.com + +Files: * +Copyright: 2013 Sipwise Development Team +License: GPL-3.0+ + +Files: debian/* +Copyright: 2013 Sipwise Development Team +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/dirs b/debian/dirs new file mode 100644 index 00000000..d5de25d5 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +/usr/local/src/kamailio-config-tests diff --git a/debian/docs b/debian/docs new file mode 100644 index 00000000..e845566c --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/install b/debian/install new file mode 100644 index 00000000..081b640f --- /dev/null +++ b/debian/install @@ -0,0 +1,3 @@ +bin/ /usr/local/src/kamailio-config-tests/ +scenarios/ /usr/local/src/kamailio-config-tests/ +run_tests.sh /usr/local/src/kamailio-config-tests/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..46536e94 --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_usrlocal: diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..89ae9db8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)