summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAkira Nakagawa <matyapiro31@gmail.com>2016-06-18 18:55:26 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-07-23 16:52:53 +0900
commitc09cb6fc5cf60868563563b5a28930f42e581b8a (patch)
tree1ae9fce1aedccb99b9923fc66790f755ce4b1721 /debian
parent8ab38b6b955ceba6106c615287c04abecdfb3c77 (diff)
downloadthrift-c09cb6fc5cf60868563563b5a28930f42e581b8a.tar.gz
THRIFT-3856 Update debian dependencies
This closes #1030 and closes #999
Diffstat (limited to 'debian')
-rw-r--r--debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 5d574602b..ad297902a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
Source: thrift
Section: devel
Priority: extra
-Build-Depends: debhelper (>= 9), build-essential, mono-gmcs, python-dev, ant,
- mono-devel, libmono-system-web2.0-cil, erlang-base, ruby-dev | ruby1.9.1-dev, autoconf, automake,
+Build-Depends: debhelper (>= 9), build-essential, mono-mcs, python-dev, ant,
+ mono-devel, libmono-system-web4.0-cil, erlang-base, ruby-dev | ruby1.9.1-dev, autoconf, automake,
pkg-config, libtool, bison, flex, libboost-dev | libboost1.53-dev,
python-all, python-setuptools, python-all-dev, python-all-dbg,
python3-all, python3-setuptools, python3-all-dev, python3-all-dbg,
- openjdk-6-jdk | java-sdk,
+ openjdk-7-jdk | openjdk-8-jdk | default-jdk,
libboost-test-dev | libboost-test1.53-dev, libevent-dev, libssl-dev, perl (>= 5.8.0-7),
- php5, php5-dev, libglib2.0-dev, qtbase5-dev, qtbase5-dev-tools
+ php5 | php-7.0, php5-dev | php-7.0-dev, libglib2.0-dev, qtbase5-dev, qtbase5-dev-tools
Maintainer: Thrift Developer's <dev@thrift.apache.org>
Homepage: http://thrift.apache.org/
Vcs-Git: https://git-wip-us.apache.org/repos/asf/thrift.git
@@ -129,8 +129,8 @@ Description: Java bindings for Thrift
Package: libthrift-cil
Architecture: all
Section: cli-mono
-Depends: cli-common, libmono-corlib1.0-cil (>= 1.0), libmono-system1.0-cil (>= 1.0),
- libmono-system-web2.0-cil, ${misc:Depends}
+Depends: cli-common, libmono-corlib4.0-cil (>= 2.10) | libmono-corlib4.5-cil (>=3.2), libmono-system4.0-cil (>= 2.10),
+ libmono-system-web4.0-cil (>= 2.10), ${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