summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fef7d9f89..df6e1a4ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ live-build (1:20171208) UNRELEASED; urgency=medium
* Rework failsafe entries in grub configuration to be more
consistent with the i386/amd64 autodetection entries.
Closes: #884591 Thanks to Adrian Gibanel Lopez for the patch.
+ * Add e2fsprogs to Suggests along with mtd-utils, parted. Closes: #887278
-- Raphaƫl Hertzog <hertzog@debian.org> Thu, 21 Dec 2017 14:14:04 +0100
diff --git a/debian/control b/debian/control
index 57946169c..cb8d1cd58 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,10 @@ Recommends:
live-config-doc,
live-manual-html | live-manual,
wget,
+Suggests:
+ e2fsprogs,
+ parted,
+ mtd-utils,
Description: Live System Build Components
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.