[tomcat8] 03/14: Minor simplification of 0010-debianize-build-xml.patch
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Fri Sep 13 16:04:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat8.
commit 218a74eab03087e4f013b565e0bde7bbb76e75f4
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Sep 13 13:41:16 2013 +0200
Minor simplification of 0010-debianize-build-xml.patch
---
debian/patches/0010-debianize-build-xml.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/0010-debianize-build-xml.patch b/debian/patches/0010-debianize-build-xml.patch
index 21e2823..9152a72 100644
--- a/debian/patches/0010-debianize-build-xml.patch
+++ b/debian/patches/0010-debianize-build-xml.patch
@@ -10,7 +10,7 @@ Last-Update: 2011-05-16
</target>
- <target name="compile" depends="download-compile,validate">
-+ <target name="compile" depends="build-prepare,compile-prepare">
++ <target name="compile" depends="validate">
<!-- Compile internal server components -->
<javac srcdir="java" destdir="${tomcat.classes}"
debug="${compile.debug}"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list