From: Jake Farrell Date: Mon, 28 Nov 2011 20:00:10 +0000 (+0000) Subject: Thrift-1421: Debian Packages can not be built X-Git-Tag: 0.9.1~521 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=828789580b253522c5bddb76d82ee8ab4e98d74a;p=common%2Fthrift.git Thrift-1421: Debian Packages can not be built Removing Erlang package from debian rules and control git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1207553 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/contrib/debian/control b/contrib/debian/control index 15f964fe..e7cddefb 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -95,19 +95,6 @@ Description: CLI bindings for Thrift classes, and then the modules in this package will allow you to use those classes in your programs. -Package: libthrift-erlang -Architecture: all -Section: libs -Depends: erlang-nox, ${misc:Depends} -Description: Erlang 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 - build services that work efficiently and seamlessly. - This package contains the Erlang bindings for Thrift. You will need the thrift - tool (in the thrift-compiler package) to compile your definition to Erlang - classes, and then the modules in this package will allow you to use those - classes in your programs. - Package: libthrift-perl Architecture: all Section: perl diff --git a/contrib/debian/rules b/contrib/debian/rules index 6aa87228..4a552d05 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -69,9 +69,6 @@ build-indep-stamp: configure-stamp cd $(CURDIR)/lib/java && \ ant - # Erlang - # $(MAKE) -C $(CURDIR)/lib/erl - # C# $(MAKE) -C $(CURDIR)/lib/csharp @@ -106,13 +103,6 @@ install-indep: cp $(CURDIR)/lib/java/build/libthrift*.jar \ $(CURDIR)/debian/libthrift-java/usr/share/java/ - # Erlang - # mkdir -p $(CURDIR)/debian/libthrift-erlang/usr/lib/erlang/lib/thrift/ && \ - # cp -r $(CURDIR)/lib/erl/ebin \ - # $(CURDIR)/lib/erl/include \ - # $(CURDIR)/lib/erl/src \ - # $(CURDIR)/debian/libthrift-erlang/usr/lib/erlang/lib/thrift/ - # C# mkdir -p $(CURDIR)/debian/libthrift-cil/usr/lib/cli/thrift/ && \ cp $(CURDIR)/lib/csharp/Thrift.dll \