Your message dated Wed, 25 Aug 2021 11:19:04 +0000
with message-id <[email protected]>
and subject line Bug#970723: fixed in xom 1.2.10-2
has caused the Debian Bug report #970723,
regarding libxom-java: missing dependency on jaxen in POM
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
970723: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970723
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxom-java
Tags: patch
Hello,
Sources of jaxen were stripped from xom source, using Debian-provided
libjaxen-java instead. However, the dependency on jaxen is not
registered in pom.xml, resulting in failures of reverse dependencies of
libxom-java:
java.lang.NoClassDefFoundError: org/jaxen/NamespaceContext
I propose adding the following to libxom-java's pom.xml:
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ </dependency>
This way Maven builds/tests of sources depending on xom will
transitively pull in jaxen.
Andrius
--- End Message ---
--- Begin Message ---
Source: xom
Source-Version: 1.2.10-2
Done: Andrius Merkys <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xom, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrius Merkys <[email protected]> (supplier of updated xom package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 25 Aug 2021 06:42:52 -0400
Source: xom
Architecture: source
Version: 1.2.10-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 970723
Changes:
xom (1.2.10-2) unstable; urgency=medium
.
* Team upload.
* Remove Kumar Appaiah from uploaders.
* Updating Vcs-* tags to point to salsa.debian.org.
* Watching releases on GitHub.
* Registering dependency on jaxen in POM (Closes: #970723).
* Wrapping and sorting.
Checksums-Sha1:
1786a6c245d1abfa10b4c9a0a0eeb9ed25467e21 2155 xom_1.2.10-2.dsc
a02dc6226debb094d4519f1dfc191efd7a683bb1 7428 xom_1.2.10-2.debian.tar.xz
8a9c4841db1407f2ee73fa2b786721c63e31af2c 7421 xom_1.2.10-2_source.buildinfo
Checksums-Sha256:
31f87f63649b6743f09e79c4c61f02ac10dc2e9765a0c06c7a3fe3d58f72da8b 2155
xom_1.2.10-2.dsc
7e7ebe223f228c0cd3b935f89eb80c6b6abfdedf2f00ed721acea5afd5147eae 7428
xom_1.2.10-2.debian.tar.xz
8afde6b8bbac329afcb7262f927b0282e2ad96bb78c8ceaf0b55179658bf7305 7421
xom_1.2.10-2_source.buildinfo
Files:
fcff1e7393e261a6845d882f06dc359c 2155 java optional xom_1.2.10-2.dsc
15ce47f7a484cce28d846794c4089724 7428 java optional xom_1.2.10-2.debian.tar.xz
72ae212425b3ee337bd5d7c0563742e9 7421 java optional
xom_1.2.10-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmEmIRgSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHtVgP/3U5pMmuLN7gjtqI6g/PUQMH8thd1ynr
+qC7xqhhu9ZgxhxwudORczQ8VBQOrbJC9zKRgiWEbQzQJvhzPkfUpX/ilGX7P7F2
kgbz0mK7xjOgB7PgpnAfTTFZO5+1thHJv6sFi/AVUVETxG3fHTKF7BvpQl/wh+aZ
0ltgYAl3qB2LgZnvaUgIAad0EkbJKevD5x9PLoygV7JaOWuIYQZplZie7RvYlSim
nFhokwDByMWckewMUuzl3U2DL2tfFeI7tFVSTTtRto5SdlVUax47DKRrBorcHhap
QT7Fc681oAjTrOxGdzc4vgfmEkDgXbcrVgN04XYOaxY2dO/PzJgGsPnK78Zb39sE
srlVQScWtLLgxsRFjT8q7sJyoH6gbbWu05Mk9gAdq1eQCYGVT3I8fBKRLAOBzUW1
D0kiyB510nkNr4XdAu1C9zP+HtfSxi7EyQB5zZM3SUMZBD/VKuglKIa4WhTPScL5
tMAtXXsu8CUNlhcGgmwUlGfMIJekkC/sck2rOMf2dolGNSgQDMpx/raQHeanyX6H
FJmUg0wevDiqPlndCma4PK8HG8S6N2SUGUZ28b47jBki43zsbSajgXxaY2YEvlFp
78CUwf+vnxLw46e7Irm//lnh++lZpFJoWqmzZza+o+vKKt8xqtlnhErGf7mr6RJk
8NrqgSEer1Zo
=PqM2
-----END PGP SIGNATURE-----
--- End Message ---