[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1025670: meta-kde: Limit architectures for marble to those where qtwebengine is available.



Source: meta-kde
Version: 5:135
Severity: important
Tags: patch

Dear Maintainer,

marble can only be built on architectures where qtwebengine5-dev is available and needs to be removed from the other architectures to unblock testing migration.

The attached patch updates the marble dependency accordingly.

Kind Regards,

Bas
diff -Nru meta-kde-135/debian/changelog meta-kde-135.1/debian/changelog
--- meta-kde-135/debian/changelog	2022-11-30 07:17:31.000000000 +0100
+++ meta-kde-135.1/debian/changelog	2022-12-07 10:56:14.000000000 +0100
@@ -1,3 +1,10 @@
+meta-kde (5:135.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Limit architectures for marble to those where qtwebengine is available.
+
+ -- Bas Couwenberg <sebastic@debian.org>  Wed, 07 Dec 2022 10:56:14 +0100
+
 meta-kde (5:135) unstable; urgency=medium
 
   * Bump the minimum Plasma version to 4:5.26.4.
diff -Nru meta-kde-135/debian/control meta-kde-135.1/debian/control
--- meta-kde-135/debian/control	2022-11-30 07:17:31.000000000 +0100
+++ meta-kde-135.1/debian/control	2022-12-07 10:56:10.000000000 +0100
@@ -167,7 +167,7 @@
          ktouch (>= ${kde:Version}),
          kturtle (>= ${kde:Version}),
          kwordquiz (>= ${kde:Version}),
-         marble (>= ${kde:Version}),
+         marble (>= ${kde:Version}) [amd64 arm64 armhf i386 mips64el mipsel],
          minuet (>= ${kde:VersionNoEpoch}),
          parley (>= ${kde:Version}) [amd64 arm64 armhf i386 mipsel],
          rocs (>= ${kde:Version}),

Reply to: