Author: rvs Date: Fri Jun 1 02:30:34 2012 New Revision: 1344969 URL: http://svn.apache.org/viewvc?rev=1344969&view=rev Log: BIGTOP-607. remove python build dependency from Hive package
Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/hive/control incubator/bigtop/trunk/bigtop-packages/src/deb/hive/rules Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/hive/control URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/hive/control?rev=1344969&r1=1344968&r2=1344969&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-packages/src/deb/hive/control (original) +++ incubator/bigtop/trunk/bigtop-packages/src/deb/hive/control Fri Jun 1 02:30:34 2012 @@ -17,7 +17,7 @@ Source: hive Section: misc Priority: extra Maintainer: Bigtop <bigtop-...@incubator.apache.org> -Build-Depends: debhelper (>= 6), ant, python-support, git-core +Build-Depends: debhelper (>= 6), ant, git-core Standards-Version: 3.8.0 Homepage: http://hive.apache.org/ Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/hive/rules URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/hive/rules?rev=1344969&r1=1344968&r2=1344969&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-packages/src/deb/hive/rules (original) +++ incubator/bigtop/trunk/bigtop-packages/src/deb/hive/rules Fri Jun 1 02:30:34 2012 @@ -52,8 +52,7 @@ install-indep: metastore server sh debian/install_hive.sh \ --prefix=debian/${hive_pkg_name} \ --build-dir=src/build/dist \ - --doc-dir=debian/${hive_pkg_name}/usr/share/doc/${hive_pkg_name} \ - --python-dir=debian/python-${hive_pkg_name}/usr/share/python-support/python-${hive_pkg_name}/${hive_pkg_name} + --doc-dir=debian/${hive_pkg_name}/usr/share/doc/${hive_pkg_name} # We need to get rid of jars that happen to be shipped in other CDH packages rm -f debian/${hive_pkg_name}/usr/lib/hive/lib/hbase-*.jar debian/${hive_pkg_name}/usr/lib/hive/lib/zookeeper-*.jar ln -s /usr/lib/hbase/hbase.jar /usr/lib/zookeeper/zookeeper.jar debian/${hive_pkg_name}/usr/lib/hive/lib @@ -76,7 +75,6 @@ binary-common: # dh_installemacsen # dh_installpam # dh_installmime -# dh_python dh_installinit # dh_installcron # dh_installinfo