This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit 2e6df0380de1510ce5a98b605a656c0da89c3c1a Author: Michael Koch <[email protected]> Date: Mon Mar 31 21:51:49 2008 +0000 antlr3 (3.0.1+dfsg-1) unstable; urgency=low * Repackaged orig tarball. -- Michael Koch <[email protected]> Mon, 31 Mar 2008 23:50:00 +0200 --- debian/changelog | 6 ++++++ debian/patches/antlr3-build_xml.patch | 40 +++++++++++++++++++++++++++++++++++ debian/watch | 3 ++- 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb580f9..fe10e54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +antlr3 (3.0.1+dfsg-1) unstable; urgency=low + + * Repackaged orig tarball. + + -- Michael Koch <[email protected]> Mon, 31 Mar 2008 23:50:00 +0200 + antlr3 (3.0.1-1) unstable; urgency=low * Initial version. Closes: #439725 diff --git a/debian/patches/antlr3-build_xml.patch b/debian/patches/antlr3-build_xml.patch new file mode 100644 index 0000000..dd6e13d --- /dev/null +++ b/debian/patches/antlr3-build_xml.patch @@ -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" /> diff --git a/debian/watch b/debian/watch index 4cfc18f..f29d7da 100644 --- a/debian/watch +++ b/debian/watch @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

