[pkg-java] r11765 - trunk/glassfish/debian

Torsten Werner twerner at alioth.debian.org
Sun Feb 28 12:32:42 UTC 2010


Author: twerner
Date: 2010-02-28 12:32:35 +0000 (Sun, 28 Feb 2010)
New Revision: 11765

Modified:
   trunk/glassfish/debian/build.xml
   trunk/glassfish/debian/changelog
Log:
Add an extra <sleep /> before line 62 in debian/build.xml as we had in the
past. (Closes: #571403)

Modified: trunk/glassfish/debian/build.xml
===================================================================
--- trunk/glassfish/debian/build.xml	2010-02-28 12:19:50 UTC (rev 11764)
+++ trunk/glassfish/debian/build.xml	2010-02-28 12:32:35 UTC (rev 11765)
@@ -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"/>

Modified: trunk/glassfish/debian/changelog
===================================================================
--- trunk/glassfish/debian/changelog	2010-02-28 12:19:50 UTC (rev 11764)
+++ trunk/glassfish/debian/changelog	2010-02-28 12:32:35 UTC (rev 11765)
@@ -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 <twerner at debian.org>  Sun, 28 Feb 2010 13:28:59 +0100
+
 glassfish (1:2ur2-b04-4) unstable; urgency=low
 
   * debian/control:




More information about the pkg-java-commits mailing list