1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
jaxb (2.3.0.1-10) unstable; urgency=medium
* Team upload.
* Fixed the runtime error with OpenJDK 17 (Closes: #982539)
* Tightened the dependency on libdtd-parser-java (>= 1.2)
* Standards-Version updated to 4.5.1
* Switch to debhelper level 13
-- Emmanuel Bourg <ebourg@apache.org> Thu, 11 Feb 2021 16:45:01 +0100
jaxb (2.3.0.1-9) unstable; urgency=medium
* Team upload.
* Clamp the timestamp in the header of the files generated by XJC
to SOURCE_DATE_EPOCH to improve the reproducibility
* Standards-Version updated to 4.4.0
-- Emmanuel Bourg <ebourg@apache.org> Sat, 17 Aug 2019 00:47:25 +0200
jaxb (2.3.0.1-8) unstable; urgency=medium
* Team upload.
* Fixed the removal of the alternatives (Closes: #916641)
-- Andreas Beckmann <anbe@debian.org> Wed, 03 Apr 2019 09:23:42 +0200
jaxb (2.3.0.1-7) unstable; urgency=medium
* Team upload.
* Install the xjc and schemagen command line tools into a new jaxb package
(Closes: #905357)
* Relocate the old com.sun.xml.bind artifacts (Closes: #906916)
* Added xml-resolver.jar to the classpath of jaxb-xjc.jar
-- Emmanuel Bourg <ebourg@apache.org> Thu, 13 Dec 2018 10:37:48 +0100
jaxb (2.3.0.1-6) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 11 (Closes: #912461)
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Fri, 30 Nov 2018 18:59:21 +0100
jaxb (2.3.0.1-5) unstable; urgency=medium
* Team upload.
* Add javax.activation.jar to the classpath of the jars
* Standards-Version updated to 4.2.0
-- Emmanuel Bourg <ebourg@apache.org> Fri, 03 Aug 2018 16:30:15 +0200
jaxb (2.3.0.1-4) unstable; urgency=medium
* Team upload.
* Build the jaxb-jxc-jdk9 and jaxb-xjc-jdk9 modules
* Standards-Version updated to 4.1.5
-- Emmanuel Bourg <ebourg@apache.org> Tue, 24 Jul 2018 20:31:24 +0200
jaxb (2.3.0.1-3) unstable; urgency=medium
* Team upload.
* Rebuild jaxb against the latest version of jaxb-api to fix FTBFS on buildd.
* Tighten B-D on libjaxb-api-java to >= 2.3.0-2.
-- Markus Koschany <apo@debian.org> Tue, 05 Jun 2018 14:24:12 +0200
jaxb (2.3.0.1-2) unstable; urgency=medium
* Team upload.
* Backported the fix for the xjc Ant task in non fork mode (Closes: #882525)
-- Emmanuel Bourg <ebourg@apache.org> Tue, 29 May 2018 16:12:21 +0200
jaxb (2.3.0.1-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
- No longer build the jaxb1 module and dropped the dependency on libmsv-java
- Removed the patch replacing nb-javac-api with a system dependency
on tools.jar (Closes: #893214)
* Standards-Version updated to 4.1.4
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 29 May 2018 12:49:57 +0200
jaxb (2.3.0-3) unstable; urgency=medium
* Team upload.
* Use absolute classpaths instead of relative ones and support the use case
when jars are temporarily copied (not symlinked) to different locations.
This will partially fix #882525.
-- Markus Koschany <apo@debian.org> Tue, 28 Nov 2017 23:54:28 +0100
jaxb (2.3.0-2) unstable; urgency=medium
* Team upload.
* Added a symbolic link from /usr/share/java/jaxb-impl.jar to jaxb-runtime.jar
to preserve the backward compatibility.
* Standards-Version updated to 4.1.1
-- Emmanuel Bourg <ebourg@apache.org> Thu, 12 Oct 2017 23:35:29 +0200
jaxb (2.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Build with Maven instead of Ant
- Fixed the compatibility with args4j 2.x
- Removed the dependency on dom4j, isorelax, relaxngcc
and xml-commons-resolver1.1
- Build librngom-java and relocate the org.kohsuke.rngom artifact
to com.sun.xml.bind.external
- Build libtxw2-java and relocate the com.sun.xml.txw2 artifacts
to org.glassfish.jaxb
- Build libcodemodel-java and relocate the com.sun.codemodel artifacts
to org.glassfish.jaxb
- Build libxsom-java and relocate the com.sun.xsom artifact
to org.glassfish.jaxb
- Refreshed debian/copyright
- Build with xml-resolver instead of com.sun.org.apache.xml:resolver
- Replaced nb-javac-api with com.sun:tools
- Added a relocation from jaxb-impl to jaxb-runtime
* Track and download the new releases from GitHub
* Standards-Version updated to 4.1.0
* Switch to debhelper level 10
* Updated the Homepage field
-- Emmanuel Bourg <ebourg@apache.org> Thu, 28 Sep 2017 21:02:01 +0200
jaxb (2.2.5-2) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 8
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 03 May 2016 22:03:03 +0200
jaxb (2.2.5-1) unstable; urgency=medium
* Initial release. (Closes: #734727)
-- Timo Aaltonen <tjaalton@debian.org> Mon, 01 Sep 2014 14:26:44 +0300
|