TT#124273 Update packaging for bullseye

- Switch to debhelper compat level 13.
- Switch to Standards-Version 4.5.1.
- Update copyright years.
- Wrap and sort -sat.
- Rename obsolete .tmpfile fragment file to .tmpfiles.

Change-Id: Ib96fd2cb63be420ebc1409f8c90eb91e0aa7c305
mr10.2
Guillem Jover 4 years ago
parent ddb7412d85
commit 95e04a0db6

1
debian/.gitignore vendored

@ -5,6 +5,7 @@
/debhelper-build-stamp
/files
/libcatalyst-plugin-session-store-redis-perl/
/ngcp-api-testframework/
/ngcp-panel-tools/
/ngcp-panel/
/tmp/

12
debian/control vendored

@ -3,19 +3,17 @@ Section: web
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends:
debhelper-compat (= 12),
debhelper-compat (= 13),
libmodule-build-perl,
libngcp-schema-perl,
libtrycatch-perl,
libwww-perl,
Standards-Version: 3.9.8
Standards-Version: 4.5.1
Homepage: https://www.sipwise.com/
Package: ngcp-panel
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
cracklib-runtime,
gettext,
ghostscript,
@ -130,6 +128,8 @@ Depends:
openssl,
sipsak (>= 0.9.6+git20160713),
sox,
${misc:Depends},
${perl:Depends},
Recommends:
libngcp-rating-inew-perl,
Description: catalyst based panel application for NGCP
@ -159,8 +159,6 @@ Package: ngcp-api-testframework
Section: perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
libcpanel-json-xs-perl,
libdata-walk-perl,
libdatetime-format-iso8601-perl,
@ -170,6 +168,8 @@ Depends:
liburi-perl,
libwww-perl,
libyaml-libyaml-perl,
${misc:Depends},
${perl:Depends},
Description: TestFramework for testing NGCP API functionalities
The NGCP API Test Framework is designed to run over the API rails and test
its basic functionalities, using yaml scenarios.

2
debian/copyright vendored

@ -4,7 +4,7 @@ Upstream-Contact: Sipwise Development Team <support@sipwise.com>
Files: *
Copyright:
Copyright © 2013-2019 Sipwise GmbH, Austria
Copyright © 2013-2021 Sipwise GmbH, Austria
License: GPL-3+
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

@ -1,2 +1,2 @@
usr/share/perl5/NGCP/API/TestFramework.pm
usr/share/perl5/NGCP/API/TestFramework
usr/share/perl5/NGCP/API/TestFramework.pm

@ -5,8 +5,7 @@ ngcp_panel.psgi usr/share/ngcp-panel/
script/* usr/share/ngcp-panel/script
script/ngcp_panel_fastcgi.pl usr/share/ngcp-panel/
share/* usr/share/ngcp-panel/
usr/share/man/man3/NGCP::*
usr/share/perl5/Catalyst/Plugin/NGCP
usr/share/perl5/NGCP/Panel.pm
usr/share/perl5/NGCP/Panel
usr/share/perl5/NGCP/Panel.pm

Loading…
Cancel
Save