From ac0691b9d290f3160370f6561cb0e4e83209ce8d Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 10 May 2018 19:17:50 -0500 Subject: [PATCH] Make squashfs-tools a hard dependency; without it, Lubuntu's installation fails (LP: #1769781). --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5f3b902..dbdc1b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ calamares-settings-ubuntu (2) UNRELEASED; urgency=medium * Remove calamares from the explicit removal list; we don't need it to be there anymore. * Lubuntu Next -> Lubuntu. + * Make squashfs-tools a hard dependency; without it, Lubuntu's installation + fails (LP: #1769781). -- Simon Quigley Thu, 10 May 2018 19:11:57 -0500 diff --git a/debian/control b/debian/control index ee5e8b4..41c4ac9 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,6 @@ Vcs-Browser: https://git.launchpad.net/~lubuntu-next/+git/calamares-settings-ubu Package: calamares-settings-lubuntu Architecture: all -Depends: calamares, ${misc:Depends} +Depends: calamares, squashfs-tools, ${misc:Depends} Description: Lubuntu Calamares Settings and Branding This package contains the calamares settings and branding for Lubuntu Next.