Bug#1007911: meta-gnome3: Don't require libreoffice on riscv64 where it is not available
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Mar 18 12:29:13 GMT 2022
Package: meta-gnome3
Version: 1%40+1
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Dear Maintainer,
LibreOffice is not available on riscv64.
Don't require libreoffice on riscv64 where it is not available Edit
In Ubuntu, the attached patch was applied to achieve the following:
* Don't require libreoffice on riscv64 where it is not available
(LP: #1965304)
Thanks for considering the patch.
-- System Information:
Debian Release: bookworm/sid
APT prefers jammy
APT policy: (500, 'jammy')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.15.0-22-generic (SMP w/32 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru meta-gnome3-41+1/debian/control meta-gnome3-41+1ubuntu1/debian/control
--- meta-gnome3-41+1/debian/control 2021-11-15 21:44:25.000000000 +0100
+++ meta-gnome3-41+1ubuntu1/debian/control 2022-03-17 14:07:01.000000000 +0100
@@ -6,7 +6,7 @@
Section: metapackages
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Jeremy Bicha <jbicha at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
Standards-Version: 4.5.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
@@ -121,10 +121,10 @@
evolution (>= 3.36),
gnome-sound-recorder,
gnome-tweaks (>= 3.30),
- libreoffice-gnome,
- libreoffice-writer,
- libreoffice-calc,
- libreoffice-impress,
+ libreoffice-gnome [!riscv64],
+ libreoffice-writer [!riscv64],
+ libreoffice-calc [!riscv64],
+ libreoffice-impress [!riscv64],
libgsf-bin,
rhythmbox (>= 3.0),
seahorse (>= 3.36),
diff -Nru meta-gnome3-41+1/debian/control.in meta-gnome3-41+1ubuntu1/debian/control.in
--- meta-gnome3-41+1/debian/control.in 2021-11-15 21:44:25.000000000 +0100
+++ meta-gnome3-41+1ubuntu1/debian/control.in 2022-03-17 14:07:01.000000000 +0100
@@ -117,10 +117,10 @@
evolution (>= 3.36),
gnome-sound-recorder,
gnome-tweaks (>= 3.30),
- libreoffice-gnome,
- libreoffice-writer,
- libreoffice-calc,
- libreoffice-impress,
+ libreoffice-gnome [!riscv64],
+ libreoffice-writer [!riscv64],
+ libreoffice-calc [!riscv64],
+ libreoffice-impress [!riscv64],
libgsf-bin,
rhythmbox (>= 3.0),
seahorse (>= 3.36),
More information about the pkg-gnome-maintainers
mailing list