Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Fix FTBFS by changing the jaxb api version to debian in
· eb241ca1
Markus Koschany
authored
Nov 16, 2018
javadoc-classpath.patch. Closes: #913840 Thanks: Adrian Bunk for the report.
eb241ca1
Update changelog
· e0a5cc39
Markus Koschany
authored
Nov 16, 2018
e0a5cc39
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e0a5cc39
jackson-dataformat-xml (2.9.7-2) unstable; urgency=medium
* Fix FTBFS by changing the jaxb api version to debian in
javadoc-classpath.patch.
Thanks to Adrian Bunk for the report. (Closes: #913840)
-- Markus Koschany <apo@debian.org> Fri, 16 Nov 2018 22:36:52 +0100
jackson-dataformat-xml (2.9.7-1) unstable; urgency=medium
* New upstream version 2.9.7.
...
...
debian/patches/javadoc-classpath.patch
View file @
e0a5cc39
...
...
@@ -26,7 +26,7 @@ index 181a0ae..605c61e 100644
+ <additionalDependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>
2.3.0
</version>
+ <version>
debian
</version>
+ </additionalDependency>
+ </additionalDependencies>
+ </configuration>
...
...