javatools 0.79 source package in Ubuntu

Changelog

javatools (0.79) unstable; urgency=medium

  [ Vladimir Petko ]
  * Support Java 21 (Closes: #1040512)

  [ tony mancill ]
  * Update string literals in jh_build for Test::Perl::Critic
  * Rename variable in jh_manifest due to Perl::Critic warning about magic var
  * Adjust formatting of CheckIntProperty
  * Remove Fedora-License from debian/copyright (no longer applicable)
  * Rework debian/copyright into machine-readable format
  * Drop dependency on obsolete bsdmainutils
  * Bump Standards-Version to 4.6.2 (no changes)

 -- tony mancill <email address hidden>  Fri, 28 Jul 2023 22:15:46 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javatools_0.79.dsc 1.9 KiB ea6a3cd90b0d3c8981a03bae86eb622eb81ef8ce60ba1fccfa36614c6d9fa4d1
javatools_0.79.tar.xz 52.3 KiB 7f3ec90bfac7904a37cac890cd0816b3a2fc42a895def341215640ffebfda3c4

Available diffs

No changes file available.

Binary packages built by this source

jarwrapper: Run executable Java .jar files

 Jarwrapper sets up binfmt-misc to run executable jar files
 using the installed java runtime.
 .
 It also includes a /usr/share/jarwrapper/java-arch.sh script
 to convert Debian architecture names into java names to locate
 libjvm.so

java-propose-classpath: Helper script to suggest a classpath for jar files

 java-propose-classpath analyzes a set of jar files and the installed
 jars on the system to suggest a correct classpath for use with
 jh_classpath/jh_manifest
 .
 This package should not be in any build-depends since java-propose-classpath
 cannot be run automatically.

javahelper: Helper scripts for packaging Java programs

 Javahelper contains several scripts which help in packaging
 Java programs.
 .
 jh_depends searches jars to find which packages they depend on,
 similar to dh_shlibdeps. It will also add depends on jarwrapper
 for packages with executable jars.
 .
 jh_classpath will register the classpath dependencies for each
 jar so that they can be automatically loaded when that jar is
 used by other programs.
 .
 jh_manifest updates the manifest in jar files according to
 a provided spec so that the resultant jar files will work with
 jarwrapper-enabled packages.
 .
 jh_exec looks for symlinks to jars which should be executable
 and makes them executable
 .
 jh_build builds java files to jars for you.
 .
 jh_installlibs installs library jars into the correct locations
 .
 jh_makepkg generates a template for a Debian Java package for you
 .
 jh_installeclipse installs features/plugins built by pde-build.
 .
 jh_setupenvironment prepares an out of source built for eclipse builds.
 .
 jh_generateorbitdir creates and populates an orbit dir for eclipse
 builds.
 .
 jh_compilefeatures compiles eclipse features based on feature ids.
 .
 /usr/share/javahelper/java-vars.mk provides a selection of useful
 variables such as various JVM paths and the JVM name for the architecture
 .
 /usr/share/javahelper/java-arch.sh converts Debian architecture
 names into java names to locate libjvm.so in non-make build systems
 .
 javahelper provides CDBS and dh macros so that it can be used with those
 package build systems.
 .
 Note that some of the eclipse helpers depends on packages not pulled
 by default (like with devscripts). You can find these scripts in
 Suggests.