This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/1%3A2.1.1-b31-1 in repository glassfish.
commit 311a19f9382bc4c2d0c2922aea5c62e08f5447c9 Author: Torsten Werner <[email protected]> Date: Sun Feb 28 12:32:35 2010 +0000 Add an extra <sleep /> before line 62 in debian/build.xml as we had in the past. (Closes: #571403) --- debian/build.xml | 1 + debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/debian/build.xml b/debian/build.xml index 35a5f4f..57def95 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -59,6 +59,7 @@ <ant dir="../connector-api" target="all"/> <ant dir="../management-api" target="all"/> <ant dir="../jmac-api" target="all"/> + <sleep seconds="2"/> <ant dir="../appserv-api" target="all"/> <ant dir="../jacc-api" target="all"/> <ant dir="../common-util" target="all"/> diff --git a/debian/changelog b/debian/changelog index da611e7..f45a38a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +glassfish (1:2ur2-b04-5) unstable; urgency=low + + * Add an extra <sleep /> before line 62 in debian/build.xml as we had in the + past. (Closes: #571403) + + -- Torsten Werner <[email protected]> Sun, 28 Feb 2010 13:28:59 +0100 + glassfish (1:2ur2-b04-4) unstable; urgency=low * debian/control: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/glassfish.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

