You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/09/10 02:44:20 UTC

svn commit: r1167422 - in /pig/trunk: CHANGES.txt src/packages/deb/pig.control/control

Author: daijy
Date: Sat Sep 10 00:44:20 2011
New Revision: 1167422

URL: http://svn.apache.org/viewvc?rev=1167422&view=rev
Log:
PIG-2274: remove pig deb package dependency on sun-java6-jre

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/src/packages/deb/pig.control/control

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1167422&r1=1167421&r2=1167422&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Sat Sep 10 00:44:20 2011
@@ -247,6 +247,8 @@ PIG-2221: Couldnt find documentation for
 
 BUG FIXES
 
+PIG-2274: remove pig deb package dependency on sun-java6-jre (gkesavan via daijy)
+
 PIG-2264: Change conf/log4j.properties to conf/log4j.properties.template (daijy)
 
 PIG-2231: Limit produce wrong number of records after foreach flatten (daijy)

Modified: pig/trunk/src/packages/deb/pig.control/control
URL: http://svn.apache.org/viewvc/pig/trunk/src/packages/deb/pig.control/control?rev=1167422&r1=1167421&r2=1167422&view=diff
==============================================================================
--- pig/trunk/src/packages/deb/pig.control/control (original)
+++ pig/trunk/src/packages/deb/pig.control/control Sat Sep 10 00:44:20 2011
@@ -3,7 +3,7 @@ Version: @version@
 Section: misc
 Priority: optional
 Architecture: all
-Depends: sun-java6-jre, hadoop
+Depends: hadoop
 Maintainer: Apache Software Foundation <us...@pig.apache.org>
 Description: Apache Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs. The salient property of Pig programs is that their structure is amenable to substantial parallelization, which in turns enables them to handle very large data sets.
 Distribution: development