You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ns...@apache.org on 2016/07/23 07:53:41 UTC

[3/4] thrift git commit: THRIFT-3856 Update debian dependencies

THRIFT-3856 Update debian dependencies

This closes #1030 and closes #999


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c09cb6fc
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/c09cb6fc
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/c09cb6fc

Branch: refs/heads/master
Commit: c09cb6fc5cf60868563563b5a28930f42e581b8a
Parents: 8ab38b6
Author: Akira Nakagawa <ma...@gmail.com>
Authored: Sat Jun 18 18:55:26 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Sat Jul 23 16:52:53 2016 +0900

----------------------------------------------------------------------
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/c09cb6fc/debian/control
----------------------------------------------------------------------
diff --git a/debian/control b/debian/control
index 5d57460..ad29790 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 <de...@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