[ubuntu/yakkety-proposed] javatools 0.54ubuntu2 (Accepted)

Matthias Klose doko at ubuntu.com
Thu Apr 28 11:36:12 UTC 2016


javatools (0.54ubuntu2) yakkety; urgency=medium

  * Fix java archdir on ppc64el.

javatools (0.54ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.54) unstable; urgency=medium

  * Team upload.
  * Support spaces in source folder names.
    Thank you to Jakub Adam. (Closes: #799375)
  * Increase max command line length for xargs invocation of javac.
    Thank you to Jakub Adam. (Closes: #799378)

javatools (0.53ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.53) unstable; urgency=medium

  * Team upload.
  [ Raphaël Hertzog ]
  * Install proper /usr/share/binfmts/jarwrapper instead of relying on
    postinst snippet setting up a local configuration.
    Closes: #779895

  [ tony mancill ]
  * Add -c and --clean to list of supported options for jh_makepkg.
    (Closes: #785779)

javatools (0.52) unstable; urgency=medium

  * Team upload.
  * Fixed the order of the -locale option (Closes: #789350)

javatools (0.51) unstable; urgency=medium

  * Team upload.
  * Set the locale to en_US when generating the javadoc
    to make the builds reproducible

javatools (0.50) unstable; urgency=medium

  * Team upload.
  * Quote argument in jardetector to handle spaces in filenames.
    Thanks to Samuel Bronson for the bug report. (Closes: #779881)

javatools (0.49) experimental; urgency=medium

  * Team upload.
  * Insert jh_installlibs after dh_link instead of before dh_compress
    to let dh_strip_nondeterminism run after the jar files are installed
    (Closes: #764988)
  * Add the -notimestamp option when invoking javadoc
  * Removed Matthew Johnson from the uploaders (Closes: #762560)
  * Removed Niels Thykier from the uploaders (Closes: #770559)
  * Standards-Version updated to 3.9.6 (no changes)
  * Switch to debhelper level 9

javatools (0.48ubuntu1) vivid; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.48) unstable; urgency=medium

  * Team upload.
  * jarwrapper: Add MULTIARCH_LIBRARY_PATH variables for 32bit and 64bit arches
    which contain all known multiarch jni library paths and use this as
    value for -Djava.library.path depending on the JVM that is used to
    launch the application. Add an additional check for the GIJ bytecode
    interpreter and let it handle the library path by itself.
    This ensures that all JVM will find the corresponding libraries correctly.
    (Closes: #764630)

javatools (0.47ubuntu1) vivid; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.47) unstable; urgency=medium

  * Team upload.

  [ tony mancill ]
  * Return "ppc64" as the archdir for ppc64el.  (Closes: #756311)
    - Thank you to Colin Watson for the notification and patch.

  [ Emmanuel Bourg ]
  * jh_repack: Remove the .svn directories (Closes: #689810)
  * jh_build: Compile with debug symbols (Closes: #722353)

javatools (0.46ubuntu2) utopic; urgency=medium

  * The archdir for ppc64el is now "ppc64".

javatools (0.46ubuntu1) utopic; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.
  * Regenerate tutorial.html.

javatools (0.46) unstable; urgency=low

  * Team upload.

  [ tony mancill ]
  * Fix archdir for arm64 and ppc64el.  (Closes: #732860)
    - Thanks to Matthias Klose.

  [ Dmitry Smirnov ]
  * Standards to 3.9.5.
  * jarwrapper: fixed manifest parsing and long lines wrapping
    (Closes: #729943).
    + added "${perl:Depends}" to jarwrapper's Depends.
  * javahelper: added missing "${perl:Depends}" to Depends.
  * javahelper: added doc-base registration (Closes: #699180)
    - Thanks to Wolodja Wentland for patch.

javatools (0.45ubuntu1) trusty; urgency=low

  [ Logan Rosen ]
  * Merge from Debian unstable. Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

  [ Iain Lane ]
  * Also merge 0.43ubuntu3
    - Fix the java architecture for arm64 and ppc64el.

javatools (0.45) unstable; urgency=low

  * jh_manifest: Fix bug where "EXCLUDE_FIND" was not
    properly expanded (regression introduced in 0.44).
    Thanks to Daniel Schepler for reporting it.
    (Closes: #725440)
  * d/control: Fix typo of "and".  Thanks to Pascal
    De Vuyst for reporting it.  (Closes: #725335)

javatools (0.44) unstable; urgency=low

  * Add a new minor TAP based test suite.
  * Fix bug in jh_repack when removing empty directories.
    Thanks to Francesco Poli for reporting it and writing
    the patch.  (Closes: #689788)
  * Fix the output path for javadoc generated by jh_build.
    Thanks to Jakub Adam for reporting it and writing the
    patch. (Closes: #692230)
  * jh_installeclipse: Allow any installed package to
    provide a .jar dependency, not just those with
    desired-state install.  Thanks to Colin Watson for the
    patch (pulled from Ubuntu's javatools/0.43ubuntu2).
  * ManifestSection.pm: Always write fields in a
    predictable order.  This fixes a FTBFS when the tests
    had a different order.  Thanks to Damyan Ivanov for
    reporting this bug.  (Closes: #723884)
  * jh_depends: Strip leading "file://" before looking for
    a jar file.  Thanks to Rene Engelhard for the bug
    report.  (Closes: #632821)
  * jh_installjavadoc: Apply patch from Markus Koschany to
    insert a default value for the "Author"-field when no
    author is provided.  Also fix a typo in the generated
    doc-base file.  (Closes: #625945)
  * jh_makepkg: Advise people to use mk_make for packges
    with a maven based build system.  Thanks to Hilko
    Bengen for the suggestion.  (Closes: #703376)
  * d/control: Use the canonical URL in the Vcs-* fields.
  * d/control: Bump Standards-Version to 3.9.4 - no
    changes required.

javatools (0.43ubuntu3) trusty; urgency=medium

  * Fix the java architecture for arm64 and ppc64el.

javatools (0.43ubuntu2) quantal; urgency=low

  * jh_installeclipse: Allow any installed package to provide a .jar
    dependency, not just those with desired-state install.

javatools (0.43ubuntu1) quantal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.43) unstable; urgency=low

  * Make jh_build pass -source 1.5 by default to javadoc if
    no -source parameter is explicitly given.
  * Make jh_build pass -target 1.5 by default to javac if
    neither -source nor -target is explicitly given.

javatools (0.42) unstable; urgency=low

  * Add support for Java7 in jh_depends.  The jvm "open" now
    defaults to any OpenJDK version.  The "open6" and "open7"
    values can be used to depend on a specific one.

javatools (0.41ubuntu1) quantal; urgency=low

  * Merge from Debian testing.  Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.41) unstable; urgency=low

  [ Sylvestre Ledru ]
  * jh_makepkg:
    - Switch the OpenJDK6 path to the multiarch one.
    - Remove the sun-java6 support since it has been
      removed from the archive
    - Provide the support for OpenJDK 7
    - Create the new package under the source format 3.0
    - -doc packages are now in the doc section.

  [ Niels Thykier ]
  * Produce a better error message when a non-existent Jar file is
    passed to jh_manifest.
  * Try to parse arguments passed via -O for jh_lib.sh as regular
    options, but ignore them if they are unknown.  Previously, -O
    options was silently ignored.
  * Remove support for using the "sun" (and "sun6") JVM with
    jh_depends, as Debian is no longer ships the Sun/Oracle Java.
  * Bump libarchive-zip-perl depends as 1.30.5 was still affected
    by #654899.
  * jh_depends no longer emits dependencies with java-runtime or
    java2-runtime.  The minimum generated dependency is now
    java5-runtime.
  * Corrected class version calculation on big-endian architectures.
    Thanks to Kai Ruschenburg for the report and the correction.
    (Closes: #661632)
  * Use Standards-Versions 3.9.3 and the new DEP-5 URI in jh_makepkg
    for newly generated packages.
  * Bumped Standards-Versions 3.9.3 - no changes required.
  * Ensure the test suite fails if the java-arch.sh test fails.

javatools (0.40ubuntu2) quantal; urgency=low

  * No-change rebuild with openjdk-7 as default-jdk.

javatools (0.40ubuntu1) precise; urgency=low

  * Merge from Debian testing.  Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.40) unstable; urgency=low

  * Fixed a regression jh_build (introduced in 0.38).
    (Closes: #656872)
  * Fixed the java architecture for s390x.

javatools (0.39) unstable; urgency=low

  * Corrected java-arch.sh output for armhf, sh4 and powerpcspe.

javatools (0.38) unstable; urgency=low

  * Added missing empty line the in d/control generated by jh_makepkg
  * Bumped debhelper compat to 8 in packages generated by jh_makepkg
  * Fixed the "find" expressions in jh_repack to only remove files
    named "*.jar" or "*.class".  Thanks to Andrew Ross for the report.
    (Closes: #646514)
  * Fixed a bug where jh_build would generate manifests with lines
    longer than some jar implementations would allow.  Thanks to
    Giovanni Mascellani for the report.  (Closes: #653412)
  * Fixed a bug where java-propose-classpath would "hide" javax imports.
    Thanks to Jan Janak for the report and the correction.
    (Closes: #653731)
  * Bumped dependency on libarchive-zip-perl due to some issues with
    the previous version that caused corrupt jar files.  For more
    information, please refer to #654899.  Thanks to Wookey for the
    analysis and for identifying the source of the issue.
    (Closes: #634089)

javatools (0.37ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. (LP: #807047) Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.37) unstable; urgency=low

  [ Niels Thykier ]
  * Do not assume that $pkg/usr/share/doc is present when jh_depends
    runs.  (Closes: #632620)
  * Applied changes from NMU.
    - depend on gcj-jdk rather than gcj for java-propose-classpath.
  * Added support for -s/--same-arch in jh_lib and related shell
    scripts.  (Closes: #632619)

  [ Matthew Johnson ]
  * Default to -source 1.5 in jh_build unless specified in the extra
    args (Closes: #591874)

javatools (0.36.1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. (LP: #802524) Remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.36ubuntu1) oneiric; urgency=low

  * Merge with Debian; remaining changes:
    - Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.36) unstable; urgency=low

  * Made jh_manifest always follow symlinks - the fix for this in
    0.35 was incomplete.  (Closes: #626329)

javatools (0.35ubuntu1) oneiric; urgency=low

  * Pre-generate tutorial.html; remove the build dependency on markdown.

javatools (0.35) unstable; urgency=low

  * Made jh_manifest always follow symlinks even if they are passed
    via command line.  (Closes: #626329)
  * Made jh_manifest fail if there are jar files it cannot find,
    unless the jar has been excluded.  This may cause packages to
    FTBFS instead of silently not shipping a jar file.
    (Closes: #626327)
  * Improved support for --no-act in jh_manifest.
  * Made jh_depends ignore links to jars as these most likely points
    to real jar files that it will end up processing any way.
    (Closes: #610817)

javatools (0.34) unstable; urgency=low

  * Fixed a regression in 0.33 that in some cases would make
    jh_installlibs install in to the system root and not the package
    root.  (Closes: #624503)
  * Removed the -O option from jh_build since it clashed with a
    common debhelper option.  The longer form (--javadoc-opts) is
    still available and should be used instead.
  * Made all "jh_lib.sh"-based tools ignore the -O option, which is
    used by dh in some cases.  If you have been using -O with
    jh_build please switch to --javadoc-opts instead.
    (Closes: #623506, #624388)

javatools (0.33) unstable; urgency=low

  [ Matthew Johnson ]
  * Fixed some bugs in jh_makepkg (Closes: #593351)
  * Support epochs in jh_installibs version mangling (Closes: #617897)

  [ Niels Thykier ]
  * Bumped Standards-Version 3.9.2 - no changes required.
    - Also bumped S-V in jh_makepkg.
  * Removed DMUA flag; no longer needed.
  * Removed -5/--sun5 option from jh_makepkg.
  * Used gcj-jdk instead of java-gcj-compat-dev in jh_makepkg.
  * Put the JDK dependency in Build-Depends of the control files
    generated by jh_makepkg, since it is needed by the clean rule.
  * Made cdbs run jh_installlibs before jh_manifest and jh_classpath.
    (Closes: #621857)
  * Converted tutorial into markdown format.
  * jh_installlibs now properly picks up the version of native packages.
    (Closes: #612404)
  * Made jh_installlibs respect its --tmpdir option. Previously it was
    silently ignored.
  * Added missing B-D-I on perl (for pod2man).
  * Migrated jh_generateorbitdir to the perl Manifest handler.
  * Fixed typo in jh_generateorbitdir and in jh_compilefeatures.
  * Fixed jh_classpath, which was horribly broken after the 0.32 upload.
    - It now adds debian/<pkg> automatically if it appears to be needed.
  * Made jh_manifest check the package dir if given a jar file, if said
    jar file does not exist.
  * Updated file suggestions for jh_classpath and added a note about
    the sequence change in the tutorial.
  * Updated jh_makepkg:
    - It now creates a separate doc package for the javadoc if making
      a library package.
    - It now adds ${java:Recommends} to all binary packages added.
  * Replaced old copyright template with a DEP-5 version.  Thanks to
    Martin Quinson for the suggestion and the template.
    (Closes: #623035)

javatools (0.32) unstable; urgency=low

  [ Niels Thykier ]
  * Fixed quoting issue in jh_compilefeatures.
  * Renamed a function in the Eclipse module.
  * fetch-eclipse-source script to create tarballs from some eclipse
    upstreams. Its requirements have been added to javahelper's
    suggests.
  * Replaced jh_libs with jh_installlibs in the description of
    javahelper.
  * Bumped Standards-Versions to 3.9.0 - no changes required.
  * jh_depends now treats "headless" for the --jvm option differently.
    if "headless" is present then all JREs will be specified using
    their headless version. If headless is the only value, it will be
    read as "headless default".
  * jh_depends no longer recognises "sun5" as a valid JVM, since this
    has been removed from the archive. "sun" is now an alias of "sun6".
  * The --jvm "gcj" value for jh_depends now uses gcj-jre and not
    java-gcj-compat, since the latter is now a virtual package.
  * Made jh_depends produce (>= ${source:Version}) instead of
    (= ${binary:Version}). The latter would break with binNMUs.
  * jh_depends now generates a dependency list for javadocs based on
    which system javadocs they have been linked against. These packages
    are added to the new ${java:Recommends} variable.
  * jh_installeclipse now always emits ${orbit:Depends} even if it
    would be empty.
  * Fixed a formatting issue in the eclipse helpers.
  * Rewrote jh_manifest using debhelper as backend.
    - it now produces deterministic output (Closes: #574029)
    - removed all depends on python.
    - comments are now allowed in d/manifest files.
    - it will now produce a warning if a jar file listed in a d/manifest-
      file cannot be found (unless the jar was excluded).
  * Reordered the javahelper sequence so that jh_installlibs is now run
    before jh_classpath and jh_manifest.

  [ Matthew Johnson ]
  * If jars aren't specified by absolute path try finding them under
    /usr/share/java (Closes: #586783)
  * jh_build will now -link any javadoc in a package that you build-depend
    on
  * fix jh_build documentation

javatools (0.31) unstable; urgency=low

  [ Matthew Johnson ]
  * Put javadoc in doc-base section Programming/Java (Closes: #579391)
  * Use debian instead of debian_bundle: the latter is deprecated

  [ Niels Thykier ]
  * Fixed missing clean of the orbitdeps cache.
  * Made jh_generateorbitdir handle absolute paths correctly.
  * Updated jh_{generateorbitdir,installeclipse} manpages.
  * Use "readlink -f" rather than "realpath". (Closes: #580840).
    Thanks to Colin Watson.
  * Added missing set -e to jarwrapper's prerm and postinst.
  * Corrected versioned depends on debhelper.
  * Corrected reference to javahelper's tutorials in the eclipse helpers.
  * Added manpage for jh_clean, jarwrapper and jardetector.
  * Removed the deprecated jh_libs command.
    - It has been deprecated since 0.6 (Feb 2008)
  * Updated the synopsis of the java-propose-classpath package to better
    describe what it provides.

javatools (0.30) unstable; urgency=low

  [ Niels Thykier ]
  * Added myself to uploaders.
  * Created debhelper-like scripts for building eclipse features and
    added a dh7 sequence.
  * Added Vcs-* fields.
  * Replaced references to "dh_clean -k" with "dh_prep" in the tutorial.
    (Closes: #571097)
  * Added DM-Upload-Allowed.
  * Bumped Standards-Version to 3.8.4 - no changes required.

  [ Matthew Johnson ]
  * Make it a 3.0 (native) package

javatools (0.29) unstable; urgency=low

  * keep --version and jh_makepkg depends up to date with latest javahelper
    version number
  * Use default-jdk-doc instead of classpath-doc for javadoc
  * Fix jh_build --help
  * Fix passing of javadoc-opts to jh_build (Closes: #567880)
  * Change maintainers to pkg-java
  * Add -t/--transitive flag to jh_linkjars (and fix obvious bug in it)
    (Closes: #565728)
  * Add sparc64 architecture translator (Closes: #570501)

javatools (0.28) unstable; urgency=low

  * Reorder things in javahelper.pm and .mk to make jh_classpath and manifest
    work with jh_installlibs
  * add various version mangling options to jh_installlibs

javatools (0.27) unstable; urgency=low

  * jh_installjavadoc now allows you to install to a configurable path
    (e.g. the one in the library package which you are meant to install
    to, rather than the one in the doc package)
  * jh_installibs will detect jars with -$VERSION in their name already
    and handle them correctly (it must match the upstream version in
    the changelog)
  * Build javadoc by default in jh_build and don't pass -J in the .pm
    (fails when you also pass other args via dh). Also, don't complain
    at spurious args if we've detected running with dh.
  * Add jh_linkjars command to create/remove symlink farms from
    build-deps
  * Update tutorials
  * Make cdbs class call jh_clean
  * Ensure that cdbs class is included before ant.mk so that jh_linkjars
    works

javatools (0.26) unstable; urgency=low

  * Oops fix cleaning of jars in cdbs class
  * -s should actually be -a, oops (Closes: #560869)

javatools (0.25) unstable; urgency=low

  * Actually, can't use empty files in debian/
    as flags for jh_installjavadoc
  * Add jh_repack for use with uscan (Closes: #560060)
  * Update tutorials
  * Reference tutorials from man pages

javatools (0.24) unstable; urgency=low

  * Add jh_installjavadoc and have jh_build create the javadoc
  * jh_makepkg depend on default-jdk not default-jdk-builddep
  * jh_makepkg doesn't use dh_javadoc

javatools (0.23) unstable; urgency=low

  * Fix detecting dependencies between binary packages from the same
    source (Closes: #543109)
  * Add a java-vars.mk with useful variables for building Java programs
    and also a java-arch.sh to both jarwrapper and javahelper for anything
    which does not use make (runtime and build-time variants)
    (Closes: #558109)
  * Add a -X option to jh_depends to ignore certain packages for depends
    (Closes: #559303)

javatools (0.22) unstable; urgency=low

  * Fix typo in description
  * Add misc:Depends to java-propose-classpath

javatools (0.21) unstable; urgency=low

  * Fix bug in jh_manifest when manifest file doesn't exist
  * Treat DH_VERBOSE as a -v flag to all programs
  * Split java-propose-classpath off to a separate package to
    avoid a hard dependency on gcj
  * Add jh_classpath which isn't tied specifically to manifest files
  * Fix jh_build not to require a JAVA_HOME if it's not actually trying to build
  * Update jh_makepkg to produce dh 7 packages
  * Fix bug in jh_depends which results in a jarwrapper dependency but no jvm

javatools (0.20) unstable; urgency=low

  * Add dh 7 module from أحمد المحمودي (Closes: #536895)
  * Fix handling of jars which are symlinks not shipped in a deb
    (eg alternatives) (Closes: #537057)
  * Change java-propose-classpath to use jar xf not unzip and remove
    dependency on zip (Closes: #537059)
  * Fix handling of multiple Debian-java-home entries
    (patch from أحمد المحمودي) (Closes: #537074)
  * Fix jh_manifest reading of manifest lines with embedded line breaks
    and CRLF (patch from أحمد المحمودي) (Closes: #537241, #537262)
  * Add jh_clean for use from dh helper
  * Add option to use jh_build from debian/javabuild for use from dh helper
  * Fix jh_installlibs when the jar is not at the top level
  * Change this package to using dh 7

javatools (0.19) unstable; urgency=low

  * Remove depends on icepick, use ugly hexdump hack instead,
    since I don't want to depend on openjdk (Closes: #532122)
  * Also, fix depends checking of packages with a Main-Class but
    no Debian-Java-Home
  * Change to sections java/devel
  * Fix bashism in jarwrapper (Closes: #530110)
  * Have propose-classpath check that symlinks point to real
    files before reading them (Closes: #510590)

javatools (0.18) unstable; urgency=low

  * Add cdbs class for javahelper
  * Merge experimental class version checking
  * Remove depends from jarwrapper on a JRE, everything using
    jarwrapper will need a JRE anyway.
  * Move to section java
  * Bump standards version

javatools (0.17.experimental2) experimental; urgency=low

  * Fix the alternate depends to be correct

javatools (0.17.experimental1) experimental; urgency=low

  * Add checking for class version in determining alternate depends

javatools (0.17) unstable; urgency=medium

  * Remove build-arch-stamp and build-indep-stamp in all modes
    (Closes: #505066)
  * More manifest entry handling fixes, including in jh_depends and
    some tests (Closes: #503890)

javatools (0.16) unstable; urgency=medium

  * Don't append a space to manifest entries (Closes: #501516)

javatools (0.15) unstable; urgency=medium

  * Add dependency on devscripts (Closes: #499538)

javatools (0.14) unstable; urgency=low

  * Change openjdk dependency to be openjdk-6-jre, package name was wrong!

javatools (0.13) unstable; urgency=low

  * Rewrite jh_manifest in python to better obey jar manifest specs
    (Closes: #489214)
  * Completely recreate jar to work around fastjar bugs
    (Closes: #489432)

javatools (0.12) unstable; urgency=low

  * Use openjdk instead of icedtea
  * jh_build needs to expand directory arguments to files because Sun Java
    does not support it. Also add better error handling for missing
    parameters.

javatools (0.11) unstable; urgency=low

  * Fix missing "" to enable embedded spaces in jh_lib-parsed options

javatools (0.10) unstable; urgency=low

  * Update to default-jdk/jre packages and default-java path

javatools (0.9) unstable; urgency=low

  * Add --clean to jh_makepkg, removes common errors in Java source packages,
    such as:
      - built class files
      - built jar files
      - jar files from other packages
      - built javadoc trees

javatools (0.8) unstable; urgency=low

  * Fix bug in jh_manifest when passing multiple jars on the commandline
  * Fix bug in jh_depends creating multiple identical dependencies
  * depend on realpath

javatools (0.7) unstable; urgency=low

  * Calls dh_testdir in places, therefore, must depend on debhelper!
  * Bump Standards-Version

javatools (0.6) unstable; urgency=low

  * Add tutorials as docs
  * jh_makepkg use build-indep (patch from "Bernhard R. Link"
        <brlink at debian.org>)
  * change jh_libs to jh_installibs, jh_libs is a script which prints a
    warning and then calls jh_installibs
  * Add maven2 to build systems in jh_makepkg (needs testing)
  * Allow multiple entries in Debian-Java-Home
  * Use unversioned jcf-dump
  * java-propose-classpath can take class names as parameters

javatools (0.5) unstable; urgency=low

  * Rename source package, add build-helper binary package
  * Add help2man manpages

jarwrapper (0.4) unstable; urgency=low

  * Depend on java1-runtime | java2-runtime rather than java-runtime.
    (Closes: #460235)

jarwrapper (0.3) unstable; urgency=low

  * Depend on fastjar for detector (Closes: #442911)
  * Change maintainer address

jarwrapper (0.2) unstable; urgency=low

  * Remove bashisms

jarwrapper (0.1) unstable; urgency=low

  * Initial release (Closes: #423081)

Date: Thu, 28 Apr 2016 13:33:59 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/javatools/0.54ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 28 Apr 2016 13:33:59 +0200
Source: javatools
Binary: jarwrapper javahelper java-propose-classpath
Architecture: source
Version: 0.54ubuntu2
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 jarwrapper - Run executable Java .jar files
 java-propose-classpath - Helper script to suggest a classpath for jar files
 javahelper - Helper scripts for packaging Java programs
Closes: 423081 442911 460235 489214 489432 499538 501516 503890 505066 510590 530110 532122 536895 537057 537059 537074 537241 537262 543109 558109 559303 560060 560869 565728 567880 570501 571097 574029 579391 580840 586783 591874 593351 610817 612404 617897 621857 623035 623506 624388 624503 625945 626327 626329 632619 632620 632821 634089 646514 653412 653731 656872 661632 689788 689810 692230 699180 703376 722353 723884 725335 725440 729943 732860 756311 762560 764630 764988 770559 779881 779895 785779 789350 799375 799378
Launchpad-Bugs-Fixed: 802524 807047
Changes:
 javatools (0.54ubuntu2) yakkety; urgency=medium
 .
   * Fix java archdir on ppc64el.
 .
 javatools (0.54ubuntu1) xenial; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.54) unstable; urgency=medium
 .
   * Team upload.
   * Support spaces in source folder names.
     Thank you to Jakub Adam. (Closes: #799375)
   * Increase max command line length for xargs invocation of javac.
     Thank you to Jakub Adam. (Closes: #799378)
 .
 javatools (0.53ubuntu1) wily; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.53) unstable; urgency=medium
 .
   * Team upload.
   [ Raphaël Hertzog ]
   * Install proper /usr/share/binfmts/jarwrapper instead of relying on
     postinst snippet setting up a local configuration.
     Closes: #779895
 .
   [ tony mancill ]
   * Add -c and --clean to list of supported options for jh_makepkg.
     (Closes: #785779)
 .
 javatools (0.52) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the order of the -locale option (Closes: #789350)
 .
 javatools (0.51) unstable; urgency=medium
 .
   * Team upload.
   * Set the locale to en_US when generating the javadoc
     to make the builds reproducible
 .
 javatools (0.50) unstable; urgency=medium
 .
   * Team upload.
   * Quote argument in jardetector to handle spaces in filenames.
     Thanks to Samuel Bronson for the bug report. (Closes: #779881)
 .
 javatools (0.49) experimental; urgency=medium
 .
   * Team upload.
   * Insert jh_installlibs after dh_link instead of before dh_compress
     to let dh_strip_nondeterminism run after the jar files are installed
     (Closes: #764988)
   * Add the -notimestamp option when invoking javadoc
   * Removed Matthew Johnson from the uploaders (Closes: #762560)
   * Removed Niels Thykier from the uploaders (Closes: #770559)
   * Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9
 .
 javatools (0.48ubuntu1) vivid; urgency=medium
 .
   * Resynchronise with Debian.  Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.48) unstable; urgency=medium
 .
   * Team upload.
   * jarwrapper: Add MULTIARCH_LIBRARY_PATH variables for 32bit and 64bit arches
     which contain all known multiarch jni library paths and use this as
     value for -Djava.library.path depending on the JVM that is used to
     launch the application. Add an additional check for the GIJ bytecode
     interpreter and let it handle the library path by itself.
     This ensures that all JVM will find the corresponding libraries correctly.
     (Closes: #764630)
 .
 javatools (0.47ubuntu1) vivid; urgency=medium
 .
   * Resynchronise with Debian.  Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.47) unstable; urgency=medium
 .
   * Team upload.
 .
   [ tony mancill ]
   * Return "ppc64" as the archdir for ppc64el.  (Closes: #756311)
     - Thank you to Colin Watson for the notification and patch.
 .
   [ Emmanuel Bourg ]
   * jh_repack: Remove the .svn directories (Closes: #689810)
   * jh_build: Compile with debug symbols (Closes: #722353)
 .
 javatools (0.46ubuntu2) utopic; urgency=medium
 .
   * The archdir for ppc64el is now "ppc64".
 .
 javatools (0.46ubuntu1) utopic; urgency=medium
 .
   * Merge from Debian unstable. Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
   * Regenerate tutorial.html.
 .
 javatools (0.46) unstable; urgency=low
 .
   * Team upload.
 .
   [ tony mancill ]
   * Fix archdir for arm64 and ppc64el.  (Closes: #732860)
     - Thanks to Matthias Klose.
 .
   [ Dmitry Smirnov ]
   * Standards to 3.9.5.
   * jarwrapper: fixed manifest parsing and long lines wrapping
     (Closes: #729943).
     + added "${perl:Depends}" to jarwrapper's Depends.
   * javahelper: added missing "${perl:Depends}" to Depends.
   * javahelper: added doc-base registration (Closes: #699180)
     - Thanks to Wolodja Wentland for patch.
 .
 javatools (0.45ubuntu1) trusty; urgency=low
 .
   [ Logan Rosen ]
   * Merge from Debian unstable. Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
   [ Iain Lane ]
   * Also merge 0.43ubuntu3
     - Fix the java architecture for arm64 and ppc64el.
 .
 javatools (0.45) unstable; urgency=low
 .
   * jh_manifest: Fix bug where "EXCLUDE_FIND" was not
     properly expanded (regression introduced in 0.44).
     Thanks to Daniel Schepler for reporting it.
     (Closes: #725440)
   * d/control: Fix typo of "and".  Thanks to Pascal
     De Vuyst for reporting it.  (Closes: #725335)
 .
 javatools (0.44) unstable; urgency=low
 .
   * Add a new minor TAP based test suite.
   * Fix bug in jh_repack when removing empty directories.
     Thanks to Francesco Poli for reporting it and writing
     the patch.  (Closes: #689788)
   * Fix the output path for javadoc generated by jh_build.
     Thanks to Jakub Adam for reporting it and writing the
     patch. (Closes: #692230)
   * jh_installeclipse: Allow any installed package to
     provide a .jar dependency, not just those with
     desired-state install.  Thanks to Colin Watson for the
     patch (pulled from Ubuntu's javatools/0.43ubuntu2).
   * ManifestSection.pm: Always write fields in a
     predictable order.  This fixes a FTBFS when the tests
     had a different order.  Thanks to Damyan Ivanov for
     reporting this bug.  (Closes: #723884)
   * jh_depends: Strip leading "file://" before looking for
     a jar file.  Thanks to Rene Engelhard for the bug
     report.  (Closes: #632821)
   * jh_installjavadoc: Apply patch from Markus Koschany to
     insert a default value for the "Author"-field when no
     author is provided.  Also fix a typo in the generated
     doc-base file.  (Closes: #625945)
   * jh_makepkg: Advise people to use mk_make for packges
     with a maven based build system.  Thanks to Hilko
     Bengen for the suggestion.  (Closes: #703376)
   * d/control: Use the canonical URL in the Vcs-* fields.
   * d/control: Bump Standards-Version to 3.9.4 - no
     changes required.
 .
 javatools (0.43ubuntu3) trusty; urgency=medium
 .
   * Fix the java architecture for arm64 and ppc64el.
 .
 javatools (0.43ubuntu2) quantal; urgency=low
 .
   * jh_installeclipse: Allow any installed package to provide a .jar
     dependency, not just those with desired-state install.
 .
 javatools (0.43ubuntu1) quantal; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.43) unstable; urgency=low
 .
   * Make jh_build pass -source 1.5 by default to javadoc if
     no -source parameter is explicitly given.
   * Make jh_build pass -target 1.5 by default to javac if
     neither -source nor -target is explicitly given.
 .
 javatools (0.42) unstable; urgency=low
 .
   * Add support for Java7 in jh_depends.  The jvm "open" now
     defaults to any OpenJDK version.  The "open6" and "open7"
     values can be used to depend on a specific one.
 .
 javatools (0.41ubuntu1) quantal; urgency=low
 .
   * Merge from Debian testing.  Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.41) unstable; urgency=low
 .
   [ Sylvestre Ledru ]
   * jh_makepkg:
     - Switch the OpenJDK6 path to the multiarch one.
     - Remove the sun-java6 support since it has been
       removed from the archive
     - Provide the support for OpenJDK 7
     - Create the new package under the source format 3.0
     - -doc packages are now in the doc section.
 .
   [ Niels Thykier ]
   * Produce a better error message when a non-existent Jar file is
     passed to jh_manifest.
   * Try to parse arguments passed via -O for jh_lib.sh as regular
     options, but ignore them if they are unknown.  Previously, -O
     options was silently ignored.
   * Remove support for using the "sun" (and "sun6") JVM with
     jh_depends, as Debian is no longer ships the Sun/Oracle Java.
   * Bump libarchive-zip-perl depends as 1.30.5 was still affected
     by #654899.
   * jh_depends no longer emits dependencies with java-runtime or
     java2-runtime.  The minimum generated dependency is now
     java5-runtime.
   * Corrected class version calculation on big-endian architectures.
     Thanks to Kai Ruschenburg for the report and the correction.
     (Closes: #661632)
   * Use Standards-Versions 3.9.3 and the new DEP-5 URI in jh_makepkg
     for newly generated packages.
   * Bumped Standards-Versions 3.9.3 - no changes required.
   * Ensure the test suite fails if the java-arch.sh test fails.
 .
 javatools (0.40ubuntu2) quantal; urgency=low
 .
   * No-change rebuild with openjdk-7 as default-jdk.
 .
 javatools (0.40ubuntu1) precise; urgency=low
 .
   * Merge from Debian testing.  Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.40) unstable; urgency=low
 .
   * Fixed a regression jh_build (introduced in 0.38).
     (Closes: #656872)
   * Fixed the java architecture for s390x.
 .
 javatools (0.39) unstable; urgency=low
 .
   * Corrected java-arch.sh output for armhf, sh4 and powerpcspe.
 .
 javatools (0.38) unstable; urgency=low
 .
   * Added missing empty line the in d/control generated by jh_makepkg
   * Bumped debhelper compat to 8 in packages generated by jh_makepkg
   * Fixed the "find" expressions in jh_repack to only remove files
     named "*.jar" or "*.class".  Thanks to Andrew Ross for the report.
     (Closes: #646514)
   * Fixed a bug where jh_build would generate manifests with lines
     longer than some jar implementations would allow.  Thanks to
     Giovanni Mascellani for the report.  (Closes: #653412)
   * Fixed a bug where java-propose-classpath would "hide" javax imports.
     Thanks to Jan Janak for the report and the correction.
     (Closes: #653731)
   * Bumped dependency on libarchive-zip-perl due to some issues with
     the previous version that caused corrupt jar files.  For more
     information, please refer to #654899.  Thanks to Wookey for the
     analysis and for identifying the source of the issue.
     (Closes: #634089)
 .
 javatools (0.37ubuntu1) oneiric; urgency=low
 .
   * Merge from debian unstable. (LP: #807047) Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.37) unstable; urgency=low
 .
   [ Niels Thykier ]
   * Do not assume that $pkg/usr/share/doc is present when jh_depends
     runs.  (Closes: #632620)
   * Applied changes from NMU.
     - depend on gcj-jdk rather than gcj for java-propose-classpath.
   * Added support for -s/--same-arch in jh_lib and related shell
     scripts.  (Closes: #632619)
 .
   [ Matthew Johnson ]
   * Default to -source 1.5 in jh_build unless specified in the extra
     args (Closes: #591874)
 .
 javatools (0.36.1ubuntu1) oneiric; urgency=low
 .
   * Merge from debian unstable. (LP: #802524) Remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.36ubuntu1) oneiric; urgency=low
 .
   * Merge with Debian; remaining changes:
     - Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.36) unstable; urgency=low
 .
   * Made jh_manifest always follow symlinks - the fix for this in
     0.35 was incomplete.  (Closes: #626329)
 .
 javatools (0.35ubuntu1) oneiric; urgency=low
 .
   * Pre-generate tutorial.html; remove the build dependency on markdown.
 .
 javatools (0.35) unstable; urgency=low
 .
   * Made jh_manifest always follow symlinks even if they are passed
     via command line.  (Closes: #626329)
   * Made jh_manifest fail if there are jar files it cannot find,
     unless the jar has been excluded.  This may cause packages to
     FTBFS instead of silently not shipping a jar file.
     (Closes: #626327)
   * Improved support for --no-act in jh_manifest.
   * Made jh_depends ignore links to jars as these most likely points
     to real jar files that it will end up processing any way.
     (Closes: #610817)
 .
 javatools (0.34) unstable; urgency=low
 .
   * Fixed a regression in 0.33 that in some cases would make
     jh_installlibs install in to the system root and not the package
     root.  (Closes: #624503)
   * Removed the -O option from jh_build since it clashed with a
     common debhelper option.  The longer form (--javadoc-opts) is
     still available and should be used instead.
   * Made all "jh_lib.sh"-based tools ignore the -O option, which is
     used by dh in some cases.  If you have been using -O with
     jh_build please switch to --javadoc-opts instead.
     (Closes: #623506, #624388)
 .
 javatools (0.33) unstable; urgency=low
 .
   [ Matthew Johnson ]
   * Fixed some bugs in jh_makepkg (Closes: #593351)
   * Support epochs in jh_installibs version mangling (Closes: #617897)
 .
   [ Niels Thykier ]
   * Bumped Standards-Version 3.9.2 - no changes required.
     - Also bumped S-V in jh_makepkg.
   * Removed DMUA flag; no longer needed.
   * Removed -5/--sun5 option from jh_makepkg.
   * Used gcj-jdk instead of java-gcj-compat-dev in jh_makepkg.
   * Put the JDK dependency in Build-Depends of the control files
     generated by jh_makepkg, since it is needed by the clean rule.
   * Made cdbs run jh_installlibs before jh_manifest and jh_classpath.
     (Closes: #621857)
   * Converted tutorial into markdown format.
   * jh_installlibs now properly picks up the version of native packages.
     (Closes: #612404)
   * Made jh_installlibs respect its --tmpdir option. Previously it was
     silently ignored.
   * Added missing B-D-I on perl (for pod2man).
   * Migrated jh_generateorbitdir to the perl Manifest handler.
   * Fixed typo in jh_generateorbitdir and in jh_compilefeatures.
   * Fixed jh_classpath, which was horribly broken after the 0.32 upload.
     - It now adds debian/<pkg> automatically if it appears to be needed.
   * Made jh_manifest check the package dir if given a jar file, if said
     jar file does not exist.
   * Updated file suggestions for jh_classpath and added a note about
     the sequence change in the tutorial.
   * Updated jh_makepkg:
     - It now creates a separate doc package for the javadoc if making
       a library package.
     - It now adds ${java:Recommends} to all binary packages added.
   * Replaced old copyright template with a DEP-5 version.  Thanks to
     Martin Quinson for the suggestion and the template.
     (Closes: #623035)
 .
 javatools (0.32) unstable; urgency=low
 .
   [ Niels Thykier ]
   * Fixed quoting issue in jh_compilefeatures.
   * Renamed a function in the Eclipse module.
   * fetch-eclipse-source script to create tarballs from some eclipse
     upstreams. Its requirements have been added to javahelper's
     suggests.
   * Replaced jh_libs with jh_installlibs in the description of
     javahelper.
   * Bumped Standards-Versions to 3.9.0 - no changes required.
   * jh_depends now treats "headless" for the --jvm option differently.
     if "headless" is present then all JREs will be specified using
     their headless version. If headless is the only value, it will be
     read as "headless default".
   * jh_depends no longer recognises "sun5" as a valid JVM, since this
     has been removed from the archive. "sun" is now an alias of "sun6".
   * The --jvm "gcj" value for jh_depends now uses gcj-jre and not
     java-gcj-compat, since the latter is now a virtual package.
   * Made jh_depends produce (>= ${source:Version}) instead of
     (= ${binary:Version}). The latter would break with binNMUs.
   * jh_depends now generates a dependency list for javadocs based on
     which system javadocs they have been linked against. These packages
     are added to the new ${java:Recommends} variable.
   * jh_installeclipse now always emits ${orbit:Depends} even if it
     would be empty.
   * Fixed a formatting issue in the eclipse helpers.
   * Rewrote jh_manifest using debhelper as backend.
     - it now produces deterministic output (Closes: #574029)
     - removed all depends on python.
     - comments are now allowed in d/manifest files.
     - it will now produce a warning if a jar file listed in a d/manifest-
       file cannot be found (unless the jar was excluded).
   * Reordered the javahelper sequence so that jh_installlibs is now run
     before jh_classpath and jh_manifest.
 .
   [ Matthew Johnson ]
   * If jars aren't specified by absolute path try finding them under
     /usr/share/java (Closes: #586783)
   * jh_build will now -link any javadoc in a package that you build-depend
     on
   * fix jh_build documentation
 .
 javatools (0.31) unstable; urgency=low
 .
   [ Matthew Johnson ]
   * Put javadoc in doc-base section Programming/Java (Closes: #579391)
   * Use debian instead of debian_bundle: the latter is deprecated
 .
   [ Niels Thykier ]
   * Fixed missing clean of the orbitdeps cache.
   * Made jh_generateorbitdir handle absolute paths correctly.
   * Updated jh_{generateorbitdir,installeclipse} manpages.
   * Use "readlink -f" rather than "realpath". (Closes: #580840).
     Thanks to Colin Watson.
   * Added missing set -e to jarwrapper's prerm and postinst.
   * Corrected versioned depends on debhelper.
   * Corrected reference to javahelper's tutorials in the eclipse helpers.
   * Added manpage for jh_clean, jarwrapper and jardetector.
   * Removed the deprecated jh_libs command.
     - It has been deprecated since 0.6 (Feb 2008)
   * Updated the synopsis of the java-propose-classpath package to better
     describe what it provides.
 .
 javatools (0.30) unstable; urgency=low
 .
   [ Niels Thykier ]
   * Added myself to uploaders.
   * Created debhelper-like scripts for building eclipse features and
     added a dh7 sequence.
   * Added Vcs-* fields.
   * Replaced references to "dh_clean -k" with "dh_prep" in the tutorial.
     (Closes: #571097)
   * Added DM-Upload-Allowed.
   * Bumped Standards-Version to 3.8.4 - no changes required.
 .
   [ Matthew Johnson ]
   * Make it a 3.0 (native) package
 .
 javatools (0.29) unstable; urgency=low
 .
   * keep --version and jh_makepkg depends up to date with latest javahelper
     version number
   * Use default-jdk-doc instead of classpath-doc for javadoc
   * Fix jh_build --help
   * Fix passing of javadoc-opts to jh_build (Closes: #567880)
   * Change maintainers to pkg-java
   * Add -t/--transitive flag to jh_linkjars (and fix obvious bug in it)
     (Closes: #565728)
   * Add sparc64 architecture translator (Closes: #570501)
 .
 javatools (0.28) unstable; urgency=low
 .
   * Reorder things in javahelper.pm and .mk to make jh_classpath and manifest
     work with jh_installlibs
   * add various version mangling options to jh_installlibs
 .
 javatools (0.27) unstable; urgency=low
 .
   * jh_installjavadoc now allows you to install to a configurable path
     (e.g. the one in the library package which you are meant to install
     to, rather than the one in the doc package)
   * jh_installibs will detect jars with -$VERSION in their name already
     and handle them correctly (it must match the upstream version in
     the changelog)
   * Build javadoc by default in jh_build and don't pass -J in the .pm
     (fails when you also pass other args via dh). Also, don't complain
     at spurious args if we've detected running with dh.
   * Add jh_linkjars command to create/remove symlink farms from
     build-deps
   * Update tutorials
   * Make cdbs class call jh_clean
   * Ensure that cdbs class is included before ant.mk so that jh_linkjars
     works
 .
 javatools (0.26) unstable; urgency=low
 .
   * Oops fix cleaning of jars in cdbs class
   * -s should actually be -a, oops (Closes: #560869)
 .
 javatools (0.25) unstable; urgency=low
 .
   * Actually, can't use empty files in debian/
     as flags for jh_installjavadoc
   * Add jh_repack for use with uscan (Closes: #560060)
   * Update tutorials
   * Reference tutorials from man pages
 .
 javatools (0.24) unstable; urgency=low
 .
   * Add jh_installjavadoc and have jh_build create the javadoc
   * jh_makepkg depend on default-jdk not default-jdk-builddep
   * jh_makepkg doesn't use dh_javadoc
 .
 javatools (0.23) unstable; urgency=low
 .
   * Fix detecting dependencies between binary packages from the same
     source (Closes: #543109)
   * Add a java-vars.mk with useful variables for building Java programs
     and also a java-arch.sh to both jarwrapper and javahelper for anything
     which does not use make (runtime and build-time variants)
     (Closes: #558109)
   * Add a -X option to jh_depends to ignore certain packages for depends
     (Closes: #559303)
 .
 javatools (0.22) unstable; urgency=low
 .
   * Fix typo in description
   * Add misc:Depends to java-propose-classpath
 .
 javatools (0.21) unstable; urgency=low
 .
   * Fix bug in jh_manifest when manifest file doesn't exist
   * Treat DH_VERBOSE as a -v flag to all programs
   * Split java-propose-classpath off to a separate package to
     avoid a hard dependency on gcj
   * Add jh_classpath which isn't tied specifically to manifest files
   * Fix jh_build not to require a JAVA_HOME if it's not actually trying to build
   * Update jh_makepkg to produce dh 7 packages
   * Fix bug in jh_depends which results in a jarwrapper dependency but no jvm
 .
 javatools (0.20) unstable; urgency=low
 .
   * Add dh 7 module from أحمد المحمودي (Closes: #536895)
   * Fix handling of jars which are symlinks not shipped in a deb
     (eg alternatives) (Closes: #537057)
   * Change java-propose-classpath to use jar xf not unzip and remove
     dependency on zip (Closes: #537059)
   * Fix handling of multiple Debian-java-home entries
     (patch from أحمد المحمودي) (Closes: #537074)
   * Fix jh_manifest reading of manifest lines with embedded line breaks
     and CRLF (patch from أحمد المحمودي) (Closes: #537241, #537262)
   * Add jh_clean for use from dh helper
   * Add option to use jh_build from debian/javabuild for use from dh helper
   * Fix jh_installlibs when the jar is not at the top level
   * Change this package to using dh 7
 .
 javatools (0.19) unstable; urgency=low
 .
   * Remove depends on icepick, use ugly hexdump hack instead,
     since I don't want to depend on openjdk (Closes: #532122)
   * Also, fix depends checking of packages with a Main-Class but
     no Debian-Java-Home
   * Change to sections java/devel
   * Fix bashism in jarwrapper (Closes: #530110)
   * Have propose-classpath check that symlinks point to real
     files before reading them (Closes: #510590)
 .
 javatools (0.18) unstable; urgency=low
 .
   * Add cdbs class for javahelper
   * Merge experimental class version checking
   * Remove depends from jarwrapper on a JRE, everything using
     jarwrapper will need a JRE anyway.
   * Move to section java
   * Bump standards version
 .
 javatools (0.17.experimental2) experimental; urgency=low
 .
   * Fix the alternate depends to be correct
 .
 javatools (0.17.experimental1) experimental; urgency=low
 .
   * Add checking for class version in determining alternate depends
 .
 javatools (0.17) unstable; urgency=medium
 .
   * Remove build-arch-stamp and build-indep-stamp in all modes
     (Closes: #505066)
   * More manifest entry handling fixes, including in jh_depends and
     some tests (Closes: #503890)
 .
 javatools (0.16) unstable; urgency=medium
 .
   * Don't append a space to manifest entries (Closes: #501516)
 .
 javatools (0.15) unstable; urgency=medium
 .
   * Add dependency on devscripts (Closes: #499538)
 .
 javatools (0.14) unstable; urgency=low
 .
   * Change openjdk dependency to be openjdk-6-jre, package name was wrong!
 .
 javatools (0.13) unstable; urgency=low
 .
   * Rewrite jh_manifest in python to better obey jar manifest specs
     (Closes: #489214)
   * Completely recreate jar to work around fastjar bugs
     (Closes: #489432)
 .
 javatools (0.12) unstable; urgency=low
 .
   * Use openjdk instead of icedtea
   * jh_build needs to expand directory arguments to files because Sun Java
     does not support it. Also add better error handling for missing
     parameters.
 .
 javatools (0.11) unstable; urgency=low
 .
   * Fix missing "" to enable embedded spaces in jh_lib-parsed options
 .
 javatools (0.10) unstable; urgency=low
 .
   * Update to default-jdk/jre packages and default-java path
 .
 javatools (0.9) unstable; urgency=low
 .
   * Add --clean to jh_makepkg, removes common errors in Java source packages,
     such as:
       - built class files
       - built jar files
       - jar files from other packages
       - built javadoc trees
 .
 javatools (0.8) unstable; urgency=low
 .
   * Fix bug in jh_manifest when passing multiple jars on the commandline
   * Fix bug in jh_depends creating multiple identical dependencies
   * depend on realpath
 .
 javatools (0.7) unstable; urgency=low
 .
   * Calls dh_testdir in places, therefore, must depend on debhelper!
   * Bump Standards-Version
 .
 javatools (0.6) unstable; urgency=low
 .
   * Add tutorials as docs
   * jh_makepkg use build-indep (patch from "Bernhard R. Link"
         <brlink at debian.org>)
   * change jh_libs to jh_installibs, jh_libs is a script which prints a
     warning and then calls jh_installibs
   * Add maven2 to build systems in jh_makepkg (needs testing)
   * Allow multiple entries in Debian-Java-Home
   * Use unversioned jcf-dump
   * java-propose-classpath can take class names as parameters
 .
 javatools (0.5) unstable; urgency=low
 .
   * Rename source package, add build-helper binary package
   * Add help2man manpages
 .
 jarwrapper (0.4) unstable; urgency=low
 .
   * Depend on java1-runtime | java2-runtime rather than java-runtime.
     (Closes: #460235)
 .
 jarwrapper (0.3) unstable; urgency=low
 .
   * Depend on fastjar for detector (Closes: #442911)
   * Change maintainer address
 .
 jarwrapper (0.2) unstable; urgency=low
 .
   * Remove bashisms
 .
 jarwrapper (0.1) unstable; urgency=low
 .
   * Initial release (Closes: #423081)
Checksums-Sha1:
 129ae36c9ab5f6b72fa17cb4d6159779d983e2e9 2019 javatools_0.54ubuntu2.dsc
 2057815a1ea0fc9c28a758f36fb9b07705ee362c 52596 javatools_0.54ubuntu2.tar.xz
Checksums-Sha256:
 21a4453151521856c2ceea8a1dea2c8dea1dc2c5a6a7c148f7cc67b8c257aaba 2019 javatools_0.54ubuntu2.dsc
 5fa75a5b42caaa8c0692a703e6b4d3a78e4e5f96e60b103e46eaac47f3b6a019 52596 javatools_0.54ubuntu2.tar.xz
Files:
 2139f0f8abe3a7f1f392bdc8526444fd 2019 java optional javatools_0.54ubuntu2.dsc
 ff9eef4cde07a52db060f67f4696fb08 52596 java optional javatools_0.54ubuntu2.tar.xz
Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXIfV+AAoJEL1+qmB3j6b1ckkQALpfLe4uReOblkcM/ODxiDFc
oAY/bdT138nAPhItqhvsKdU4Qsvu3c1n5oHeCo0dMdgOFuubruOxTwYPCzwSbsqV
5f8GZRU9ol3GapvYKxJByXNQ9UTfMZXt9dUDG/VD68xdNQR8OLe7UY4qGSaT/YLi
RnB/XZrrWIMdiUfSGP/H1aql3fNdea53jNIW96KwmE19Q8WHTZwxZFTimQzj5qNF
ntiYgTR7TE7DQVPz356j3WX+BtJsxvP3LjC1L/r3AOKn7KEQZpi/3biTKUbL7ueC
6SgM6MpxLpd8uJ3GsYwTSdmL0EQ2X6+QweFTuFlVflUU4iLP5JjSVVRhRV4qOCJp
J3SfZSxnpqC128RvsXzBJP0doaghkbt9qHOkbwYPXLGrUXqWn6hXUuZy1Vmd3oh6
GJsWeQyr+p2BNdqI65NFCOlaDamkYh14L1iyTP1Z45J042Fg0f21XpqkbKJKJst+
yBNs17RMuExlLfvcXLdmwJruzQ4cpx9OOVWrBS4depSN/nPr3zy713eHxzg7R3EJ
1ex53KpYStTFocOliFNH5MfVvJtf4cu8nSrUbPfp+/Tww4KApp7hRCKCvrKCRYZx
tsCFCUdRxT5iiCWxPXk8han4D8oHM6ENlqRothgEVNwiEr9REtHHdkQUA5jLYFU/
7NplXmcc/FrrjqZ3KvGh
=w015
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list