Skip to content
Snippets Groups Projects
  1. Oct 10, 2023
  2. Oct 05, 2023
  3. Feb 24, 2022
  4. Feb 22, 2022
  5. Mar 11, 2021
  6. Feb 22, 2021
  7. Feb 08, 2021
    • Emmanuel Bourg's avatar
      Import Debian changes 1.7.7.2-3 · 24dbcef7
      Emmanuel Bourg authored
      rhino (1.7.7.2-3) unstable; urgency=medium
      .
        * Team upload.
        * Backported the JSR 223 script engine to use Rhino as a replacement
          for Nashorn with OpenJDK 17
        * Standards-Version updated to 4.5.1
        * Switch to debhelper level 13
      .
      rhino (1.7.7.2-2) UNRELEASED; urgency=medium
      .
        * Team upload.
        * Add patch to install JAR as 1.7.7.2 (not 1.7.7.1)
      .
      rhino (1.7.7.2-1) unstable; urgency=medium
      .
        * Team upload.
        * New upstream release
          - Refreshed the patches
        * Removed Damien Raude-Morvan from the uploaders (Closes: #889449)
        * Track the releases > 1.7.7.1
        * Standards-Version updated to 4.5.0
        * Use salsa.debian.org Vcs-* URLs
  8. Mar 30, 2020
  9. Jul 25, 2019
  10. Jan 20, 2017
    • Emmanuel Bourg's avatar
      Import Debian changes 1.7.7.1-1 · 357b425d
      Emmanuel Bourg authored
      rhino (1.7.7.1-1) unstable; urgency=medium
      
        * Team upload.
        * New upstream release
          - Refreshed the patches
          - Removed 04_bug_798642_800616.diff (fixed upstream)
          - Removed the build dependency on libxmlbeans-java
          - Require a Java 6 runtime or higher
          - Use the pom from the upstream sources to install the Maven artifacts,
            and relocate the old coordinates rhino:js to org.mozilla:rhino
          - Reintroduced some removed classes and methods to preserve the backward
            compatibility and fix build failures in reverse dependencies.
          - Fixed a bug in Context.getImplementationVersion() when the project
            is built with Ant
        * Removed the transitional package rhino-doc
        * Updated the man pages (Closes: #792243)
        * Build with the DH sequencer instead of CDBS
        * Simplified the usage syntax displayed with the --help option
        * Removed the out of tree debugger classes (merged upstream)
        * Ignore the Lintian warnings on the test files (false positives)
        * Install the upstream changelog
        * Standards-Version updated to 3.9.8
        * Switch to debhelper level 10
        * Use secure Vcs-* URLs
        * Track and download the new releases from GitHub
        * Converted debian/copyright to the Copyright Format 1.0
        * Removed the unused Lintian overrides
      
      rhino (1.7R4-4) unstable; urgency=medium
      
        * Add a symlink /usr/share/java/rhino.jar which points to js.jar
      
      rhino (1.7R4-3) unstable; urgency=medium
      
        * Team upload
        * Apply pull request https://github.com/mozilla/rhino/pull/138 to get
          798642 and 800616 bug fixed. Necessary for jscover package
        * Update the uploader list (Closes: #741281)
        * d/control: Bump Standards-Version to 3.9.5 (no changes needed).
      
      rhino (1.7R4-2) unstable; urgency=low
      
        * Upload to unstable.
         - closure-compiler FTBFS will be fixed.
      
      rhino (1.7R4-1) experimental; urgency=low
      
        [ Thomas Koch ]
        * New upstream version (Closes: #699352, #661277, #630341).
        * Switched packaging to Git
      
        [ Damien Raude-Morvan ]
        * d/copyright: Update license to MPL 2.0.
        * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
        * Add lintian overrides for
          'copyright-should-refer-to-common-license-file-for-gpl'.
      
      rhino (1.7R3-5) unstable; urgency=low
      
        [ Giovanni Mascellani ]
        * Making getSourcePositionFromStack public (used by geogebra).
          Closes: #659619.
      
        [ Damien Raude-Morvan ]
        * Upload to unstable.
        * Remove Michael Koch from Uploaders (Closes: #654130).
        * d/control: Wrap-and-sort
      
      rhino (1.7R3-4) unstable; urgency=low
      
        * Add OSGi metadata to jar manifest
        * Add javahelper to Build-Depends:
        * Add Jakub Adam to Uploaders:
      
      rhino (1.7R3-3) unstable; urgency=low
      
        * Since OpenJDK{6,7} now use a mangled version of Rhino
          (in "sun.org.mozilla.rhino" package), there is no need to override
          bootclasspath :
          - Fix "Incorrect classpath prevents running on AMD64" (Closes: #649131)
          - Fix "js: Error occurred during initialization ov VM" (Closes: #649281)
      
      rhino (1.7R3-2) unstable; urgency=low
      
        * Upload to unstable.
      
      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.
      
      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.
      
      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
      
      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
      
      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
      
      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
      
      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}
      
      rhino (1.7R2~pre-2) experimental; urgency=low
      
        * Really include the debugger. Closes: #474046. 
      
      rhino (1.7R2~pre-1) experimental; urgency=low
      
        * New upstream release.
        * Upload to experimental.
        * Enable build of debugger. Closes: #474046.
      
      rhino (1.7R1-1) unstable; urgency=low
      
        * New upstream release.
      
      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.
      
      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.
      
      rhino (1.6.R7-1) unstable; urgency=low
      
        * New upstream version.
      
      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.
      
      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).
      
      rhino (1.6.R5-1) unstable; urgency=low
      
        * New upstream maintenance release.
      
      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).
      
      rhino (1.6R2-2) unstable; urgency=low
      
        * Changed the dependency from kaffe to java-gcj-compat.
      
      rhino (1.6R2-1) unstable; urgency=low
      
        * New upstream (closes: #350971).
        * Removed Takashi Okamoto <tora@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.
      
      rhino (1.5.R5-5) unstable; urgency=low
      
        * Removed explicit usage of jikes build compiler property
          for kaffe jikes -> ecj transition  
      
      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)
      
      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
      
      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@debian.org> did sponsor this package. As a
          member of pkg-java Alioth's project, I added Wolfgang as uploaders
      
      rhino (1.5.R5-1) unstable; urgency=low
      
        * New upstream release
        * changed the build system to cdbs
      
      rhino (1.5.R2-2) unstable; urgency=low
      
        * Add alternative for /usr/bin/js. The patch is provided by Brian 
          Bassett. (Closes:#122669)
      
      rhino (1.5.R2-1) unstable; urgency=low
      
        * Initial Release.
    • Emmanuel Bourg's avatar
      Import Debian changes 1.7.7.1-1 · 8c1cf491
      Emmanuel Bourg authored
      rhino (1.7.7.1-1) unstable; urgency=medium
      
        * Team upload.
        * New upstream release
          - Refreshed the patches
          - Removed 04_bug_798642_800616.diff (fixed upstream)
          - Removed the build dependency on libxmlbeans-java
          - Require a Java 6 runtime or higher
          - Use the pom from the upstream sources to install the Maven artifacts,
            and relocate the old coordinates rhino:js to org.mozilla:rhino
          - Reintroduced some removed classes and methods to preserve the backward
            compatibility and fix build failures in reverse dependencies.
          - Fixed a bug in Context.getImplementationVersion() when the project
            is built with Ant
        * Removed the transitional package rhino-doc
        * Updated the man pages (Closes: #792243)
        * Build with the DH sequencer instead of CDBS
        * Simplified the usage syntax displayed with the --help option
        * Removed the out of tree debugger classes (merged upstream)
        * Ignore the Lintian warnings on the test files (false positives)
        * Install the upstream changelog
        * Standards-Version updated to 3.9.8
        * Switch to debhelper level 10
        * Use secure Vcs-* URLs
        * Track and download the new releases from GitHub
        * Converted debian/copyright to the Copyright Format 1.0
        * Removed the unused Lintian overrides
      8c1cf491
Loading