Module: sip-router
Branch: 3.1
Commit: 057ec0189977206d8099e6e6f601e74edc7fb5e4
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=057ec01…
Author: Jon Bonilla <manwe(a)aholab.ehu.es>
Committer: Jon Bonilla <manwe(a)aholab.ehu.es>
Date: Wed Nov 2 13:44:17 2011 +0100
pkg/deb remove modules from wheezy build
purple: does not support newer lib versions
mi_xmlrcp: does not support newer lib versions
app_lua: lib not detected. Detection was fixed in branch 3.2 but not backported.
---
pkg/kamailio/deb/wheezy/control | 24 ++++++++++++------------
pkg/kamailio/deb/wheezy/rules | 6 +++---
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/pkg/kamailio/deb/wheezy/control b/pkg/kamailio/deb/wheezy/control
index 4ff9a90..bf62dbd 100644
--- a/pkg/kamailio/deb/wheezy/control
+++ b/pkg/kamailio/deb/wheezy/control
@@ -2,7 +2,7 @@ Source: kamailio
Section: net
Priority: optional
Maintainer: Jon Bonilla <manwe(a)aholab.ehu.es>
-Build-Depends: debhelper (>= 5), dpatch, libmysqlclient-dev, libexpat1-dev,
libxml2-dev, libpq-dev, libradiusclient-ng-dev, flex, bison, zlib1g-dev, unixodbc-dev,
libxmlrpc-c3-dev, libperl-dev, libsnmp-dev, dpkg-dev (>= 1.13.19), libdb-dev (>=
4.6.19), xsltproc, libconfuse-dev, libldap2-dev, libssl-dev, libcurl3-openssl-dev, python,
libpcre3-dev, docbook-xml, libgeoip-dev (>= 1.4.5), libmemcache-dev, libreadline-dev,
liblua5.1-0-dev, python-dev, libsasl2-dev, libncurses5-dev
+Build-Depends: debhelper (>= 5), dpatch, libmysqlclient-dev, libexpat1-dev,
libxml2-dev, libpq-dev, libradiusclient-ng-dev, flex, bison, zlib1g-dev, unixodbc-dev,
libxmlrpc-c3-dev, libperl-dev, libsnmp-dev, dpkg-dev (>= 1.13.19), libdb-dev (>=
4.6.19), xsltproc, libconfuse-dev, libldap2-dev, libssl-dev, libcurl3-openssl-dev, python,
libpcre3-dev, docbook-xml, libgeoip-dev (>= 1.4.5), libmemcache-dev, libreadline-dev,
python-dev, libsasl2-dev, libncurses5-dev
Standards-Version: 3.8.0
Homepage:
http://www.kamailio.org/
@@ -10,7 +10,7 @@ Package: kamailio
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Conflicts: kamailio-regex-modules, kamailio-dbg
-Suggests: kamailio-mysql-modules, kamailio-postgres-modules, kamailio-unixodbc-modules,
kamailio-tls-modules, kamailio-cpl-modules, kamailio-radius-modules,
kamailio-presence-modules, kamailio-xml-modules, kamailio-perl-modules,
kamailio-snmpstats-modules, kamailio-xmpp-modules, kamailio-carrierroute-modules,
kamailio-berkeley-modules, kamailio-ldap-modules, kamailio-lua-modules,
kamailio-python-modules
+Suggests: kamailio-mysql-modules, kamailio-postgres-modules, kamailio-unixodbc-modules,
kamailio-tls-modules, kamailio-cpl-modules, kamailio-radius-modules,
kamailio-presence-modules, kamailio-xml-modules, kamailio-perl-modules,
kamailio-snmpstats-modules, kamailio-xmpp-modules, kamailio-carrierroute-modules,
kamailio-berkeley-modules, kamailio-ldap-modules, kamailio-python-modules
Description: very fast and configurable SIP proxy
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
@@ -235,16 +235,16 @@ Description: contains the TLS kamailio transport module
This has been split out of the main kamailio package, so that kamailio will not
depend on openssl. This module will enable you to use the TLS transport.
-Package: kamailio-lua-modules
-Architecture: any
-Depends: ${shlibs:Depends}, kamailio (= ${Source-Version})
-Description: contains the app_lua module
- 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 app_lua module, an extension allowing to
- execute embedded Lua applications within configuration file.
+#Package: kamailio-lua-modules
+#Architecture: any
+#Depends: ${shlibs:Depends}, kamailio (= ${Source-Version})
+#Description: contains the app_lua module
+# 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 app_lua module, an extension allowing to
+# execute embedded Lua applications within configuration file.
Package: kamailio-python-modules
Architecture: any
diff --git a/pkg/kamailio/deb/wheezy/rules b/pkg/kamailio/deb/wheezy/rules
index 0f2e2a5..c90fbd7 100755
--- a/pkg/kamailio/deb/wheezy/rules
+++ b/pkg/kamailio/deb/wheezy/rules
@@ -20,12 +20,12 @@
export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
# modules not in the "main" kamailio package
-EXCLUDED_MODULES= purple
+EXCLUDED_MODULES=
# extra modules to skip, because they are not compilable now
# - regardless if they go to the main kamailio package or to some module package,
# they will be excluded from compile and install of all
-EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa rls iptrtpproxy
+EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa rls iptrtpproxy purple mi_xmlrpc app_lua
#EXTRA_EXCLUDED_MODULES=
# possible module directories that can appear in MODULES_SP
@@ -42,7 +42,7 @@ MODULES_SP=
# on which other depend first)
PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils geoip memcached tls \
- snmpstats carrierroute xmpp cpl lua python
+ snmpstats carrierroute xmpp cpl python
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
LIBDIR ?= lib