The following commit has been merged in the master branch:
commit 388a0b9aafeedb9aa75e8e4d4b23fb43e8a91344
Author: Miguel Landaeta <[email protected]>
Date:   Tue Oct 4 19:01:40 2011 -0430

    Small fix to allow two in a row builds

diff --git a/debian/rules b/debian/rules
index 603e599..43f1c3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ clean:
        dh_testroot
        -$(ANT_INVOKE) clean
        rm -rf "output/"
-       rm -f build-stamp
+       rm -f build-stamp modules/jdbc-pool/output/resources/MANIFEST.MF
        dh_clean
        mh_clean
 

-- 
tomcat7: Servlet and JSP engine

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to