From 7a9c992a739fe51c7e23254300ca065d29777bd5 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 9 Jul 2020 10:29:14 +0100 Subject: [PATCH] d/control: Fix wrong dependencies I only intended to bump the version on the libcapsule dependency, not the steam-runtime-tools dependency. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7aca60558..318ccb397 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Architecture: amd64 Multi-Arch: foreign Depends: libcapsule-tools-relocatable (>= 0.20200707.0~), - libsteam-runtime-tools-0-helpers (>= 0.20200707.0~), + libsteam-runtime-tools-0-helpers, ${misc:Depends}, ${shlibs:Depends}, Description: Steam container launcher - cross-architecture dependencies @@ -55,7 +55,7 @@ Architecture: i386 Multi-Arch: foreign Depends: libcapsule-tools-relocatable (>= 0.20200707.0~), - libsteam-runtime-tools-0-helpers (>= 0.20200707.0~), + libsteam-runtime-tools-0-helpers, ${misc:Depends}, ${shlibs:Depends}, Description: Steam container launcher - cross-architecture dependencies -- GitLab