Thrift-1421: Debian Packages can not be built
authorJake Farrell <jfarrell@apache.org>
Mon, 28 Nov 2011 20:00:10 +0000 (20:00 +0000)
committerJake Farrell <jfarrell@apache.org>
Mon, 28 Nov 2011 20:00:10 +0000 (20:00 +0000)
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

contrib/debian/control
contrib/debian/rules

index 15f964f..e7cddef 100644 (file)
@@ -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
index 6aa8722..4a552d0 100755 (executable)
@@ -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 \