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 15f964f..e7cddef 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -95,19 +95,6 @@
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 6aa8722..4a552d0 100755
--- a/contrib/debian/rules
+++ b/contrib/debian/rules
@@ -69,9 +69,6 @@
cd $(CURDIR)/lib/java && \
ant
- # Erlang
- # $(MAKE) -C $(CURDIR)/lib/erl
-
# C#
$(MAKE) -C $(CURDIR)/lib/csharp
@@ -106,13 +103,6 @@
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 \