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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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)) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

