Author: varun Date: 2010-02-26 21:42:24 +0000 (Fri, 26 Feb 2010) New Revision: 11727
Modified: trunk/groovy/debian/changelog trunk/groovy/debian/patches/ant-build.diff Log: revert to older version, new version need extra libs to build Modified: trunk/groovy/debian/changelog =================================================================== --- trunk/groovy/debian/changelog 2010-02-26 21:18:27 UTC (rev 11726) +++ trunk/groovy/debian/changelog 2010-02-26 21:42:24 UTC (rev 11727) @@ -1,10 +1,9 @@ -groovy (1.7.1-1) unstable; urgency=low +groovy (1.7.0-2) unstable; urgency=low - * New upstream release * Replace asm2 with asm3 in debian/groovy.links (Closes: #571369) * Replace asm2 with asm3 in patches/ant-build.diff - -- Varun Hiremath <[email protected]> Fri, 26 Feb 2010 15:45:35 -0500 + -- Varun Hiremath <[email protected]> Fri, 26 Feb 2010 16:39:51 -0500 groovy (1.7.0-1) unstable; urgency=low Modified: trunk/groovy/debian/patches/ant-build.diff =================================================================== --- trunk/groovy/debian/patches/ant-build.diff 2010-02-26 21:18:27 UTC (rev 11726) +++ trunk/groovy/debian/patches/ant-build.diff 2010-02-26 21:42:24 UTC (rev 11727) @@ -1,7 +1,7 @@ -Index: groovy-1.7.1/build.xml +Index: groovy-1.7.0/build.xml =================================================================== ---- groovy-1.7.1.orig/build.xml 2010-02-17 16:44:50.000000000 -0500 -+++ groovy-1.7.1/build.xml 2010-02-26 16:15:57.000000000 -0500 +--- groovy-1.7.0.orig/build.xml 2009-12-09 14:14:12.000000000 -0500 ++++ groovy-1.7.0/build.xml 2010-02-17 19:01:49.000000000 -0500 @@ -28,10 +28,17 @@ <property name="ant.requiredVersion" value="1.6.5"/> @@ -32,7 +32,7 @@ <target name="-banner"> <echo message="Java Runtime Environment version: ${java.version}"/> -@@ -406,13 +415,13 @@ +@@ -408,13 +417,13 @@ <fail message="Test failed, not processing further targets."/> </target> @@ -49,7 +49,7 @@ </target> <target name="-actuallyCreateJars" -@@ -524,12 +533,12 @@ +@@ -526,12 +535,12 @@ <delete dir="${stagingDirectory}" quiet="true"/> <mkdir dir="${stagingDirectory}"/> <unzip dest="${stagingDirectory}"> @@ -68,7 +68,7 @@ </fileset> </unzip> <unzip dest="${stagingDirectory}"> -@@ -549,8 +558,8 @@ +@@ -551,8 +560,8 @@ <exclude name="META-INF/MANIFEST.MF"/> </patternset> <globmapper from="META-INF/LICENSE.txt" to="META-INF/CLI-LICENSE.txt"/> @@ -79,7 +79,7 @@ </fileset> </unzip> <makeManifest file="${stagingDirectory}/META-INF/MANIFEST.MF" /> -@@ -574,7 +583,7 @@ +@@ -576,7 +585,7 @@ description="Build Groovy and create the jarfiles."/> <target name="updateJarsForOsgi" unless="_skipOsgi_"> @@ -88,7 +88,7 @@ <copy todir="${targetDistDirectory}"> <fileset dir="config/bnd" includes="groovy*.bnd"/> <filterset> -@@ -630,7 +639,6 @@ +@@ -632,7 +641,6 @@ <mkdir dir="${installDirectory}/lib"/> <copy todir="${installDirectory}/lib"> <fileset dir="${targetDistDirectory}" includes="groovy-${groovyVersion}.jar"/> @@ -96,7 +96,7 @@ </copy> <!-- Install the embeddable bits --> -@@ -662,7 +670,7 @@ +@@ -664,7 +672,7 @@ </chmod> </target> @@ -105,7 +105,7 @@ description="Create the code style reports."> <checkAndReport reportDirectory="${reportsDirectory}/checkstyle" -@@ -714,7 +722,7 @@ +@@ -716,7 +724,7 @@ <target name="doc" depends="javadoc, groovydoc" description="Create the documentation."/> @@ -114,7 +114,7 @@ description="Create the javadoc documentation."> <javadoc destdir="${docsDirectory}/api" author="true" version="true" windowtitle="${title}" doctitle="${title}" -@@ -741,15 +749,14 @@ +@@ -742,16 +750,15 @@ </copy> </target> @@ -123,6 +123,7 @@ <path id="groovydocpath"> <path path="${mainClassesDirectory}"/> - <path refid="runtimePath"/> + <path path="${java.class.path}"/> </path> <antforked target="realgroovydoc" maxmemory="${groovyDoc_mx}" classpathref="groovydocpath"/> </target> @@ -132,7 +133,7 @@ <taskdef name="groovydoc" classname="org.codehaus.groovy.ant.Groovydoc"> <classpath> <path path="${mainClassesDirectory}"/> -@@ -775,7 +782,7 @@ +@@ -778,7 +785,7 @@ </groovydoc> </target> @@ -157,10 +158,10 @@ description="Deploy artifacts to local maven repository."> <mavenInstallRepo version="${groovyVersion}" prefix="groovy"/> <mavenInstallRepo version="${groovyVersion}" prefix="groovy-all"/> -Index: groovy-1.7.1/config/ant/build-setup.xml +Index: groovy-1.7.0/config/ant/build-setup.xml =================================================================== ---- groovy-1.7.1.orig/config/ant/build-setup.xml 2009-11-27 18:03:12.000000000 -0500 -+++ groovy-1.7.1/config/ant/build-setup.xml 2010-02-26 16:14:24.000000000 -0500 +--- groovy-1.7.0.orig/config/ant/build-setup.xml 2009-12-09 14:14:10.000000000 -0500 ++++ groovy-1.7.0/config/ant/build-setup.xml 2010-02-17 19:03:01.000000000 -0500 @@ -67,6 +67,7 @@ <java classname="org.apache.tools.ant.launch.Launcher" fork="true" maxmemory="@{maxmemory}" failonerror="true"> <classpath refid="@{classpathref}"/> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

