TT#33952 Remove obsolete packages purple and iptrtpproxy

Both the packages were removed starting from kamailio version 5.0

Change-Id: Id0c69bc83a9e4bac98111421f40d6ca419fb365e
changes/28/19628/2
Marco Capetta 7 years ago
parent 9d17e1d738
commit f22abc1dfb

22
debian/control vendored

@ -30,7 +30,6 @@ Build-Depends:
libpcre3-dev, libpcre3-dev,
libperl-dev, libperl-dev,
libpq-dev, libpq-dev,
libpurple-dev,
librabbitmq-dev, librabbitmq-dev,
libradcli-dev | libfreeradius-client-dev, libradcli-dev | libfreeradius-client-dev,
libreadline-dev, libreadline-dev,
@ -444,27 +443,6 @@ Description: SNMP AgentX subagent module for Kamailio
This package provides the snmpstats module for Kamailio. This module acts This package provides the snmpstats module for Kamailio. This module acts
as an AgentX subagent which connects to a master agent. as an AgentX subagent which connects to a master agent.
Package: ngcp-kamailio-purple-modules
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
ngcp-kamailio (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Conflicts:
kamailio-purple-modules,
Replaces:
kamailio-purple-modules,
Description: Provides the purple module, a multi-protocol IM gateway
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This package provides the purple module, a multi-protocol instant
messaging gateway module.
Package: ngcp-kamailio-xmpp-modules Package: ngcp-kamailio-xmpp-modules
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same

4
debian/rules vendored

@ -35,7 +35,7 @@ EXCLUDED_MODULES=
# extra modules to skip, because they are not compilable now # extra modules to skip, because they are not compilable now
# - regardless if they go to the main kamailio package or to some module package, # - regardless if they go to the main kamailio package or to some module package,
# they will be excluded from compile and install of all # they will be excluded from compile and install of all
EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy mi_xmlrpc dnssec EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa mi_xmlrpc dnssec
# module groups that are packaged in seperate packages # module groups that are packaged in seperate packages
# (with the name kamailio-$(group_name)-modules) # (with the name kamailio-$(group_name)-modules)
@ -45,7 +45,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \ ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl redis python geoip\ snmpstats carrierroute xmpp cpl redis python geoip\
sqlite ims sctp java \ sqlite ims sctp java \
purple tls outbound websocket autheph cnxcc \ tls outbound websocket autheph cnxcc \
erlang \ erlang \
lcrrate tcap lcrrate tcap

Loading…
Cancel
Save