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

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Nov 29 01:58:33 UTC 2009


Author: drazzib
Date: 2009-11-29 01:58:33 +0000 (Sun, 29 Nov 2009)
New Revision: 11165

Modified:
   trunk/rhino/debian/changelog
   trunk/rhino/debian/rhino.1
Log:
debian/rhino.1: Describe more precisly optimization levels and add missing
level '-1'. Thanks to Marcus Better for notifying (Closes: #558086)

Modified: trunk/rhino/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog	2009-11-29 00:30:27 UTC (rev 11164)
+++ trunk/rhino/debian/changelog	2009-11-29 01:58:33 UTC (rev 11165)
@@ -8,8 +8,10 @@
     - debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
       release.
   * Bump debhelper version to >= 7
+  * debian/rhino.1: Describe more precisly optimization levels and add missing
+    level '-1'. Thanks to Marcus Better for notifying (Closes: #558086)
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 27 Nov 2009 00:18:04 +0100
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 29 Nov 2009 02:55:12 +0100
 
 rhino (1.7R2-2) unstable; urgency=low
 

Modified: trunk/rhino/debian/rhino.1
===================================================================
--- trunk/rhino/debian/rhino.1	2009-11-29 00:30:27 UTC (rev 11164)
+++ trunk/rhino/debian/rhino.1	2009-11-29 01:58:33 UTC (rev 11165)
@@ -44,7 +44,7 @@
 .IP -f\ \fIscript_filename_or_url\fP
 Reads script_filename_or_url content and execute it as a JavaScript script.
 .IP -opt,\ -O\ \fIoptLevel\fP
-Optimizes at level optLevel, which must be an integer between 0 and 9. 
+Optimizes at level optLevel, which must be an integer between -1 and 9. -1 means Interpretive mode is always used. 0 means no optimizations whereas 9 means all optimizations are performed.
 .IP -version\ \fIversionNumber\fP
 Specifies the language version to compile with. The string versionNumber must be one of 100, 110, 120, 130, or 140. See JavaScript Language Versions for more information on language versions. 
 .IP -strict




More information about the pkg-java-commits mailing list