Module: sems Branch: master Commit: 70ff49573488c37bc2d95dc321184feb897a2887 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=70ff49573488c37bc2d95dc321184feb897a2887
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sat Jun 19 21:43:42 2010 +0200 more depends, and excluding mp3 for deb packaging --- pkg/debian/control | 2 +- pkg/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/debian/control b/pkg/debian/control index 6f9ed91..eea048f 100644 --- a/pkg/debian/control +++ b/pkg/debian/control @@ -2,7 +2,7 @@ Source: sems Section: net Priority: optional Maintainer: Stefan Sayer <[email protected]> -Build-Depends: debhelper (>= 4), libspeex-dev, flite-dev, libspandsp-dev, libssl-dev, python-dev, python-sip4-dev, openssl +Build-Depends: debhelper (>= 4), libspeex-dev, flite-dev, libspandsp-dev, libssl-dev, python-dev, python-sip4-dev, openssl, libev-dev Standards-Version: 3.5.2 Package: sems diff --git a/pkg/debian/rules b/pkg/debian/rules index 43ee2f2..cadc8ff 100755 --- a/pkg/debian/rules +++ b/pkg/debian/rules @@ -19,7 +19,7 @@ export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip" PYTHON_MODULES=ivr py_sems conf_auth mailbox pin_collect -EXTRA_APP_MODULES=xmlrpc2di jsonrpc +EXCLUDED_MODULES=gateway examples mp3 CPPFLAGS += -DHAVE_XMLRPCPP_SSL # for older than lenny add: _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
