Your message dated Tue, 8 Mar 2022 19:06:10 +0800
with message-id <[email protected]>
and subject line Re: Bug#1006918: docker.io: RISC-V support missing for
docker.io
has caused the Debian Bug report #1006918,
regarding docker.io: RISC-V support missing for docker.io
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1006918: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006918
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: docker.io
Version: 20.10.11+dfsg1-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jammy ubuntu-patch
Dear Maintainer,
docker.io can be easily enabled to support the riscv64 architecture by
adding it in debian control.
*** /tmp/tmp8s296zdv/bug_body
In Ubuntu, the attached patch was applied to achieve the following:
* Enable riscv64 architecture (LP: #1963920)
Thanks for considering the patch.
Best regards
Heinrich
-- System Information:
Debian Release: bookworm/sid
APT prefers jammy
APT policy: (500, 'jammy')
Architecture: riscv64
Kernel: Linux 5.15.0-1004-generic (SMP w/4 CPU threads)
Locale: LANG=C.UTF-8, LC_CTYPE=C.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
diff -Nru docker.io-20.10.12/debian/control docker.io-20.10.12/debian/control
--- docker.io-20.10.12/debian/control 2022-01-14 20:23:16.000000000 +0100
+++ docker.io-20.10.12/debian/control 2022-03-07 16:57:50.000000000 +0100
@@ -1,8 +1,7 @@
Source: docker.io
Section: admin
Priority: optional
-Maintainer: Ubuntu Developers <[email protected]>
-XSBC-Original-Maintainer: Paul Tagliamonte <[email protected]>
+Maintainer: Paul Tagliamonte <[email protected]>
Uploaders: Docker Packaging Team <[email protected]>,
Tianon Gravi <[email protected]>
Build-Conflicts: golang-github-docker-docker-dev
@@ -32,7 +31,7 @@
XS-Go-Import-Path: github.com/docker/docker
Package: docker.io
-Architecture: amd64 arm64 armhf i386 ppc64el s390x
+Architecture: amd64 arm64 armhf i386 ppc64el riscv64 s390x
Depends: adduser,
containerd (>= 1.2.6-0ubuntu1~),
iptables,
--- End Message ---
--- Begin Message ---
Control: notfound -1 20.10.11+dfsg1-2
On Tue, Mar 08, 2022 at 09:24:36AM +0100, Heinrich Schuchardt wrote:
> Package: docker.io
> Version: 20.10.11+dfsg1-2
> Severity: normal
> Tags: patch
> User: [email protected]
> Usertags: origin-ubuntu jammy ubuntu-patch
>
> Dear Maintainer,
>
> docker.io can be easily enabled to support the riscv64 architecture by
> adding it in debian control.
>
> *** /tmp/tmp8s296zdv/bug_body
>
> In Ubuntu, the attached patch was applied to achieve the following:
>
> * Enable riscv64 architecture (LP: #1963920)
>
This is Ubuntu specific issue, it doesn't apply to the Debian package.
--- End Message ---