Package: accessodf
Version: 0.1.1~b-1.1
Severity: wishlist

Hi,

- ridl.jar
- juh.jar
- jurt.jar
- unoil.jar

are packaged in separate packages since LO 6.4.x. Of course
libreoffice-java-common still depends on them for compatibility..

But I think packages (build-)depending on them should explicitely tell
packages needed, not rely on them being implicitely pulled in by
libreoffice-java-common.

So...

Patch :-):

(https://salsa.debian.org/a11y-team/accessodf/-/merge_requests/1)

diff --git a/debian/changelog b/debian/changelog
index 1ec0fb9..4c99081 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 accessodf (0.1.1~b-2) UNRELEASED; urgency=medium

+  [ Samuel Thibault ]
   * control: Migrate priority to optional.
   * control: Bump Standards-Version to 4.4.0.
   * watch: Generalize pattern.

+  [ Rene Engelhard ]
+  * explicitely (Build-)Depend on libridl-java, libjurt-java, libjuh-java,
+    libunoil-java
+
  -- Samuel Thibault <sthiba...@debian.org>  Tue, 02 Feb 2016 01:07:27 +0100

 accessodf (0.1.1~b-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f959e72..065dd0b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: editors
 Priority: optional
 Maintainer: Sebastian Humenda <shume...@gmx.de>
 Build-Depends: debhelper (>= 7.0.50~), ant (>= 1.8~), ant-optional,
-    libcommons-collections3-java, libreoffice-java-common (>=
1:3.5.0~), unzip,
-    default-jdk, maven-repo-helper
+    libcommons-collections3-java, libridl-java, libjurt-java, libjuh-java,
+    libunoil-java, unzip, default-jdk, maven-repo-helper
 Standards-Version: 4.4.0
 Homepage: http://sourceforge.net/p/accessodf

@@ -48,7 +48,8 @@ Section: java
 Replaces: accessodf (<< 0.1-3)
 Breaks: accessodf (<< 0.1-3)
 Depends: ${misc:Depends}, libcommons-collections3-java,
-       libreoffice-java-common, libreoffice-writer
+       libridl-java, libjurt-java, libjuh-java, libunoil-java,
+        libreoffice-java-common, libreoffice-writer
 Description: library for checking accessibility in ODF/ODT documents
using Libreoffice
  AccessODF is an extension that can be used in OpenOffice.org Writer
and in
  LibreOffice Writer. It enables authors to find and repair
accessibility issues

Regards,

Rene

Reply via email to