[pkg-java] r6053 - in trunk/antlr3/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Mon Mar 31 21:51:50 UTC 2008


Author: mkoch
Date: 2008-03-31 21:51:49 +0000 (Mon, 31 Mar 2008)
New Revision: 6053

Added:
   trunk/antlr3/debian/patches/
   trunk/antlr3/debian/patches/antlr3-build_xml.patch
Modified:
   trunk/antlr3/debian/changelog
   trunk/antlr3/debian/watch
Log:
antlr3 (3.0.1+dfsg-1) unstable; urgency=low

  * Repackaged orig tarball.

 -- Michael Koch <konqueror at gmx.de>  Mon, 31 Mar 2008 23:50:00 +0200



Modified: trunk/antlr3/debian/changelog
===================================================================
--- trunk/antlr3/debian/changelog	2008-03-31 21:46:18 UTC (rev 6052)
+++ trunk/antlr3/debian/changelog	2008-03-31 21:51:49 UTC (rev 6053)
@@ -1,3 +1,9 @@
+antlr3 (3.0.1+dfsg-1) unstable; urgency=low
+
+  * Repackaged orig tarball.
+
+ -- Michael Koch <konqueror at gmx.de>  Mon, 31 Mar 2008 23:50:00 +0200
+
 antlr3 (3.0.1-1) unstable; urgency=low
 
   * Initial version. Closes: #439725


Property changes on: trunk/antlr3/debian/patches
___________________________________________________________________
Name: svn:ignore
   + *.log


Added: trunk/antlr3/debian/patches/antlr3-build_xml.patch
===================================================================
--- trunk/antlr3/debian/patches/antlr3-build_xml.patch	                        (rev 0)
+++ trunk/antlr3/debian/patches/antlr3-build_xml.patch	2008-03-31 21:51:49 UTC (rev 6053)
@@ -0,0 +1,40 @@
+--- antlr3-3.0.1+dfsg.orig/build.xml
++++ antlr3-3.0.1+dfsg/build.xml
+@@ -33,11 +33,17 @@
+ 
+     <path id="src.path">
+         <pathelement location="${src.dir}" />
++	<!--
+         <pathelement location="${codegen.dir}" />
++	-->
+     </path>
+ 
+     <path id="rt.classpath">
++	<!--
+         <fileset dir="${lib.dir}" includes="**/*.jar" />
++	-->
++	<pathelement location="/usr/share/java/antlr.jar" />
++	<pathelement location="/usr/share/java/stringtemplate.jar" />
+     </path>
+ 
+     <path id="classpath">
+@@ -61,6 +67,7 @@
+                debuglevel="${compile.debuglevel}"
+                deprecation="${compile.deprecation}"
+                optimize="${compile.optimize}"
++	       nowarn="true"
+                source="1.5" target="jsr14" />
+     </presetdef>
+ 
+@@ -114,6 +121,11 @@
+     </target>
+ 
+     <target name="compile" depends="generator,compile-rt">
++        <!--
++        <copy todir="${src.dir}/org/antlr/tool">
++	    <fileset dir="${codegen.dir}" includes="*.java" excludes="CodeGenTree*.java" />
++	</copy>
++	-->
+         <mkdir dir="${build.classes}" />
+         <myjavac destdir="${build.classes}" classpathref="classpath">
+             <src refid="src.path" />

Modified: trunk/antlr3/debian/watch
===================================================================
--- trunk/antlr3/debian/watch	2008-03-31 21:46:18 UTC (rev 6052)
+++ trunk/antlr3/debian/watch	2008-03-31 21:51:49 UTC (rev 6053)
@@ -1,2 +1,3 @@
 version=3
-opts=uversionmangle=s/rc\d// http://www.antlr2.org/download/ antlr-(.*)\.tar\.gz debian uupdate
+opts=uversionmangle=s/rc\d//,dversionmangle=s/\+dfsg// \
+http://www.antlr.org/download/ antlr-(.*)\.tar\.gz debian uupdate




More information about the pkg-java-commits mailing list