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

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat Apr 5 11:56:30 UTC 2008


Author: mkoch
Date: 2008-04-05 11:56:30 +0000 (Sat, 05 Apr 2008)
New Revision: 6097

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

  * New upstream release.
  * Upload to experimental.
  * Enable build of debugger. Closes: #474046.

 -- Michael Koch <konqueror at gmx.de>  Fri, 04 Apr 2008 10:32:47 +0200



Modified: trunk/rhino/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog	2008-04-04 22:58:47 UTC (rev 6096)
+++ trunk/rhino/debian/changelog	2008-04-05 11:56:30 UTC (rev 6097)
@@ -1,3 +1,11 @@
+rhino (1.7R2~pre-1) experimental; urgency=low
+
+  * New upstream release.
+  * Upload to experimental.
+  * Enable build of debugger. Closes: #474046.
+
+ -- Michael Koch <konqueror at gmx.de>  Fri, 04 Apr 2008 10:32:47 +0200
+
 rhino (1.7R1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/rhino/debian/rules
===================================================================
--- trunk/rhino/debian/rules	2008-04-04 22:58:47 UTC (rev 6096)
+++ trunk/rhino/debian/rules	2008-04-05 11:56:30 UTC (rev 6097)
@@ -6,12 +6,13 @@
 
 JAVA_HOME := /usr/lib/jvm/java-gcj
 
+#DEB_ANT_BUILD_TARGET := compile-debugger jar javadoc 
 DEB_ANT_BUILD_TARGET := jar javadoc 
 
-UVERSION	:= $(shell echo $(DEB_UPSTREAM_VERSION) | sed "s/~RC.//")
+UVERSION	:= $(shell echo $(DEB_UPSTREAM_VERSION) | sed "s/~RC.//" | sed "s/~pre//")
 BUILDDIRVERSION	:= $(subst .,_,$(UVERSION))
 
-BUILDDIR=build/rhino$(BUILDDIRVERSION)
+BUILDDIR=build/rhino$(BUILDDIRVERSION)pre
 
 clean::
 	rm -rf toolsrc/org/mozilla/javascript/tools/debugger/downloaded/*

Modified: trunk/rhino/debian/watch
===================================================================
--- trunk/rhino/debian/watch	2008-04-04 22:58:47 UTC (rev 6096)
+++ trunk/rhino/debian/watch	2008-04-05 11:56:30 UTC (rev 6097)
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/-RC/~RC/ \
+opts=uversionmangle=s/-RC/~RC/;s/pre/~pre/ \
   ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino(.*)_(.*)\.zip debian uupdate




More information about the pkg-java-commits mailing list