[pkg-java] r6100 - trunk/rhino/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat Apr 5 20:18:33 UTC 2008


Author: mkoch
Date: 2008-04-05 20:18:32 +0000 (Sat, 05 Apr 2008)
New Revision: 6100

Modified:
   trunk/rhino/debian/changelog
   trunk/rhino/debian/rules
Log:
rhino (1.7R2~pre-2) experimental; urgency=low

  * Really include the debugger. Closes: #474046.

 -- Michael Koch <konqueror at gmx.de>  Sat, 05 Apr 2008 15:03:43 +0200



Modified: trunk/rhino/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog	2008-04-05 14:14:40 UTC (rev 6099)
+++ trunk/rhino/debian/changelog	2008-04-05 20:18:32 UTC (rev 6100)
@@ -1,3 +1,9 @@
+rhino (1.7R2~pre-2) experimental; urgency=low
+
+  * Really include the debugger. Closes: #474046. 
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 05 Apr 2008 15:03:43 +0200
+
 rhino (1.7R2~pre-1) experimental; urgency=low
 
   * New upstream release.

Modified: trunk/rhino/debian/rules
===================================================================
--- trunk/rhino/debian/rules	2008-04-05 14:14:40 UTC (rev 6099)
+++ trunk/rhino/debian/rules	2008-04-05 20:18:32 UTC (rev 6100)
@@ -6,8 +6,7 @@
 
 JAVA_HOME := /usr/lib/jvm/java-gcj
 
-#DEB_ANT_BUILD_TARGET := compile-debugger jar javadoc 
-DEB_ANT_BUILD_TARGET := jar javadoc 
+DEB_ANT_BUILD_TARGET := jar compile-debugger javadoc 
 
 UVERSION	:= $(shell echo $(DEB_UPSTREAM_VERSION) | sed "s/~RC.//" | sed "s/~pre//")
 BUILDDIRVERSION	:= $(subst .,_,$(UVERSION))




More information about the pkg-java-commits mailing list