diff --git a/debian/.gitignore b/debian/.gitignore index 4e58451581..00f92ab042 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -5,6 +5,7 @@ /debhelper-build-stamp /files /libcatalyst-plugin-session-store-redis-perl/ +/ngcp-api-testframework/ /ngcp-panel-tools/ /ngcp-panel/ /tmp/ diff --git a/debian/control b/debian/control index 0bccc1eddf..95dc5a2b93 100644 --- a/debian/control +++ b/debian/control @@ -3,19 +3,17 @@ Section: web Priority: optional Maintainer: Sipwise Development Team 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. diff --git a/debian/copyright b/debian/copyright index b400a5fba8..fb02eb8569 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Sipwise Development Team 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 diff --git a/debian/ngcp-api-testframework.install b/debian/ngcp-api-testframework.install index ab8790bc5e..4eca14e4a8 100644 --- a/debian/ngcp-api-testframework.install +++ b/debian/ngcp-api-testframework.install @@ -1,2 +1,2 @@ -usr/share/perl5/NGCP/API/TestFramework.pm usr/share/perl5/NGCP/API/TestFramework +usr/share/perl5/NGCP/API/TestFramework.pm diff --git a/debian/ngcp-panel.install b/debian/ngcp-panel.install index 868db6e66b..807c4b9ec1 100644 --- a/debian/ngcp-panel.install +++ b/debian/ngcp-panel.install @@ -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 diff --git a/debian/ngcp-panel.tmpfile b/debian/ngcp-panel.tmpfiles similarity index 100% rename from debian/ngcp-panel.tmpfile rename to debian/ngcp-panel.tmpfiles