TT#64352 Fix missing creation of python dbg symbol package

It turned out that keep the package name ngcp-kamailio-python-modules,
previous name, after the switch to python3 creates issue during the
building of the related debug symbols.

Issue is solved if we move to the new name ngcp-kamailio-python3-modules.
This is also more consistent to the startard package naming we already
have in use.

Currently during the upgrade to the new kamailo version the new package
have to be installed manually (we never install/use this package in
our standard NGCP systems).
If a customer installed the python2 version of the package should check
itself the compatibility of the created python2 code with python3.

Change-Id: I4e80d11fab53014c0e50848cbafef6e9df16fdce
changes/33/33633/3
Marco Capetta 7 years ago
parent 577484cd88
commit b3d08a17d9

6
debian/control vendored

@ -81,7 +81,7 @@ Suggests:
ngcp-kamailio-perl-modules,
ngcp-kamailio-postgres-modules,
ngcp-kamailio-presence-modules,
ngcp-kamailio-python-modules,
ngcp-kamailio-python3-modules,
ngcp-kamailio-radius-modules,
ngcp-kamailio-redis-modules,
ngcp-kamailio-snmpstats-modules,
@ -238,7 +238,7 @@ Description: contains the app_mono module
This package provides the app_mono module, an extension allowing to
execute embedded Mono applications within configuration file.
Package: ngcp-kamailio-python-modules
Package: ngcp-kamailio-python3-modules
Architecture: any
Multi-Arch: same
Pre-Depends:
@ -250,8 +250,10 @@ Depends:
${shlibs:Depends},
Conflicts:
kamailio-python-modules,
kamailio-python3-modules,
Replaces:
kamailio-python-modules,
kamailio-python3-modules,
Description: contains the app_python3 module
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls

2
debian/rules vendored

@ -53,7 +53,7 @@ PACKAGE_GROUPS += snmpstats
PACKAGE_GROUPS += xmpp
PACKAGE_GROUPS += cpl
PACKAGE_GROUPS += redis
PACKAGE_GROUPS += python
PACKAGE_GROUPS += python3
PACKAGE_GROUPS += geoip2
PACKAGE_GROUPS += sqlite
PACKAGE_GROUPS += ims

Loading…
Cancel
Save