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.
- Remove unused ${perl:Depends} substvar.
- Use canonical debian/copright Format field URL.
- Update copyright years.
- Merge Files stanzas for the same license into a single stanza.
- Move license location on filesystem into a Comment field.
- Remove unnecessary .dirs file.

Change-Id: I2b3b7b6815acd2f0d56949836f9d9d95c63b722c
changes/11/12511/1
Guillem Jover 9 years ago
parent a2b006f0ec
commit b19d712c0f

5
debian/.gitignore vendored

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

2
debian/compat vendored

@ -1 +1 @@
8
9

17
debian/control vendored

@ -2,17 +2,18 @@ Source: ngcp-system-tests
Section: admin
Priority: extra
Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.7
Homepage: http://sipwise.com/
Build-Depends:
debhelper (>= 9),
Standards-Version: 3.9.8
Homepage: https://www.sipwise.com/
Package: ngcp-system-tests
Architecture: all
Depends: curl,
net-tools,
procps,
${misc:Depends},
${perl:Depends}
Depends:
${misc:Depends},
curl,
net-tools,
procps,
Description: run system tests against NGCP systems
This package provides test scripts to check the system
state of the SIP based Open Source Class5 VoIP soft-switch platform

25
debian/copyright vendored

@ -1,29 +1,28 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/sipwise/system-tests/
Upstream-Name: ngcp-system-tests
Source: http://github.com/sipwise/system-tests/
Upstream-Contact: Michael Prokop <mprokop@sipwise.com>
Files: ce/*.t pro/*.t
Copyright: Jozef Kutej <jozef@kutej.net>
License: Artistic or GPL-1+
Files: debian/*
Copyright: 2013, Michael Prokop <mprokop@sipwise.com>
2013, Sipwise GmbH, Austria
Files:
*
Copyright:
Jozef Kutej <jozef@kutej.net>
2013, Michael Prokop <mprokop@sipwise.com>
2013-2017, Sipwise GmbH, Austria
License: Artistic or GPL-1+
License: Artistic
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License, which comes with Perl.
.
Comment:
On Debian systems, the complete text of the Artistic License can be
found in `/usr/share/common-licenses/Artistic'.
found in '/usr/share/common-licenses/Artistic'.
License: GPL-1+
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 1, or (at your option)
any later version.
.
Comment:
On Debian systems, the complete text of version 1 of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-1'.
Public License can be found in '/usr/share/common-licenses/GPL-1'.

@ -1 +0,0 @@
etc/ngcp-config/templates/etc/ngcp-tests/
Loading…
Cancel
Save