From 2d1ee4da19649eec0b25ca6d174e7ff7c2257d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 25 Jun 2019 22:56:50 +0200 Subject: [PATCH] Do not depend on snapd on powerpc. --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f891bc7..a0836a93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.408.50) UNRELEASED; urgency=medium + + * Actually, do not depend on snapd on powerpc as well. Snaps are not + supported on this platform at all. (LP: #1830823) + + -- Ɓukasz 'sil2100' Zemczak Tue, 25 Jun 2019 22:54:10 +0200 + livecd-rootfs (2.408.49) xenial; urgency=medium * Add explicit dependency on python3-yaml, which is used in the code but diff --git a/debian/control b/debian/control index 7dd24edc..7e40fb4e 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Depends: ${misc:Depends}, python3-yaml, qemu-utils, rsync, - snapd, + snapd [!powerpc], squashfs-tools (>= 1:3.3-1), ubuntu-image [!powerpc], vmdk-stream-converter [amd64 i386],