summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2011-10-20 02:11:02 +0000
committerJake Farrell <jfarrell@apache.org>2011-10-20 02:11:02 +0000
commitc92b65311c7b2c5582404da9674bbfa60592d9ba (patch)
tree848e9f5650a336090de91dd716db21168192c192
parent266a6b5c113538ba95a21e6b308389c9d59c6762 (diff)
downloadthrift-c92b65311c7b2c5582404da9674bbfa60592d9ba.tar.gz
Thrift-1390L Debian package build fix for squeeze
Client: build Patch: Jake Farrell Fix debian build deps for libmomo-system-web2.0-cil. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186602 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--contrib/debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/debian/control b/contrib/debian/control
index 399e7ccdc..15f964fe7 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -2,9 +2,9 @@ Source: thrift
Section: devel
Priority: extra
Build-Depends: debhelper (>= 5), build-essential, mono-gmcs, python-dev, ant,
- libmono-dev, erlang-base, ruby1.8-dev, autoconf, python-support, automake,
- pkg-config, libtool, bison, flex, libboost-dev | libboost1.40-dev, python-all, python-all-dev,
- python-all-dbg, ruby, openjdk-6-jdk | java-sdk, libcommons-lang-java,
+ libmono-dev, libmono-system-web2.0-cil, erlang-base, ruby1.8-dev, autoconf, python-support,
+ automake, pkg-config, libtool, bison, flex, libboost-dev | libboost1.40-dev, python-all,
+ python-all-dev, python-all-dbg, ruby, openjdk-6-jdk | java-sdk, libcommons-lang-java,
libboost-test-dev | libboost-test1.40-dev, libevent-dev, perl (>= 5.8.0-7),
php5, php5-dev, libglib2.0-dev
Maintainer: Thrift Developer's <dev@thrift.apache.org>
@@ -84,7 +84,8 @@ Description: Java bindings for Thrift
Package: libthrift-cil
Architecture: all
Section: libs
-Depends: cli-common, libmono-corlib1.0-cil (>= 1.0), libmono-system1.0-cil (>= 1.0), ${misc:Depends}
+Depends: cli-common, libmono-corlib1.0-cil (>= 1.0), libmono-system1.0-cil (>= 1.0),
+ libmono-system-web2.0-cil, ${misc:Depends}
Description: CLI bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to