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 2012/04/20 10:03:15 UTC

svn commit: r1328237 - /pig/trunk/build.xml

Author: daijy
Date: Fri Apr 20 08:03:14 2012
New Revision: 1328237

URL: http://svn.apache.org/viewvc?rev=1328237&view=rev
Log:
Commit PIG-2590.4.patch

Modified:
    pig/trunk/build.xml

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1328237&r1=1328236&r2=1328237&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Fri Apr 20 08:03:14 2012
@@ -1119,7 +1119,7 @@
         <delete dir="${package.buildroot}" quiet="true" verbose="false"/>
     </target>
    
-    <target name="deb" depends="tar-release" description="Make deb package">
+    <target name="deb" depends="package-release" description="Make deb package">
         <taskdef name="deb"
             classname="org.vafer.jdeb.ant.DebAntTask">
             <classpath refid="classpath" />