summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-13 13:58:09 +0100
committerJens Geyer <jensg@apache.org>2021-02-15 09:12:56 +0100
commit526a1acf3b870d3b292423e19b9bb9bb0d18c0c3 (patch)
treef78dff8ef9bfdd5daa79ed6ef8cf53ca5327102d /debian
parent8461365378328735066e5597af65d1e99aea611a (diff)
downloadthrift-526a1acf3b870d3b292423e19b9bb9bb0d18c0c3.tar.gz
THRIFT-5349 Add net5.0 as supported platform
Client: netstd Patch: Jens Geyer This closes #2328
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a9e934f17..f69f73b34 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: thrift
Section: devel
Priority: extra
-Build-Depends: dotnet-runtime-3.1, dotnet-sdk-3.1, debhelper (>= 9), build-essential, python-dev, ant,
+Build-Depends: dotnet-runtime-5.0, dotnet-sdk-5.0, debhelper (>= 9), build-essential, python-dev, ant,
erlang-base, ruby-dev | ruby1.9.1-dev, ruby-bundler ,autoconf, automake,
pkg-config, libtool, bison, flex, libboost-dev | libboost1.56-dev | libboost1.63-all-dev,
python-all, python-setuptools, python-all-dev, python-all-dbg,
@@ -129,7 +129,7 @@ Description: Java bindings for Thrift
Package: libthrift-netstd
Architecture: all
Section: netstd
-Depends: dotnet-runtime-3.1, ${misc:Depends}
+Depends: dotnet-runtime-5.0, ${misc:Depends}
Description: NET Standard 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