Module: sip-router Branch: master Commit: caeb4ab03cefdd95efd127dd340a3bb3f55822c4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=caeb4ab0...
Author: Jon Bonilla manwe@aholab.ehu.es Committer: Jon Bonilla manwe@aholab.ehu.es Date: Mon Oct 11 18:56:52 2010 +0200
pkg debian generic geoip modules added to the debian generic folder (cherry picked from commit 21a3752bf31a8e6cc488d26e43a48dae11b90575)
---
pkg/kamailio/deb/debian/control | 22 +++++++++++----------- pkg/kamailio/deb/debian/rules | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/pkg/kamailio/deb/debian/control b/pkg/kamailio/deb/debian/control index 73a1e26..1f44925 100644 --- a/pkg/kamailio/deb/debian/control +++ b/pkg/kamailio/deb/debian/control @@ -2,7 +2,7 @@ Source: kamailio Section: net Priority: optional Maintainer: Jon Bonilla manwe@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, libpurple-dev, libmemcache-dev, libreadline-dev, liblua5.1-0-dev, python-dev, libsasl2-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, libpurple-dev, libmemcache-dev, libreadline-dev, liblua5.1-0-dev, python-dev, libsasl2-dev, libgeoip-dev Standards-Version: 3.8.0 Homepage: http://www.kamailio.org/
@@ -257,16 +257,16 @@ Description: contains the app_python module This package provides the app_python module, an extension allowing to execute embedded Python applications within configuration file.
-#Package: kamailio-geoip-modules -#Architecture: any -#Depends: ${shlibs:Depends}, kamailio (= ${Source-Version}) -#Description: contains the geoip 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 geoip module, an extension allowing to -# use GeoIP API within configuration file. +Package: kamailio-geoip-modules +Architecture: any +Depends: ${shlibs:Depends}, kamailio (= ${Source-Version}) +Description: contains the geoip 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 geoip module, an extension allowing to + use GeoIP API within configuration file.
Package: kamailio-nth Architecture: any diff --git a/pkg/kamailio/deb/debian/rules b/pkg/kamailio/deb/debian/rules index 4ed1149..5ec2077 100755 --- a/pkg/kamailio/deb/debian/rules +++ b/pkg/kamailio/deb/debian/rules @@ -20,7 +20,7 @@ export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
# modules not in the "main" kamailio package -EXCLUDED_MODULES= geoip +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, @@ -42,7 +42,7 @@ MODULES_SP= # on which other depend first) PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \ ldap xml perl utils purple memcached tls \ - snmpstats carrierroute xmpp cpl lua python + snmpstats carrierroute xmpp cpl lua python geoip
# directories with possible duplicate libraries (that should be deleted # from current module* packages)