javatools 0.45ubuntu1 source package in Ubuntu
Changelog
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. -- Logan Rosen <email address hidden> Sun, 01 Dec 2013 22:20:32 -0500
Upload details
- Uploaded by:
- Logan Rosen
- Sponsored by:
- Iain Lane
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
javatools_0.45ubuntu1.tar.gz | 65.8 KiB | db40986dcafdabc09bbfbb93d50b2082bd7f4081122649149b319c1c8cf34595 |
javatools_0.45ubuntu1.dsc | 2.0 KiB | fde150354fa92014eda50a8c9d78beff1c768435ea76681bab1660b98c2b0a4b |
Available diffs
- diff from 0.43ubuntu3 to 0.45ubuntu1 (14.7 KiB)
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: No summary available for java-propose-classpath in ubuntu utopic.
No description available for java-propose-
classpath in ubuntu utopic.
- 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.