TT#60700 Rename ngcp-nth-* to ngcp-addons-*

This expresses more correctly the purpose of the packages. We do not
create transitional packages, because they fail piuparts, and are not
needed for smooth upgrades, as our main metapackages already depend
on every subpackage. And extend the description to make the purpose
of the packages more clear.

Change-Id: Id9dc574855ad683057aca67e37145c121123c6e1
changes/58/30658/4
Guillem Jover 6 years ago
parent e8e7f31741
commit 5059d143a8

4
debian/.gitignore vendored

@ -4,6 +4,8 @@
/.debhelper/
/debhelper-build-stamp
/files
/ngcp-addons-ce/
/ngcp-addons-pro/
/ngcp-cloudpbx-pro/
/ngcp-config-carrier/
/ngcp-config-ce/
@ -11,8 +13,6 @@
/ngcp-ngcp-carrier/
/ngcp-ngcp-ce/
/ngcp-ngcp-pro/
/ngcp-nth-ce/
/ngcp-nth-pro/
/ngcp-services-carrier/
/ngcp-services-ce/
/ngcp-services-pro/

40
debian/control vendored

@ -103,10 +103,10 @@ Description: Metapackage for Sipwise's NGCP CloudPBX
Package: ngcp-ngcp-pro
Architecture: all
Depends:
ngcp-addons-pro,
ngcp-cloudpbx-pro,
ngcp-config-pro,
ngcp-keyring,
ngcp-nth-pro,
ngcp-services-pro,
${misc:Depends},
Provides:
@ -122,9 +122,9 @@ Description: Metapackage for Sipwise's NGCP
Package: ngcp-ngcp-ce
Architecture: all
Depends:
ngcp-addons-ce,
ngcp-config-ce,
ngcp-keyring,
ngcp-nth-ce,
ngcp-services-ce,
${misc:Depends},
Provides:
@ -140,10 +140,10 @@ Description: Metapackage for Sipwise's NGCP
Package: ngcp-ngcp-carrier
Architecture: all
Depends:
ngcp-addons-pro,
ngcp-cloudpbx-pro,
ngcp-config-carrier,
ngcp-keyring,
ngcp-nth-pro,
ngcp-services-carrier,
${misc:Depends},
Provides:
@ -156,8 +156,14 @@ Description: Metapackage for Sipwise's NGCP
This metapackage installs all the packages needed in a NGCP
sip:provider CARRIER environment.
Package: ngcp-nth-pro
Package: ngcp-addons-pro
Architecture: all
Conflicts:
ngcp-nth-pro,
Replaces:
ngcp-nth-pro,
Provides:
ngcp-nth-pro,
Depends:
acpi,
acpi-support-base,
@ -211,12 +217,23 @@ Depends:
vlan,
wget,
${misc:Depends},
Description: Metapackage for Nice To Have tools in NGCP
This metapackage installs several nice to have tools in a NGCP
Description: Metapackage for Add-Ons in NGCP
This metapackage installs several add-on packages that are not necessary as
part of normal operation, but which extend the functionality in a NGCP
sip:provider PRO.
.
This is a separate package, so that in case of dependency problems during
upgrades, it might be removed without affecting the core functionality of
the NGCP system.
Package: ngcp-nth-ce
Package: ngcp-addons-ce
Architecture: all
Conflicts:
ngcp-nth-ce,
Replaces:
ngcp-nth-ce,
Provides:
ngcp-nth-ce,
Depends:
acpi,
acpi-support-base,
@ -264,9 +281,14 @@ Depends:
vlan,
wget,
${misc:Depends},
Description: Metapackage for Nice To Have tools in NGCP
This metapackage installs several nice to have tools in a NGCP
Description: Metapackage for Add-Ons in NGCP
This metapackage installs several add-on packages that are not necessary as
part of normal operation, but which extend the functionality in a NGCP
sip:provider CE.
.
This is a separate package, so that in case of dependency problems during
upgrades, it might be removed without affecting the core functionality of
the NGCP system.
Package: ngcp-services-pro
Architecture: all

Loading…
Cancel
Save