TT#5420 Update packaging

- Use canonical homepage URL.
- Bump debhelper compatibility to 9.
- Bump Standards-Version to 3.9.8.
- Wrap and sort debian/control fields.
- Add missing ${perl:Depends} substvar.
- Remove spurious spaces around version in dependency.
- Fix source package Section value.
- Update package description.
- Update copyright years.
- Merge all stanzas in debian/copyright as they are for the same.
- Move license location on filesystem into a Comment field.
- Remove unneeded debian/dirs file.
- Remove obsolete boilerplate from debian/rules.

Change-Id: I904a361c6c2ddb78d6280d0f3b94344ff364cafd
changes/07/12407/1
Guillem Jover 9 years ago
parent 87d1bdcbc8
commit 605916ab36

5
debian/.gitignore vendored

@ -0,0 +1,5 @@
*.log
*.substvars
/debhelper-build-stamp
/files
/kamailio-config-tests/

2
debian/compat vendored

@ -1 +1 @@
8
9

15
debian/control vendored

@ -1,15 +1,17 @@
Source: kamailio-config-tests
Section: Development
Section: devel
Priority: extra
Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends:
debhelper (>= 8.0.0),
Standards-Version: 3.9.7
Homepage: http://www.sipwise.com/
debhelper (>= 9),
Standards-Version: 3.9.8
Homepage: https://www.sipwise.com/
Package: kamailio-config-tests
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
curl,
libfile-slurp-perl,
libgraphviz-perl,
@ -23,8 +25,7 @@ Depends:
python,
python-pyinotify,
python-yaml,
sip-tester ( >= 1:3.3-1~ ),
sip-tester (>= 1:3.3-1~),
tcpdump,
${misc:Depends},
Description: Kamailio configuration tests
scripts and tests scenarios to check Kamailio configuration
Scripts and tests scenarios to check Kamailio configuration.

17
debian/copyright vendored

@ -1,15 +1,10 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kamailio-config-tests
Source: www.sipwise.com
Source: https://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+
Copyright:
2013-2017 Sipwise Development Team <support@sipwise.com>
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
@ -23,6 +18,6 @@ License: GPL-3.0+
.
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".
Comment:
On Debian systems, the complete text of the GNU General Public License
version 3 can be found in "/usr/share/common-licenses/GPL-3".

1
debian/dirs vendored

@ -1 +0,0 @@
/usr/share/kamailio-config-tests

8
debian/rules vendored

@ -1,10 +1,4 @@
#!/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
@ -16,4 +10,4 @@ override_dh_usrlocal:
echo "skipping dh_usrlocal"
override_dh_auto_test:
echo "skipping dh_auto_test"
echo "skipping dh_auto_test"

Loading…
Cancel
Save