diff -u tomcat5.5-5.5.26/debian/changelog tomcat5.5-5.5.26/debian/changelog --- tomcat5.5-5.5.26/debian/changelog +++ tomcat5.5-5.5.26/debian/changelog @@ -1,3 +1,9 @@ +tomcat5.5 (5.5.26-3ubuntu2) intrepid; urgency=low + + * Don't fail install if Tomcat cannot be started (LP: #274365, LP: #212536) + + -- Thierry Carrez Mon, 29 Sep 2008 15:03:01 +0200 + tomcat5.5 (5.5.26-3ubuntu1) intrepid; urgency=low * Fix tomcat5.5 Java environment to match status of Java in intrepid: diff -u tomcat5.5-5.5.26/debian/rules tomcat5.5-5.5.26/debian/rules --- tomcat5.5-5.5.26/debian/rules +++ tomcat5.5-5.5.26/debian/rules @@ -55,7 +55,7 @@ dh_installchangelogs dh_installdocs dh_installexamples - dh_installinit -- start 90 2 3 4 5 . stop 10 1 . + dh_installinit --error-handler=true -- start 90 2 3 4 5 . stop 10 1 . dh_installcron --name=tomcat55 # Prune files that should not be installed at all. rm -f build/dist/bin/{*.bat,commons-*.jar}