Package: golang-github-openshift-imagebuilder
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu kinetic ubuntu-patch
Dear Maintainer,
golang-github-openshift-imagebuilder FTBFS due to
golang-github-docker-distribution-dev not being
listed as a dependency in d/control. It should
also be listed as a runtime dependency to avoid
build failures in other packages that depend on
this package.
In Ubuntu, the attached patch was applied to achieve the following:
* d/control: Add golang-github-docker-distribution-dev as a
dependency to resolve FTBFS
Thanks for considering the patch.
-- System Information:
Debian Release: bookworm/sid
APT prefers kinetic
APT policy: (500, 'kinetic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.15.0-27-generic (SMP w/32 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_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
diff -Nru golang-github-openshift-imagebuilder-1.2.3+ds1/debian/control
golang-github-openshift-imagebuilder-1.2.3+ds1/debian/control
--- golang-github-openshift-imagebuilder-1.2.3+ds1/debian/control
2022-05-18 21:04:00.000000000 -0500
+++ golang-github-openshift-imagebuilder-1.2.3+ds1/debian/control
2022-07-01 10:52:36.000000000 -0500
@@ -8,6 +8,7 @@
golang-any,
golang-github-containerd-containerd-dev,
golang-github-containers-storage-dev (>= 1.11),
+ golang-github-docker-distribution-dev,
golang-github-docker-docker-dev (>= 18.09.3+dfsg1),
golang-github-fsouza-go-dockerclient-dev,
golang-github-opencontainers-image-spec-dev,
@@ -50,6 +51,7 @@
Depends: ${misc:Depends},
golang-github-containerd-containerd-dev,
golang-github-containers-storage-dev (>> 1.11),
+ golang-github-docker-distribution-dev,
golang-github-docker-docker-dev (>> 18.09.3+dfsg1),
golang-github-fsouza-go-dockerclient-dev,
golang-github-opencontainers-image-spec-dev,