-
37e4498...
by
Colin Watson
on 2014-07-28
-
Import patches-unapplied version 0.46ubuntu2 to ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: 43b8bf84b233d9047a5bc8264b86a0eab89a0247
New changelog entries:
* The archdir for ppc64el is now "ppc64".
-
43b8bf8...
by
Logan Rosen
on 2014-05-12
-
Import patches-unapplied version 0.46ubuntu1 to ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: fac9839491835585695a1615f146c75a6ab4dfb5
New changelog entries:
* Merge from Debian unstable. Remaining changes:
- Pre-generate tutorial.html; remove the build dependency on markdown.
* Regenerate tutorial.html.
-
fac9839...
by
Dmitry Smirnov <email address hidden>
on 2014-03-19
-
Import patches-unapplied version 0.46 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 028d6cf8c003e30cdff65a89c711273a81d0ebd3
New changelog entries:
* 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.
-
028d6cf...
by
Niels Thykier
on 2013-10-06
-
Import patches-unapplied version 0.45 to debian/sid
Imported using git-ubuntu import.
Changelog parent: b78b65fcf53693e34235d5b9b19ceea14f419edd
New changelog entries:
* 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)
-
b78b65f...
by
Niels Thykier
on 2013-09-24
-
Import patches-unapplied version 0.44 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 0f354dd90ad554dafb102accfc796381a5d41b4a
New changelog entries:
* 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.
-
0f354dd...
by
Niels Thykier
on 2012-06-20
-
Import patches-unapplied version 0.43 to debian/sid
Imported using git-ubuntu import.
Changelog parent: b267ed25a4d0d68e33cfa8de7cf605b2618a2fe1
New changelog entries:
* 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.
-
b267ed2...
by
Niels Thykier
on 2012-06-19
-
Import patches-unapplied version 0.42 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 101095fcce4bb2351844b78f557d2c248a94cccb
New changelog entries:
* 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.
-
101095f...
by
Niels Thykier
on 2012-03-13
-
Import patches-unapplied version 0.41 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 5c4f611f260f540e72a19e420f9af9f98c6bdaa7
New changelog entries:
[ 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.
-
5c4f611...
by
Niels Thykier
on 2012-01-23
-
Import patches-unapplied version 0.40 to debian/sid
Imported using git-ubuntu import.
Changelog parent: ba1017ee543418ba1e72eb1362499c1ce40402c6
New changelog entries:
* Fixed a regression jh_build (introduced in 0.38).
(Closes: #656872)
* Fixed the java architecture for s390x.
-
ba1017e...
by
Niels Thykier
on 2012-01-17
-
Import patches-unapplied version 0.39 to debian/sid
Imported using git-ubuntu import.
Changelog parent: c5da68063272b63a854b7f26366a585c7cadec34
New changelog entries:
* Corrected java-arch.sh output for armhf, sh4 and powerpcspe.