[SCM] tomcat7: Servlet and JSP engine branch, master,	updated. debian/7.0.21-1-5-g632f75c
    Miguel Landaeta 
    miguel at miguel.cc
       
    Tue Oct  4 23:32:28 UTC 2011
    
    
  
The following commit has been merged in the master branch:
commit 388a0b9aafeedb9aa75e8e4d4b23fb43e8a91344
Author: Miguel Landaeta <miguel at miguel.cc>
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
    
    
More information about the pkg-java-commits
mailing list