From b3d08a17d9c2831eb7583bda858ceb4ed2fa7463 Mon Sep 17 00:00:00 2001 From: Marco Capetta Date: Thu, 19 Sep 2019 10:24:07 +0200 Subject: [PATCH] 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 --- debian/control | 6 ++++-- debian/rules | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index f92f600aa..34d39f61c 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index c7112325f..a07746b5c 100755 --- a/debian/rules +++ b/debian/rules @@ -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