Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package libxml-security-java One of the tests in libxml-security-java prevented that the package could be built on Debian's autobuilders. We worked around this issue by disabling the test suite and not just ignoring possible errors. [1] I also took the opportunity to improve the short description of libxml-security-java. [2] Please find attached the debdiff. Regards, Markus [1] https://bugs.debian.org/852930 [2] https://bugs.debian.org/756642 unblock libxml-security-java/1.5.8-2
diff -Nru libxml-security-java-1.5.8/debian/changelog libxml-security-java-1.5.8/debian/changelog --- libxml-security-java-1.5.8/debian/changelog 2016-11-16 16:39:56.000000000 +0100 +++ libxml-security-java-1.5.8/debian/changelog 2017-02-06 12:47:14.000000000 +0100 @@ -1,3 +1,12 @@ +libxml-security-java (1.5.8-2) unstable; urgency=medium + + * Team upload. + * maven.properties: Skip the tests to prevent build failure on amd64. + (Closes: #852930) + * libxml-security-java: Improve the short description. (Closes: #756642) + + -- Markus Koschany <a...@debian.org> Mon, 06 Feb 2017 12:47:14 +0100 + libxml-security-java (1.5.8-1) unstable; urgency=medium * New upstream release diff -Nru libxml-security-java-1.5.8/debian/control libxml-security-java-1.5.8/debian/control --- libxml-security-java-1.5.8/debian/control 2016-11-16 16:38:15.000000000 +0100 +++ libxml-security-java-1.5.8/debian/control 2017-02-06 12:47:14.000000000 +0100 @@ -33,7 +33,7 @@ Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libxml-security-java-doc -Description: Apache Santuario +Description: Apache Santuario -- XML Security for Java Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports diff -Nru libxml-security-java-1.5.8/debian/maven.properties libxml-security-java-1.5.8/debian/maven.properties --- libxml-security-java-1.5.8/debian/maven.properties 2016-04-29 01:41:43.000000000 +0200 +++ libxml-security-java-1.5.8/debian/maven.properties 2017-02-06 12:47:14.000000000 +0100 @@ -1,5 +1,5 @@ # Include here properties to pass to Maven during the build. # For example: -# maven.test.skip=true -maven.test.failure.ignore=true +# See also #852930 +maven.test.skip=true