[pkg-java] r13708 - in tags/rhino: . 1.7R3-1/debian 1.7R3-1/debian/patches

Damien Raude-Morvan drazzib at alioth.debian.org
Wed May 25 21:47:05 UTC 2011


Author: drazzib
Date: 2011-05-25 21:47:05 +0000 (Wed, 25 May 2011)
New Revision: 13708

Added:
   tags/rhino/1.7R3-1/
   tags/rhino/1.7R3-1/debian/changelog
   tags/rhino/1.7R3-1/debian/control
   tags/rhino/1.7R3-1/debian/orig-tar.exclude
   tags/rhino/1.7R3-1/debian/orig-tar.sh
   tags/rhino/1.7R3-1/debian/patches/01_rhino-nowarn.patch
   tags/rhino/1.7R3-1/debian/patches/02_exclude-jdk15.patch
   tags/rhino/1.7R3-1/debian/pom.xml
   tags/rhino/1.7R3-1/debian/rules
   tags/rhino/1.7R3-1/debian/watch
Removed:
   tags/rhino/1.7R3-1/debian/changelog
   tags/rhino/1.7R3-1/debian/control
   tags/rhino/1.7R3-1/debian/patches/01_rhino-nowarn.patch
   tags/rhino/1.7R3-1/debian/patches/02_exclude-jdk15.patch
   tags/rhino/1.7R3-1/debian/pom.xml
   tags/rhino/1.7R3-1/debian/rules
   tags/rhino/1.7R3-1/debian/watch
Log:
[svn-buildpackage] Tagging rhino 1.7R3-1

