|
|
@ -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.
|
|
|
|