Package: ant / 1.10.13-1~bpo11+1
Metadata
Package | Version | Patches format |
---|---|---|
ant | 1.10.13-1~bpo11+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0009 reproducible timestamp task.patch | (download) |
src/main/org/apache/tools/ant/taskdefs/Tstamp.java |
31 30 + 1 - 0 ! |
add support for the source_date_epoch variable in the tstamp task |
0010 reproducible javadoc task.patch | (download) |
src/main/org/apache/tools/ant/taskdefs/Javadoc.java |
10 10 + 0 - 0 ! |
improves the reproducibility of the javadoc task for the debian builds by setting the locale to 'en' and the encoding to UTF-8 if none was specified and SOURCE_DATE_EPOCH is set. |
0011 reproducible propertyfile task.patch | (download) |
src/main/org/apache/tools/ant/util/DateUtils.java |
5 5 + 0 - 0 ! |
improves the reproducibility of the propertyfile task for the debian builds by using the date specified by the SOURCE_DATE_EPOCH variable in the header of the .properties file generated |
0013 auto adjust target.patch | (download) |
src/main/org/apache/tools/ant/taskdefs/Javac.java |
13 10 + 3 - 0 ! |
adjust the source compatibility automatically for debian builds with java 9 |
0015 javadoc ignore source errors.patch | (download) |
src/main/org/apache/tools/ant/taskdefs/Javadoc.java |
6 6 + 0 - 0 ! |
ignore source errors when using the default doclet with java 9 |
0017 usrmerge proof.patch | (download) |
src/script/ant |
10 1 + 9 - 0 ! |
with usrmerge configured, ant may be called via /bin/ant. In this case it fails with: /bin/ant: 1: cd: can't cd to /bin/../share/ant/bin/.. Using 'readlink -f' instead of this cumbersome while loop solves the problem. |
0018 disable doclint.patch | (download) |
src/main/org/apache/tools/ant/taskdefs/Javadoc.java |
5 5 + 0 - 0 ! |
disable doclint by default when building a debian package |
0019 build date.patch | (download) |
src/main/org/apache/tools/ant/version.txt |
2 1 + 1 - 0 ! |
set (compilation) date to the property build_date DATE is used to set the "compiled on" value for `ant -version`. A separate property avoids overlap with other uses of the TODAY property. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014635 |
0020 junit5 compatibility.patch | (download) |
src/tests/junit/org/apache/tools/ant/taskdefs/optional/junitlauncher/LegacyXmlResultFormatterTest.java |
5 5 + 0 - 0 ! |
fixes the compatibility with the version of junit5 in debian |