From: Jake Farrell Date: Thu, 20 Oct 2011 02:11:02 +0000 (+0000) Subject: Thrift-1390L Debian package build fix for squeeze X-Git-Tag: 0.8.0~48 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c92b65311c7b2c5582404da9674bbfa60592d9ba;p=common%2Fthrift.git 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 --- diff --git a/contrib/debian/control b/contrib/debian/control index 399e7ccd..15f964fe 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 @@ -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