Deleted: tags/rhino/1.7R3-1/debian/changelog
===================================================================
--- trunk/rhino/debian/changelog	2011-05-22 19:21:44 UTC (rev 13700)
+++ tags/rhino/1.7R3-1/debian/changelog	2011-05-25 21:47:05 UTC (rev 13708)
@@ -1,262 +0,0 @@
-rhino (1.7R3~pre-2) experimental; urgency=low
-
-  * Fix parsing of command line arguments by using quotes.
-    Thanks to Chris Lamb and Chris West for bugreport and patch
-    (Closes: #609965).
-  * Update rhino packaging to follow latest Debian Java Policy:
-    - move javadoc to a librhino-java-doc package.
-    - make rhino-doc package an empty transitional package.
-    - move jar/pom to a librhino-java package (which doesn't depends
-      on any java runtime).
-    - keep rhino interpreter in his own rhino package with a depends
-      on java5-runtime.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Mar 2011 02:08:43 +0100
-
-rhino (1.7R3~pre-1) experimental; urgency=low
-
-  * New upstream snapshot of 1.7R3:
-    - Needed by OpenJDK7 >= b126
-    - d/patches/*: Refresh all patches
-    - d/rules: Force version installed by mh_* tools
-  * Bump Standards-Version to 3.9.1 (no changes needed)
-  * Switch to 3.0 (quilt) source format
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 24 Jan 2011 19:49:04 +0100
-
-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 <drazzib at debian.org>  Sat, 06 Feb 2010 21:19:47 +0100
-
-rhino (1.7R2-3) unstable; urgency=low
-
-  * Maven POMs:
-    - debian/control: add a Build-Depends on maven-repo-helper
-    - debian/rules: use mh_installpoms and mh_installjar
-      to install the POM and the jar to the Maven repository
-    - debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
-    - 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)
-  * Remove Arnaud Vandyck from Uploaders
-  * Add description to debian/patches/*.diff
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Dec 2009 15:18:24 +0100
-
-rhino (1.7R2-2) unstable; urgency=low
-
-  * Switch to Quilt patch system:
-    - Refresh all patches
-    - Add B-D on quilt
-    - Include patchsys-quilt.mk in debian/rules
-  * Bump Standards-Version to 3.8.3:
-    - Add a README.source to describe patch system
-  * Add a manpage for rhino-debugger script
-  * Build-Depends on default-jdk instead of default-jdk-builddep
-    because we don't build a native GCJ package
-  * Move api documentation to /usr/share/doc/rhino/api/
-  * debian/control: Improve rhino-doc package long description
-  * debian/copyright: Add missing BSD licence (3 clauses) for files under
-    toolsrc/org/mozilla/javascript/tools/debugger/treetable
-  * Update my email address
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 02 Oct 2009 22:23:46 +0200
-
-rhino (1.7R2-1) unstable; urgency=low
-
-  [ Marcus Better ]
-  * Updated package descriptions.
-
-  [ Matthias Klose ]
-  * (Build-)depend on default-jre-headless/-jdk.
-  * Drop alternate dependencies on java2-runtime-headless and
-    java2-runtime-headless. The binary package is currently built to
-    require a java5 runtime.
-
-  [ Damien Raude-Morvan ]
-  * New upstream release.
-    - new 02_exclude-jdk15 patch to exclude already compiled classes
-      for jdk15 rebuild: gcj doesn't handle compiling classes already
-      on its classpath
-    - new "rhino-debugger" launcher for Rhino Debugger Swing UI
-    - update "rhino" launcher to exclude OpenJDK bundled rhino (Closes: #512498)
-  * debian/{postinst,prerm }: scripts should take care of errors,
-    add set -e before any instruction
-  * debian/rules: add new get-orig-source target using uscan
-  * debian/control:
-    - Build-Depends on specialized default-jdk-builddep instead of
-    default-jdk
-    - Bump Standards-Version to 3.8.1: Wrap Uploaders field
-    - add Depends on ${misc:Depends}
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Mon, 13 Apr 2009 02:40:15 +0200
-
-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.
-  * 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.
-
- -- Michael Koch <konqueror at gmx.de>  Sat, 22 Mar 2008 13:49:49 +0100
-
-rhino (1.7R1~RC3-1) experimental; urgency=low
-
-  * New upstream version.
-  * Fixed hyphen in rhino-jsc manpage.
-  * Updated watch file to handle upstream RC versions.
-  * Updated Standards-Version to 3.7.3.
-
- -- Michael Koch <konqueror at gmx.de>  Tue, 19 Feb 2008 11:17:45 +0100
-
-rhino (1.6.R7-2) unstable; urgency=low
-
-  * Fixed bashism in debian/rules. Closes: #453766.
-  * Fixed names of Homepage, Vcs-Svn and Vcs-Browser fields.
-  * Added myself to Uploaders.
-
- -- Michael Koch <konqueror at gmx.de>  Sat, 01 Dec 2007 11:56:31 +0100
-
-rhino (1.6.R7-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Marcus Better <marcus at better.se>  Thu, 11 Oct 2007 15:50:42 +0200
-
-rhino (1.6.R5-3) unstable; urgency=low
-
-  * Removed Wolfgang Baer from Uploaders and added myself.
-  * Fixed FTBFS: java.net.ConnectException: Connection refused.
-    Was trying to download xmlbeans Jar, which is not allowed. As
-    this Jar is not (yet) in Debian, rhino has been built with XML
-    implementation disabled.
-    A bug in 1.6.R5-2 meant that it was still trying to download the
-    "treetable" source. This has been fixed in debian/rules by copying the
-    sample source code into the "downloaded" directory (the sample source code
-    had to be modified).
-    (Closes: #424466)
-  * Moved "-doc" package to doc section.
-
- -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 15 Jul 2007 00:32:12 +0100
-
-rhino (1.6.R5-2) unstable; urgency=low
-
-  * added java classes from a tutorial from Sun (BSD license as mentionned
-    in #409629), thanks to Roktas, Filipe Lautert and Bruno Harbulot for
-    filing bug, giving infos and proposed a patch (even if it's not
-    used). I've just removed the 02-dont_build-toolsrc.patch. I added the
-    classes examples if needed but it seems not to be the case (closes:
-    #409629).
-
- -- Arnaud Vandyck <avdyk at debian.org>  Fri, 11 May 2007 14:07:21 +0200
-
-rhino (1.6.R5-1) unstable; urgency=low
-
-  * New upstream maintenance release.
-
- -- Matthias Klose <doko at debian.org>  Sat,  3 Feb 2007 16:46:28 +0100
-
-rhino (1.6R2-3) unstable; urgency=low
-
-  * debian/patches/02-dont_build-toolsrc.patch: added. Don't build toolsrc
-    and xmlimplsrc because they use Sun classes to build. If you want to
-    build them, just remove the file (closes: #395525).
-
- -- Arnaud Vandyck <avdyk at debian.org>  Mon,  6 Nov 2006 12:54:28 +0100
-
-rhino (1.6R2-2) unstable; urgency=low
-
-  * Changed the dependency from kaffe to java-gcj-compat.
-
- -- Arnaud Vandyck <avdyk at debian.org>  Sun,  5 Nov 2006 17:45:52 +0100
-
-rhino (1.6R2-1) unstable; urgency=low
-
-  * New upstream (closes: #350971).
-  * Removed Takashi Okamoto <tora at debian.org> from uploaders (closes:
-    #352992)
-  * Updated Standards-Version to 3.7.2: moved debhelper and cdbs to
-    Build-Depends.
-  * Build with java-gcj-compat.
-  * debian/copyright: updated the download url.
-  * debian/watch: new file.
-
- -- Arnaud Vandyck <avdyk at debian.org>  Mon, 17 Jul 2006 14:50:36 +0200
-
-rhino (1.5.R5-5) unstable; urgency=low
-
-  * Removed explicit usage of jikes build compiler property
-    for kaffe jikes -> ecj transition  
-
- -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 18:54:28 +0100
-
-rhino (1.5.R5-4) unstable; urgency=low
-
-  * libant1.6-java to ant transition
-  * Removed dependency on java-common
-  * Added suggests to rhino-doc and other way round
-  * Registered documentation with doc-base
-  * Fixed lintian warning in postinst and added override
-    for false positive lintian warning
-  * Standards-Version 3.6.2 (no changes)
-
- -- Wolfgang Baer <WBaer at gmx.de>  Sat, 24 Sep 2005 23:31:36 +0200
-
-rhino (1.5.R5-3) unstable; urgency=low
-  
-  * Added java2-runtime to runtime choices
-  * Removed build.xml workaround patch which is no longer
-    needed with the current kaffe in sarge/unstable
-
- -- Wolfgang Baer <WBaer at gmx.de>  Wed, 13 Apr 2005 19:30:40 +0200
-
-rhino (1.5.R5-2) unstable; urgency=low
-  
-  * Closes: #283651: alternative without a manpage
-  * upload to main: uses kaffe,jikes to build
-  * provide JavaScript compiler as rhino-jsc with manpage
-  * Arnaud Vandyck <avdyk at debian.org> did sponsor this package. As a
-    member of pkg-java Alioth's project, I added Wolfgang as uploaders
-
- -- Wolfgang Baer <WBaer at gmx.de>  Sat, 12 Feb 2005 11:56:06 +0000
-
-rhino (1.5.R5-1) unstable; urgency=low
-
-  * New upstream release
-  * changed the build system to cdbs
-
- -- Arnaud Vandyck <avdyk at debian.org>  Sun, 21 Nov 2004 14:29:34 +0100
-
-rhino (1.5.R2-2) unstable; urgency=low
-
-  * Add alternative for /usr/bin/js. The patch is provided by Brian 
-    Bassett. (Closes:#122669)
-
- -- Takashi Okamoto <tora at debian.org>  Sat,  8 Dec 2001 10:45:06 +0900
-
-rhino (1.5.R2-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Takashi Okamoto <tora at debian.org>  Fri, 16 Nov 2001 23:51:38 +0900

Copied: tags/rhino/1.7R3-1/debian/changelog (from rev 13707, trunk/rhino/debian/changelog)
===================================================================
--- tags/rhino/1.7R3-1/debian/changelog	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/changelog	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,272 @@
+rhino (1.7R3-1) experimental; urgency=low
+
+  * New upstream release:
+    - Upstream changelog <https://developer.mozilla.org/en/New_in_Rhino_1.7R3>
+    - Refresh all patches.
+  * Bump Standards-Version to 3.9.2 (no changes needed).
+  * d/rules: replace "rm debian/tmp" by mh_clean call.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 25 May 2011 23:43:56 +0200
+
+rhino (1.7R3~pre-2) experimental; urgency=low
+
+  * Fix parsing of command line arguments by using quotes.
+    Thanks to Chris Lamb and Chris West for bugreport and patch
+    (Closes: #609965).
+  * Update rhino packaging to follow latest Debian Java Policy:
+    - move javadoc to a librhino-java-doc package.
+    - make rhino-doc package an empty transitional package.
+    - move jar/pom to a librhino-java package (which doesn't depends
+      on any java runtime).
+    - keep rhino interpreter in his own rhino package with a depends
+      on java5-runtime.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Mar 2011 02:08:43 +0100
+
+rhino (1.7R3~pre-1) experimental; urgency=low
+
+  * New upstream snapshot of 1.7R3:
+    - Needed by OpenJDK7 >= b126
+    - d/patches/*: Refresh all patches
+    - d/rules: Force version installed by mh_* tools
+  * Bump Standards-Version to 3.9.1 (no changes needed)
+  * Switch to 3.0 (quilt) source format
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 24 Jan 2011 19:49:04 +0100
+
+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 <drazzib at debian.org>  Sat, 06 Feb 2010 21:19:47 +0100
+
+rhino (1.7R2-3) unstable; urgency=low
+
+  * Maven POMs:
+    - debian/control: add a Build-Depends on maven-repo-helper
+    - debian/rules: use mh_installpoms and mh_installjar
+      to install the POM and the jar to the Maven repository
+    - debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
+    - 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)
+  * Remove Arnaud Vandyck from Uploaders
+  * Add description to debian/patches/*.diff
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Dec 2009 15:18:24 +0100
+
+rhino (1.7R2-2) unstable; urgency=low
+
+  * Switch to Quilt patch system:
+    - Refresh all patches
+    - Add B-D on quilt
+    - Include patchsys-quilt.mk in debian/rules
+  * Bump Standards-Version to 3.8.3:
+    - Add a README.source to describe patch system
+  * Add a manpage for rhino-debugger script
+  * Build-Depends on default-jdk instead of default-jdk-builddep
+    because we don't build a native GCJ package
+  * Move api documentation to /usr/share/doc/rhino/api/
+  * debian/control: Improve rhino-doc package long description
+  * debian/copyright: Add missing BSD licence (3 clauses) for files under
+    toolsrc/org/mozilla/javascript/tools/debugger/treetable
+  * Update my email address
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 02 Oct 2009 22:23:46 +0200
+
+rhino (1.7R2-1) unstable; urgency=low
+
+  [ Marcus Better ]
+  * Updated package descriptions.
+
+  [ Matthias Klose ]
+  * (Build-)depend on default-jre-headless/-jdk.
+  * Drop alternate dependencies on java2-runtime-headless and
+    java2-runtime-headless. The binary package is currently built to
+    require a java5 runtime.
+
+  [ Damien Raude-Morvan ]
+  * New upstream release.
+    - new 02_exclude-jdk15 patch to exclude already compiled classes
+      for jdk15 rebuild: gcj doesn't handle compiling classes already
+      on its classpath
+    - new "rhino-debugger" launcher for Rhino Debugger Swing UI
+    - update "rhino" launcher to exclude OpenJDK bundled rhino (Closes: #512498)
+  * debian/{postinst,prerm }: scripts should take care of errors,
+    add set -e before any instruction
+  * debian/rules: add new get-orig-source target using uscan
+  * debian/control:
+    - Build-Depends on specialized default-jdk-builddep instead of
+    default-jdk
+    - Bump Standards-Version to 3.8.1: Wrap Uploaders field
+    - add Depends on ${misc:Depends}
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Mon, 13 Apr 2009 02:40:15 +0200
+
+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.
+  * 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.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 22 Mar 2008 13:49:49 +0100
+
+rhino (1.7R1~RC3-1) experimental; urgency=low
+
+  * New upstream version.
+  * Fixed hyphen in rhino-jsc manpage.
+  * Updated watch file to handle upstream RC versions.
+  * Updated Standards-Version to 3.7.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Tue, 19 Feb 2008 11:17:45 +0100
+
+rhino (1.6.R7-2) unstable; urgency=low
+
+  * Fixed bashism in debian/rules. Closes: #453766.
+  * Fixed names of Homepage, Vcs-Svn and Vcs-Browser fields.
+  * Added myself to Uploaders.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 01 Dec 2007 11:56:31 +0100
+
+rhino (1.6.R7-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Marcus Better <marcus at better.se>  Thu, 11 Oct 2007 15:50:42 +0200
+
+rhino (1.6.R5-3) unstable; urgency=low
+
+  * Removed Wolfgang Baer from Uploaders and added myself.
+  * Fixed FTBFS: java.net.ConnectException: Connection refused.
+    Was trying to download xmlbeans Jar, which is not allowed. As
+    this Jar is not (yet) in Debian, rhino has been built with XML
+    implementation disabled.
+    A bug in 1.6.R5-2 meant that it was still trying to download the
+    "treetable" source. This has been fixed in debian/rules by copying the
+    sample source code into the "downloaded" directory (the sample source code
+    had to be modified).
+    (Closes: #424466)
+  * Moved "-doc" package to doc section.
+
+ -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 15 Jul 2007 00:32:12 +0100
+
+rhino (1.6.R5-2) unstable; urgency=low
+
+  * added java classes from a tutorial from Sun (BSD license as mentionned
+    in #409629), thanks to Roktas, Filipe Lautert and Bruno Harbulot for
+    filing bug, giving infos and proposed a patch (even if it's not
+    used). I've just removed the 02-dont_build-toolsrc.patch. I added the
+    classes examples if needed but it seems not to be the case (closes:
+    #409629).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 11 May 2007 14:07:21 +0200
+
+rhino (1.6.R5-1) unstable; urgency=low
+
+  * New upstream maintenance release.
+
+ -- Matthias Klose <doko at debian.org>  Sat,  3 Feb 2007 16:46:28 +0100
+
+rhino (1.6R2-3) unstable; urgency=low
+
+  * debian/patches/02-dont_build-toolsrc.patch: added. Don't build toolsrc
+    and xmlimplsrc because they use Sun classes to build. If you want to
+    build them, just remove the file (closes: #395525).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon,  6 Nov 2006 12:54:28 +0100
+
+rhino (1.6R2-2) unstable; urgency=low
+
+  * Changed the dependency from kaffe to java-gcj-compat.
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Sun,  5 Nov 2006 17:45:52 +0100
+
+rhino (1.6R2-1) unstable; urgency=low
+
+  * New upstream (closes: #350971).
+  * Removed Takashi Okamoto <tora at debian.org> from uploaders (closes:
+    #352992)
+  * Updated Standards-Version to 3.7.2: moved debhelper and cdbs to
+    Build-Depends.
+  * Build with java-gcj-compat.
+  * debian/copyright: updated the download url.
+  * debian/watch: new file.
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 17 Jul 2006 14:50:36 +0200
+
+rhino (1.5.R5-5) unstable; urgency=low
+
+  * Removed explicit usage of jikes build compiler property
+    for kaffe jikes -> ecj transition  
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 18:54:28 +0100
+
+rhino (1.5.R5-4) unstable; urgency=low
+
+  * libant1.6-java to ant transition
+  * Removed dependency on java-common
+  * Added suggests to rhino-doc and other way round
+  * Registered documentation with doc-base
+  * Fixed lintian warning in postinst and added override
+    for false positive lintian warning
+  * Standards-Version 3.6.2 (no changes)
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Sat, 24 Sep 2005 23:31:36 +0200
+
+rhino (1.5.R5-3) unstable; urgency=low
+  
+  * Added java2-runtime to runtime choices
+  * Removed build.xml workaround patch which is no longer
+    needed with the current kaffe in sarge/unstable
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Wed, 13 Apr 2005 19:30:40 +0200
+
+rhino (1.5.R5-2) unstable; urgency=low
+  
+  * Closes: #283651: alternative without a manpage
+  * upload to main: uses kaffe,jikes to build
+  * provide JavaScript compiler as rhino-jsc with manpage
+  * Arnaud Vandyck <avdyk at debian.org> did sponsor this package. As a
+    member of pkg-java Alioth's project, I added Wolfgang as uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Sat, 12 Feb 2005 11:56:06 +0000
+
+rhino (1.5.R5-1) unstable; urgency=low
+
+  * New upstream release
+  * changed the build system to cdbs
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Sun, 21 Nov 2004 14:29:34 +0100
+
+rhino (1.5.R2-2) unstable; urgency=low
+
+  * Add alternative for /usr/bin/js. The patch is provided by Brian 
+    Bassett. (Closes:#122669)
+
+ -- Takashi Okamoto <tora at debian.org>  Sat,  8 Dec 2001 10:45:06 +0900
+
+rhino (1.5.R2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Takashi Okamoto <tora at debian.org>  Fri, 16 Nov 2001 23:51:38 +0900

Deleted: tags/rhino/1.7R3-1/debian/control
===================================================================
--- trunk/rhino/debian/control	2011-05-22 19:21:44 UTC (rev 13700)
+++ tags/rhino/1.7R3-1/debian/control	2011-05-25 21:47:05 UTC (rev 13708)
@@ -1,62 +0,0 @@
-Source: rhino
-Section: interpreters
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Paul Cager <paul-debian at home.paulcager.org>,
-  Marcus Better <marcus at better.se>, Michael Koch <konqueror at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, maven-repo-helper, libxmlbeans-java
-Standards-Version: 3.9.1
-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/
-
-Package: rhino
-Architecture: all
-Depends: ${misc:Depends}, default-jre-headless (>= 1.5) | java5-runtime-headless, libjline-java,
- librhino-java (= ${source:Version})
-Suggests: librhino-java-doc
-Description: JavaScript engine written in Java
- Rhino is an implementation of the JavaScript language written
- entirely in Java. It is typically embedded into Java applications to
- provide scripting to end users.
-
-Package: librhino-java
-Section: java
-Architecture: all
-Replaces: rhino (<< 1.7R3~pre-2)
-Conflicts: rhino (<< 1.7R3~pre-2)
-Depends: ${misc:Depends}
-Suggests: rhino
-Description: Libraries for rhino Java Script Engine
- Rhino is an implementation of the JavaScript language written
- entirely in Java. It is typically embedded into Java applications to
- provide scripting to end users.
- .
- This package contains only Java library and no interpreter. For
- Rhino interpreter, you install rhino package.
-
-Package: rhino-doc
-Depends: librhino-java-doc, ${misc:Depends}
-Architecture: all
-Section: oldlibs
-Description: transitional dummy package for new librhino-java-doc
- Rhino is an implementation of the JavaScript language written
- entirely in Java. It is typically embedded into Java applications to
- provide scripting to end users.
- .
- This is a dummy package for transition to new librhino-java-doc.
-
-Package: librhino-java-doc
-Section: doc
-Architecture: all
-Replaces: rhino-doc (<< 1.7R3~pre-2)
-Conflicts: rhino-doc (<< 1.7R3~pre-2)
-Depends: ${misc:Depends}
-Suggests: rhino
-Description: Documentation for rhino Java Script Engine
- Rhino is an implementation of the JavaScript language written
- entirely in Java. It is typically embedded into Java applications to
- provide scripting to end users.
- .
- This is the documentation, including API JavaDoc, for the Rhino
- JavaScript engine.

Copied: tags/rhino/1.7R3-1/debian/control (from rev 13707, trunk/rhino/debian/control)
===================================================================
--- tags/rhino/1.7R3-1/debian/control	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/control	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,62 @@
+Source: rhino
+Section: interpreters
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Paul Cager <paul-debian at home.paulcager.org>,
+  Marcus Better <marcus at better.se>, Michael Koch <konqueror at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, maven-repo-helper, libxmlbeans-java
+Standards-Version: 3.9.2
+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/
+
+Package: rhino
+Architecture: all
+Depends: ${misc:Depends}, default-jre-headless (>= 1.5) | java5-runtime-headless, libjline-java,
+ librhino-java (= ${source:Version})
+Suggests: librhino-java-doc
+Description: JavaScript engine written in Java
+ Rhino is an implementation of the JavaScript language written
+ entirely in Java. It is typically embedded into Java applications to
+ provide scripting to end users.
+
+Package: librhino-java
+Section: java
+Architecture: all
+Replaces: rhino (<< 1.7R3~pre-2)
+Conflicts: rhino (<< 1.7R3~pre-2)
+Depends: ${misc:Depends}
+Suggests: rhino
+Description: Libraries for rhino Java Script Engine
+ Rhino is an implementation of the JavaScript language written
+ entirely in Java. It is typically embedded into Java applications to
+ provide scripting to end users.
+ .
+ This package contains only Java library and no interpreter. For
+ Rhino interpreter, you install rhino package.
+
+Package: rhino-doc
+Depends: librhino-java-doc, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package for new librhino-java-doc
+ Rhino is an implementation of the JavaScript language written
+ entirely in Java. It is typically embedded into Java applications to
+ provide scripting to end users.
+ .
+ This is a dummy package for transition to new librhino-java-doc.
+
+Package: librhino-java-doc
+Section: doc
+Architecture: all
+Replaces: rhino-doc (<< 1.7R3~pre-2)
+Conflicts: rhino-doc (<< 1.7R3~pre-2)
+Depends: ${misc:Depends}
+Suggests: rhino
+Description: Documentation for rhino Java Script Engine
+ Rhino is an implementation of the JavaScript language written
+ entirely in Java. It is typically embedded into Java applications to
+ provide scripting to end users.
+ .
+ This is the documentation, including API JavaDoc, for the Rhino
+ JavaScript engine.

Copied: tags/rhino/1.7R3-1/debian/orig-tar.exclude (from rev 13707, trunk/rhino/debian/orig-tar.exclude)
===================================================================
--- tags/rhino/1.7R3-1/debian/orig-tar.exclude	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/orig-tar.exclude	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,3 @@
+javadoc/*
+js.jar
+js-14.jar

Copied: tags/rhino/1.7R3-1/debian/orig-tar.sh (from rev 13707, trunk/rhino/debian/orig-tar.sh)
===================================================================
--- tags/rhino/1.7R3-1/debian/orig-tar.sh	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/orig-tar.sh	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+DIR=rhino-$2
+TAR=rhino_$2.orig.tar.gz
+
+# Repack upstream source to tar.gz
+unzip $3
+mv rhino* $DIR
+GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
+rm -rf $DIR
+

Deleted: tags/rhino/1.7R3-1/debian/patches/01_rhino-nowarn.patch
===================================================================
--- trunk/rhino/debian/patches/01_rhino-nowarn.patch	2011-05-22 19:21:44 UTC (rev 13700)
+++ tags/rhino/1.7R3-1/debian/patches/01_rhino-nowarn.patch	2011-05-25 21:47:05 UTC (rev 13708)
@@ -1,20 +0,0 @@
-Description: Pass "nowarn" to javac ant task to disable printing of warning
- during compilation.
---- a/src/build.xml
-+++ b/src/build.xml
-@@ -65,6 +65,7 @@
-            debug="${debug}"
-        target="${target-jvm}"
-        source="${source-level}"
-+       nowarn="true"
-        >
-     </javac>
-     <copy todir="${classes}">
-@@ -84,6 +85,7 @@
-            debug="${debug}"
-        target="${target-jvm}"
-        source="${source-level}"
-+       nowarn="true"
-        >
-     </javac>
-   </target>

Copied: tags/rhino/1.7R3-1/debian/patches/01_rhino-nowarn.patch (from rev 13707, trunk/rhino/debian/patches/01_rhino-nowarn.patch)
===================================================================
--- tags/rhino/1.7R3-1/debian/patches/01_rhino-nowarn.patch	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/patches/01_rhino-nowarn.patch	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,20 @@
+Description: Pass "nowarn" to javac ant task to disable printing of warning
+ during compilation.
+--- a/src/build.xml
++++ b/src/build.xml
+@@ -62,6 +62,7 @@
+            includes="org/**/*.java"
+            excludes="org/**/jdk15/*.java"
+            deprecation="on"
++           nowarn="true"
+            debug="${debug}"
+            includeAntRuntime="false"
+            target="${target-jvm}"
+@@ -80,6 +81,7 @@
+            destdir="${classes}"
+            includes="org/**/jdk15/*.java"
+            deprecation="on"
++           nowarn="true"
+            debug="${debug}"
+            includeAntRuntime="false"
+            target="${target-jvm}"

Deleted: tags/rhino/1.7R3-1/debian/patches/02_exclude-jdk15.patch
===================================================================
--- trunk/rhino/debian/patches/02_exclude-jdk15.patch	2011-05-22 19:21:44 UTC (rev 13700)
+++ tags/rhino/1.7R3-1/debian/patches/02_exclude-jdk15.patch	2011-05-25 21:47:05 UTC (rev 13708)
@@ -1,12 +0,0 @@
-Description: Exclude everything except "jdk1.5/**" when building
- 1.5 specific source code.
---- a/src/build.xml
-+++ b/src/build.xml
-@@ -80,6 +80,7 @@
-   <target name="compile-jdk15" if="jdk15">
-     <javac srcdir="src"
-            destdir="${classes}"
-+           excludes="org/**/*.java"
-            includes="org/**/jdk15/*.java"
-            deprecation="on"
-            debug="${debug}"

Copied: tags/rhino/1.7R3-1/debian/patches/02_exclude-jdk15.patch (from rev 13707, trunk/rhino/debian/patches/02_exclude-jdk15.patch)
===================================================================
--- tags/rhino/1.7R3-1/debian/patches/02_exclude-jdk15.patch	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/patches/02_exclude-jdk15.patch	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,12 @@
+Description: Exclude everything except "jdk1.5/**" when building
+ 1.5 specific source code.
+--- a/src/build.xml
++++ b/src/build.xml
+@@ -79,6 +79,7 @@
+   <target name="compile-jdk15" if="jdk15">
+     <javac srcdir="src"
+            destdir="${classes}"
++           excludes="org/**/*.java"
+            includes="org/**/jdk15/*.java"
+            deprecation="on"
+            nowarn="true"

Deleted: tags/rhino/1.7R3-1/debian/pom.xml
===================================================================
--- trunk/rhino/debian/pom.xml	2011-05-22 19:21:44 UTC (rev 13700)
+++ tags/rhino/1.7R3-1/debian/pom.xml	2011-05-25 21:47:05 UTC (rev 13708)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>rhino</groupId>
-	<artifactId>js</artifactId>
-	<version>1.7R2</version>
-	<packaging>jar</packaging>
-	<name>Rhino</name>
-	<description>Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.</description>
-	<url>http://www.mozilla.org/rhino/</url>
-
-	<licenses>
-		<license>
-			<name>Mozilla Public License</name>
-			<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
-			<distribution>repo</distribution>
-		</license>
-	</licenses>
-
-</project>

Copied: tags/rhino/1.7R3-1/debian/pom.xml (from rev 13707, trunk/rhino/debian/pom.xml)
===================================================================
--- tags/rhino/1.7R3-1/debian/pom.xml	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/pom.xml	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>rhino</groupId>
+	<artifactId>js</artifactId>
+	<version>1.7R3</version>
+	<packaging>jar</packaging>
+	<name>Rhino</name>
+	<description>Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.</description>
+	<url>http://www.mozilla.org/rhino/</url>
+
+	<licenses>
+		<license>
+			<name>Mozilla Public License</name>
+			<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+
+</project>

Deleted: tags/rhino/1.7R3-1/debian/rules
===================================================================
--- trunk/rhino/debian/rules	2011-05-22 19:21:44 UTC (rev 13700)
+++ tags/rhino/1.7R3-1/debian/rules	2011-05-25 21:47:05 UTC (rev 13708)
@@ -1,48 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_ANT_BUILD_TARGET := jar javadoc 
-
-UVERSION	:= $(shell echo $(DEB_UPSTREAM_VERSION) | sed "s/~RC.//" | sed "s/~pre/pre/")
-BUILDDIRVERSION	:= $(subst .,_,$(UVERSION))
-
-BUILDDIR=build/rhino$(BUILDDIRVERSION)
-
-POM_VERSION          := $(UVERSION)
-MAVEN_REPO           := http://repository.sonatype.org/service/local/repositories/central/content
-
-clean::
-	rm -rf toolsrc/org/mozilla/javascript/tools/debugger/downloaded/*
-	rm -rf build
-	-rm -rf debian/tmp
-
-# The upstream build file (toolsrc/org/mozilla/javascript/tools/debugger/build.xml) downloads
-# a ZIP file containing some sample swing code, which is then modified and used as part of the
-# debugger. This is obviously not permitted during a Debian build.
-# Fortunately the sample code is DFSG-free, so it has been included in the debian directory (in
-# its modified format).  Copying it to the "downloaded" directory prevents the upstream
-# build.xml from attempting to download it.
-configure/rhino::
-	mkdir -p toolsrc/org/mozilla/javascript/tools/debugger/downloaded
-	cp debian/src_from_treetable_article_see_bug409629/AbstractCellEditor.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
-	cp debian/src_from_treetable_article_see_bug409629/JTreeTable.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
-	cp debian/src_from_treetable_article_see_bug409629/TreeTableModel.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
-	cp debian/src_from_treetable_article_see_bug409629/TreeTableModelAdapter.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
-
-install/librhino-java::
-	mh_installpom -plibrhino-java -e$(UVERSION) debian/pom.xml
-	mh_installjar -plibrhino-java -e$(UVERSION) -l debian/pom.xml $(BUILDDIR)/js.jar
-
-install/librhino-java-doc::
-	mv $(BUILDDIR)/javadoc $(BUILDDIR)/api
-	dh_install -plibrhino-java-doc $(BUILDDIR)/api /usr/share/doc/rhino/
-
-get-orig-source:
-	uscan --force-download --repack
-
-get-orig-pom:
-	wget -O debian/pom.xml $(MAVEN_REPO)/rhino/js/$(POM_VERSION)/js-$(POM_VERSION).pom
-

Copied: tags/rhino/1.7R3-1/debian/rules (from rev 13707, trunk/rhino/debian/rules)
===================================================================
--- tags/rhino/1.7R3-1/debian/rules	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/rules	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,48 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_ANT_BUILD_TARGET := jar javadoc 
+
+UVERSION	:= $(shell echo $(DEB_UPSTREAM_VERSION) | sed "s/~RC.//" | sed "s/~pre/pre/")
+BUILDDIRVERSION	:= $(subst .,_,$(UVERSION))
+
+BUILDDIR=build/rhino$(BUILDDIRVERSION)
+
+POM_VERSION          := $(UVERSION)
+MAVEN_REPO           := http://repository.sonatype.org/service/local/repositories/central/content
+
+clean::
+	rm -rf toolsrc/org/mozilla/javascript/tools/debugger/downloaded/*
+	rm -rf build
+	mh_clean
+
+# The upstream build file (toolsrc/org/mozilla/javascript/tools/debugger/build.xml) downloads
+# a ZIP file containing some sample swing code, which is then modified and used as part of the
+# debugger. This is obviously not permitted during a Debian build.
+# Fortunately the sample code is DFSG-free, so it has been included in the debian directory (in
+# its modified format).  Copying it to the "downloaded" directory prevents the upstream
+# build.xml from attempting to download it.
+configure/rhino::
+	mkdir -p toolsrc/org/mozilla/javascript/tools/debugger/downloaded
+	cp debian/src_from_treetable_article_see_bug409629/AbstractCellEditor.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+	cp debian/src_from_treetable_article_see_bug409629/JTreeTable.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+	cp debian/src_from_treetable_article_see_bug409629/TreeTableModel.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+	cp debian/src_from_treetable_article_see_bug409629/TreeTableModelAdapter.java toolsrc/org/mozilla/javascript/tools/debugger/downloaded/
+
+install/librhino-java::
+	mh_installpom -plibrhino-java -e$(UVERSION) debian/pom.xml
+	mh_installjar -plibrhino-java -e$(UVERSION) -l debian/pom.xml $(BUILDDIR)/js.jar
+
+install/librhino-java-doc::
+	mv $(BUILDDIR)/javadoc $(BUILDDIR)/api
+	dh_install -plibrhino-java-doc $(BUILDDIR)/api /usr/share/doc/rhino/
+
+get-orig-source:
+	uscan --force-download
+
+get-orig-pom:
+	wget -O debian/pom.xml $(MAVEN_REPO)/rhino/js/$(POM_VERSION)/js-$(POM_VERSION).pom
+

Deleted: tags/rhino/1.7R3-1/debian/watch
===================================================================
--- trunk/rhino/debian/watch	2011-05-22 19:21:44 UTC (rev 13700)
+++ tags/rhino/1.7R3-1/debian/watch	2011-05-25 21:47:05 UTC (rev 13708)
@@ -1,3 +0,0 @@
-version=3
-opts=uversionmangle=s/-RC/~RC/;s/pre/~pre/ \
-  ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino(.*)_(.*)\.zip debian uupdate

Copied: tags/rhino/1.7R3-1/debian/watch (from rev 13707, trunk/rhino/debian/watch)
===================================================================
--- tags/rhino/1.7R3-1/debian/watch	                        (rev 0)
+++ tags/rhino/1.7R3-1/debian/watch	2011-05-25 21:47:05 UTC (rev 13708)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/-RC/~RC/;s/pre/~pre/ \
+  ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino(.*)_(.*)\.zip debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list