Author: drazzib
Date: 2010-02-06 20:25:41 +0000 (Sat, 06 Feb 2010)
New Revision: 11521

Modified:
   trunk/rhino/debian/ant.properties
   trunk/rhino/debian/changelog
   trunk/rhino/debian/control
   trunk/rhino/debian/copyright
   trunk/rhino/debian/rhino-jsc.1
Log:
* Enable E4X support:
  - Build-Depends on libxmlbeans-java
  - Set JAR location in debian/ant.properties
  - Should fix (Closes: #567847) and (LP: #304702)
* Bump Standards-Version to 3.8.4 (no changes needed)
* Fix small typo in rhino-jsc manpage
* Fix debian/copyright: don't use symlink to license

Modified: trunk/rhino/debian/ant.properties
===================================================================
--- trunk/rhino/debian/ant.properties   2010-02-06 17:00:57 UTC (rev 11520)
+++ trunk/rhino/debian/ant.properties   2010-02-06 20:25:41 UTC (rev 11521)
@@ -1 +1,5 @@
-without-xmlimpl=true
+xbean.jar=/usr/share/java/xmlbeans.jar
+
+# JSR 173 (StAX) in included in JDK 6
+# Just set property to xmlbeans, to get build system happy
+jsr173.jar=/usr/share/java/xmlbeans.jar

Modified: trunk/rhino/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog        2010-02-06 17:00:57 UTC (rev 11520)
+++ trunk/rhino/debian/changelog        2010-02-06 20:25:41 UTC (rev 11521)
@@ -1,3 +1,15 @@
+rhino (1.7R2-4) unstable; urgency=low
+
+  * Enable E4X support:
+    - Build-Depends on libxmlbeans-java
+    - Set JAR location in debian/ant.properties
+    - Should fix (Closes: #567847) and (LP: #304702)
+  * Bump Standards-Version to 3.8.4 (no changes needed)
+  * Fix small typo in rhino-jsc manpage
+  * Fix debian/copyright: don't use symlink to license
+
+ -- Damien Raude-Morvan <draz...@debian.org>  Sat, 06 Feb 2010 21:19:47 +0100
+
 rhino (1.7R2-3) unstable; urgency=low
 
   * Maven POMs:

Modified: trunk/rhino/debian/control
===================================================================
--- trunk/rhino/debian/control  2010-02-06 17:00:57 UTC (rev 11520)
+++ trunk/rhino/debian/control  2010-02-06 20:25:41 UTC (rev 11521)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Paul Cager <paul-deb...@home.paulcager.org>,
   Marcus Better <mar...@better.se>, Michael Koch <konque...@gmx.de>, Damien 
Raude-Morvan <draz...@debian.org>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, quilt, 
maven-repo-helper
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, quilt, 
maven-repo-helper, libxmlbeans-java
+Standards-Version: 3.8.4
 Homepage: http://www.mozilla.org/rhino/
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/rhino/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/rhino/

Modified: trunk/rhino/debian/copyright
===================================================================
--- trunk/rhino/debian/copyright        2010-02-06 17:00:57 UTC (rev 11520)
+++ trunk/rhino/debian/copyright        2010-02-06 20:25:41 UTC (rev 11521)
@@ -13,7 +13,7 @@
 later.
 
 On Debian GNU systems, the complete text of the GNU General Public
-License 2.0 can be found in `/usr/share/common-licenses/GPL'.
+License 2.0 can be found in `/usr/share/common-licenses/GPL-2'.
 
                           MOZILLA PUBLIC LICENSE
                                 Version 1.1

Modified: trunk/rhino/debian/rhino-jsc.1
===================================================================
--- trunk/rhino/debian/rhino-jsc.1      2010-02-06 17:00:57 UTC (rev 11520)
+++ trunk/rhino/debian/rhino-jsc.1      2010-02-06 20:25:41 UTC (rev 11521)
@@ -31,7 +31,7 @@
 This manual page was written for the Debian distribution because the original 
 program does not have a manual page. It is written according to the html 
documentation.
 .PP
-\fBrhino-jsc\fP is a start script for the rhino JavaScript compiler. The 
JavaScript compiler translates JavaScript source into Java class files. The 
resulting Java class files can then be loaded and executed at another time, 
providing a convenient method for transfering JavaScript, and for avoiding 
translation cost.
+\fBrhino-jsc\fP is a start script for the rhino JavaScript compiler. The 
JavaScript compiler translates JavaScript source into Java class files. The 
resulting Java class files can then be loaded and executed at another time, 
providing a convenient method for transferring JavaScript, and for avoiding 
translation cost.
 Note that the top-level functions available to the shell (such as print) are 
not available to compiled scripts when they are run outside the shell. 
 
 .SH OPTIONS


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to