THRIFT-1370: Debian packaging should Build-Depend on libglib2.0-dev
authorJake Farrell <jfarrell@apache.org>
Tue, 4 Oct 2011 14:59:40 +0000 (14:59 +0000)
committerJake Farrell <jfarrell@apache.org>
Tue, 4 Oct 2011 14:59:40 +0000 (14:59 +0000)
Client: build
Patch: Christian Hofstaedtler

The Debian packaging builds the c_glib interface library, but does not name libglib2.0-dev as a Build-Dependency. While this usually won't affect manual builds, this is a problem for automated build environments which will not have libglib2.0-dev installed unless explicitly requested by Build-Depends.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1178823 13f79535-47bb-0310-9956-ffa450edef68

contrib/debian/control

index 01afe33..399e7cc 100644 (file)
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5), build-essential, mono-gmcs, python-dev, ant,
     pkg-config, libtool, bison, flex, libboost-dev | libboost1.40-dev, python-all, python-all-dev,
     python-all-dbg, ruby, openjdk-6-jdk | java-sdk, libcommons-lang-java,
     libboost-test-dev | libboost-test1.40-dev, libevent-dev, perl (>= 5.8.0-7),
-    php5, php5-dev
+    php5, php5-dev, libglib2.0-dev
 Maintainer: Thrift Developer's <dev@thrift.apache.org>
 Homepage: http://thrift.apache.org/
 Vcs-Svn: https://svn.apache.org/repos/asf/thrift