Source: gnome-chemistry-utils
Version: 0.14.17-1
Severity: wishlist
Tags: patch

Hi Daniel

The gcu-plugin package has a dependency on ${vendor:Browser}. This prevents gnome-chemistry-utils from migrating in Ubuntu because firefox does not build on s390x currently.

Please consider downgrading the Depends on ${vendor:Browser} to Recommends as per the following patch.

+++ a/debian/control
+++ b/debian/control
@@ -74,8 +74,8 @@
 Architecture: any
 Depends: libgcu0v5 (= ${binary:Version}),
          ${misc:Depends},
-         ${shlibs:Depends},
-         ${vendor:Browser}
+         ${shlibs:Depends}
+Recommends: ${vendor:Browser}
 Description: GNOME chemistry utils (browser plugin)
  The GNOME Chemistry Utils provide C++ classes and Gtk+-2 widgets
  related to chemistry. They will be used in future versions of both


Regards
Graham

Reply via email to