Module: sip-router Branch: vseva/merge_deb Commit: 29625a9a41a233db6d3435568ac8e4bcdab3b101 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29625a9a...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: Mon Dec 16 11:45:08 2013 +0100
pkg/kamailio/deb: fixing squeeze wheezy
---
pkg/kamailio/deb/squeeze/control | 17 ----------------- pkg/kamailio/deb/squeeze/rules | 2 +- pkg/kamailio/deb/wheezy/control | 14 -------------- pkg/kamailio/deb/wheezy/rules | 2 +- 4 files changed, 2 insertions(+), 33 deletions(-)
diff --git a/pkg/kamailio/deb/squeeze/control b/pkg/kamailio/deb/squeeze/control index c96e651..512ddbd 100644 --- a/pkg/kamailio/deb/squeeze/control +++ b/pkg/kamailio/deb/squeeze/control @@ -13,7 +13,6 @@ Build-Depends: bison, libdb-dev (>= 4.6.19), libevent-dev, libexpat1-dev, - libgcj12-dev, libgeoip-dev (>= 1.4.5), libhiredis-dev (>= 0.10.0), libjson0-dev, @@ -398,22 +397,6 @@ Description: sctp module for Kamailio . This package provides the sctp module for Kamailio.
-Package: kamailio-java-modules -Architecture: linux-any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, - ${shlibs:Depends}, - gjc-jre, - kamailio (= ${binary:Version}) -Description: contains the app_java 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_java module, an extension allowing to - execute embedded Java applications within configuration file. - Package: kamailio-tls-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/squeeze/rules b/pkg/kamailio/deb/squeeze/rules index 3a00065..b328cb7 100755 --- a/pkg/kamailio/deb/squeeze/rules +++ b/pkg/kamailio/deb/squeeze/rules @@ -36,7 +36,7 @@ EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy purple PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \ ldap xml perl utils lua memcached \ snmpstats carrierroute xmpp cpl redis python geoip\ - sqlite json ims sctp java \ + sqlite json ims sctp \ tls outbound websocket autheph
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b) diff --git a/pkg/kamailio/deb/wheezy/control b/pkg/kamailio/deb/wheezy/control index b167568..50f54b2 100644 --- a/pkg/kamailio/deb/wheezy/control +++ b/pkg/kamailio/deb/wheezy/control @@ -33,7 +33,6 @@ Build-Depends: bison, libsnmp-dev, libsqlite3-dev, libunistring-dev, - libval-dev, libxml2-dev, libxmlrpc-c3-dev, openssl, @@ -462,19 +461,6 @@ Description: Websocket module for kamailio . This package contains the module implementing WebSocket transport layer.
-Package: kamailio-dnssec-modules -Architecture: linux-any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: kamailio (= ${Source-Version}), - ${shlibs:Depends} -Description: contains the dnssec 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 dnssec module for Kamailio. - Package: kamailio-autheph-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/wheezy/rules b/pkg/kamailio/deb/wheezy/rules index 748d766..49e6177 100755 --- a/pkg/kamailio/deb/wheezy/rules +++ b/pkg/kamailio/deb/wheezy/rules @@ -37,7 +37,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \ ldap xml perl utils lua memcached \ snmpstats carrierroute xmpp cpl redis python geoip\ sqlite json mono ims sctp java \ - tls outbound websocket autheph dnssec + tls outbound websocket autheph
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b) LIBDIR ?= lib/$(DEB_HOST_MULTIARCH)