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 /debhelper-build-stamp
/files /files
/libcatalyst-plugin-session-store-redis-perl/ /libcatalyst-plugin-session-store-redis-perl/
/ngcp-api-testframework/
/ngcp-panel-tools/ /ngcp-panel-tools/
/ngcp-panel/ /ngcp-panel/
/tmp/ /tmp/

12
debian/control vendored

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

2
debian/copyright vendored

@ -4,7 +4,7 @@ Upstream-Contact: Sipwise Development Team <support@sipwise.com>
Files: * Files: *
Copyright: Copyright:
Copyright © 2013-2019 Sipwise GmbH, Austria Copyright © 2013-2021 Sipwise GmbH, Austria
License: GPL-3+ License: GPL-3+
This program is free software: you can redistribute it and/or modify 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 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
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/* usr/share/ngcp-panel/script
script/ngcp_panel_fastcgi.pl usr/share/ngcp-panel/ script/ngcp_panel_fastcgi.pl usr/share/ngcp-panel/
share/* usr/share/ngcp-panel/ share/* usr/share/ngcp-panel/
usr/share/man/man3/NGCP::* usr/share/man/man3/NGCP::*
usr/share/perl5/Catalyst/Plugin/NGCP usr/share/perl5/Catalyst/Plugin/NGCP
usr/share/perl5/NGCP/Panel.pm
usr/share/perl5/NGCP/Panel usr/share/perl5/NGCP/Panel
usr/share/perl5/NGCP/Panel.pm

Loading…
Cancel
Save