Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
8
vendor/git.apache.org/thrift.git/debian/changelog
generated
vendored
8
vendor/git.apache.org/thrift.git/debian/changelog
generated
vendored
|
@ -1,8 +1,8 @@
|
|||
thrift (0.10.0) stable; urgency=low
|
||||
thrift (1.0.0-dev) stable; urgency=low
|
||||
* update version
|
||||
* fix libthrift0.install
|
||||
|
||||
* update to 0.10.0
|
||||
|
||||
-- Jake Farrell <jfarrell@apache.org> Mon, 12 Dec 2016 12:00:00 -0500
|
||||
-- Roger Meier <roger@apache.org> Tue, 08 Jan 2013 22:40:12 +0100
|
||||
|
||||
thrift (0.9.0) stable; urgency=low
|
||||
|
||||
|
|
17
vendor/git.apache.org/thrift.git/debian/control
generated
vendored
17
vendor/git.apache.org/thrift.git/debian/control
generated
vendored
|
@ -3,12 +3,12 @@ Section: devel
|
|||
Priority: extra
|
||||
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, ruby-bundler ,autoconf, automake,
|
||||
pkg-config, libtool, bison, flex, libboost-dev | libboost1.53-dev,
|
||||
pkg-config, libtool, bison, flex, libboost-dev | libboost1.53-dev | libboost1.63-all-dev,
|
||||
python-all, python-setuptools, python-all-dev, python-all-dbg,
|
||||
python3-all, python3-setuptools, python3-all-dev, python3-all-dbg,
|
||||
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 | php7.0, php5-dev | php7.0-dev, libglib2.0-dev, qtchooser, qtbase5-dev-tools
|
||||
libboost-test-dev | libboost-test1.53-dev | libboost-test1.63-dev, libevent-dev, libssl-dev, perl (>= 5.8.0-7),
|
||||
php (>= 5), php-dev (>= 5), libglib2.0-dev, qtchooser, 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
|
||||
|
@ -166,6 +166,17 @@ Description: Thrift C++ library
|
|||
This package contains the runtime libraries needed for C++ applications
|
||||
using Thrift.
|
||||
|
||||
Package: libthrift0-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libthrift0 (= ${binary:Version})
|
||||
Description: Thrift C++ library debug symbols
|
||||
Thrift is a software framework for scalable cross-language services
|
||||
development. It combines a software stack with a code generation engine to
|
||||
build services that work efficiently and seamlessly.
|
||||
.
|
||||
This package contains the debug symbols for the Thrift C++ runtime libraries.
|
||||
|
||||
Package: libthrift-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
|
|
18
vendor/git.apache.org/thrift.git/debian/rules
generated
vendored
18
vendor/git.apache.org/thrift.git/debian/rules
generated
vendored
|
@ -29,7 +29,7 @@ configure-stamp:
|
|||
|
||||
# Add here commands to configure the package.
|
||||
if [ -f bootstrap.sh ]; then $(CURDIR)/bootstrap.sh; fi
|
||||
$(CURDIR)/configure --prefix=/usr
|
||||
$(CURDIR)/configure --prefix=/usr --enable-plugin=no
|
||||
|
||||
touch configure-stamp
|
||||
|
||||
|
@ -42,12 +42,12 @@ build: build-arch build-indep
|
|||
build-arch: build-arch-stamp
|
||||
$(CURDIR)/compiler/cpp/thrift build-arch-stamp: configure-stamp
|
||||
|
||||
# Compile C++ library
|
||||
$(MAKE) -C $(CURDIR)/lib/cpp
|
||||
|
||||
# Compile compiler
|
||||
$(MAKE) -C $(CURDIR)/compiler/cpp
|
||||
|
||||
# Compile C++ library
|
||||
$(MAKE) -C $(CURDIR)/lib/cpp
|
||||
|
||||
# Compile C (glib) library
|
||||
$(MAKE) -C $(CURDIR)/lib/c_glib
|
||||
|
||||
|
@ -73,7 +73,7 @@ build-indep-stamp: configure-stamp $(CURDIR)/compiler/cpp/thrift
|
|||
|
||||
# Java
|
||||
cd $(CURDIR)/lib/java && \
|
||||
ant
|
||||
./gradlew --no-daemon -Prelease=true jar
|
||||
|
||||
# C#
|
||||
$(MAKE) -C $(CURDIR)/lib/csharp
|
||||
|
@ -113,7 +113,7 @@ install-indep:
|
|||
|
||||
# Java
|
||||
mkdir -p $(CURDIR)/debian/libthrift-java/usr/share/java/ && \
|
||||
cp $(CURDIR)/lib/java/build/libthrift*.jar \
|
||||
cp $(CURDIR)/lib/java/build/libs/libthrift*.jar \
|
||||
$(CURDIR)/debian/libthrift-java/usr/share/java/
|
||||
|
||||
# Ruby
|
||||
|
@ -130,7 +130,8 @@ install-indep:
|
|||
|
||||
# Perl
|
||||
$(MAKE) -C $(CURDIR)/lib/perl install DESTDIR=$(CURDIR)/debian/libthrift-perl
|
||||
mv $(CURDIR)/debian/libthrift-perl/usr/local/lib/perl5 $(CURDIR)/debian/libthrift-perl/usr/lib
|
||||
mkdir -p $(CURDIR)/debian/libthrift-perl/usr/share
|
||||
mv $(CURDIR)/debian/libthrift-perl/usr/local/lib/perl5 $(CURDIR)/debian/libthrift-perl/usr/share
|
||||
rmdir $(CURDIR)/debian/libthrift-perl/usr/local/lib
|
||||
rmdir $(CURDIR)/debian/libthrift-perl/usr/local
|
||||
|
||||
|
@ -201,9 +202,10 @@ binary-common:
|
|||
dh_installexamples
|
||||
dh_installman
|
||||
dh_link
|
||||
dh_strip -plibthrift0 --dbg-package=libthrift0-dbg
|
||||
dh_strip -ppython-thrift --dbg-package=python-thrift-dbg
|
||||
dh_strip -ppython3-thrift --dbg-package=python3-thrift-dbg
|
||||
dh_strip -pthrift-compiler -plibthrift0
|
||||
dh_strip -pthrift-compiler
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
dh_makeshlibs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue