Bug#434617: tomcat5.5: Build doesn't clean up properly
Michael Koch
konqueror at gmx.de
Tue Jul 31 20:15:25 UTC 2007
tag 434617 pending
thanks
On Wed, Jul 25, 2007 at 09:47:01AM +0100, David Pashley wrote:
> Package: tomcat5.5
> Version: 5.5.20-5
> Severity: minor
> Tags: patch
>
> The build fails to clean up the build correctly. This patch is against
> the 5.5.20-5 tag in subversion:
>
> diff --git a/debian/rules b/debian/rules
> index 3cf2a25..6386b7a 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -38,7 +38,8 @@ clean:
> dh_testdir
> dh_testroot
> rm -f build-stamp
> - -rm -r build/{build,compat,deployer,dist,tmp} LICENSE
> + -rm -r build/{build,compat,deployer,dist,tmp,embed} LICENSE
> + -rm -r servletapi/{jsr152,jsr154}/{build,dist}
> dh_clean
>
> install: build
I applied a similar patch to SVN. It will be included in the next
upload. Thanks for your contribution.
Cheers,
Michael
More information about the pkg-java-maintainers
mailing list