parent
5831b32002
commit
9986c3fbb8
@ -0,0 +1,5 @@
|
||||
kamailio-config-tests (0.1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Victor Seva <vseva@sipwise.com> Mon, 15 Jul 2013 13:24:06 +0200
|
||||
@ -0,0 +1 @@
|
||||
8
|
||||
@ -0,0 +1,17 @@
|
||||
Source: kamailio-config-tests
|
||||
Section: unknown
|
||||
Priority: extra
|
||||
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||
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
|
||||
@ -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 <support@sipwise.com>
|
||||
License: GPL-3.0+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2013 Sipwise Development Team <support@sipwise.com>
|
||||
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".
|
||||
@ -0,0 +1 @@
|
||||
/usr/local/src/kamailio-config-tests
|
||||
@ -0,0 +1 @@
|
||||
README
|
||||
@ -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/
|
||||
@ -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:
|
||||
@ -0,0 +1 @@
|
||||
3.0 (native)
|
||||
Loading…
Reference in new issue