Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian....@packages.debian.org
Usertags: pu
X-Debbugs-Cc: guilherme....@gmail.com


[ Reason ]
This is not a regression, but a discovered bug.

omnievents enables CORBA applications to communicate through asynchronous
broadcast channels rather than direct method calls.

omnievents-doc is a package that can be installed as a suggestion of
omnievents containing the documentation of package, but which cannot be fully
used due to broken symlink.

[ Impact ]
If not approved, the package documentation cannot be used in its entirety.

[ Tests ]
The package has been tested in stable, testing and unstable versions. Tests
using pipuparts were made using '--fail-on-broken-symlinks' option and after
the correction the problem was no longer found.

The command used in the test was:

# piuparts --fail-on-broken-symlinks omnievents-doc_2.6.2-5.1+deb11u1_all.deb

[ Risks ]
This is a trivial change, no risks.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
The fix was made in the debian/control file by adding the 'libjs-jquery'
dependency to the 'omnievents-doc' package.
Please, see the debdiff.

[ Other info ]
No more information.
diff -Nru omnievents-2.6.2/debian/changelog omnievents-2.6.2/debian/changelog
--- omnievents-2.6.2/debian/changelog   2021-01-09 07:59:32.000000000 -0300
+++ omnievents-2.6.2/debian/changelog   2022-11-28 17:20:30.000000000 -0300
@@ -1,3 +1,12 @@
+omnievents (1:2.6.2-5.1+deb11u1) bullseye; urgency=medium
+
+  * debian/control: Added 'libjs-jquery' as a dependency of 'omnievents-doc'
+    to fix broken symlinks that prevent reading part of the documentation.
+    .
+    Closes: #989339
+
+ -- Guilherme de Paula Xavier Segundo <guilherme....@gmail.com>  Mon, 28 Nov 
2022 17:20:30 -0300
+
 omnievents (1:2.6.2-5.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru omnievents-2.6.2/debian/control omnievents-2.6.2/debian/control
--- omnievents-2.6.2/debian/control     2016-07-23 17:11:03.000000000 -0300
+++ omnievents-2.6.2/debian/control     2022-11-28 17:20:30.000000000 -0300
@@ -45,7 +45,8 @@
 Package: omnievents-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+         libjs-jquery
 Description: omniORB event service documentation
  This package contains omniEvents manual and doxygen generated documentation.
  .

Reply via email to