From c12595fa617790b994c47dcf1ae25be5e9b95672 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 23 Oct 2018 21:59:14 +0200 Subject: [PATCH] retro-actively close old bug in an old changelog. Signed-off-by: Mattia Rizzolo --- debian/changelog | 1 + mk-sbuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3201e2f..87c8dc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,7 @@ ubuntu-dev-tools (0.162) unstable; urgency=medium [ Dimitri John Ledkov ] * mk-sbuild: add support for 'overlay' in favor of older 'overlayfs'. + Closes: 799267 [ Scott Kitterman ] * pbuilder-dist: add a --backports option to make it easier to build for diff --git a/mk-sbuild b/mk-sbuild index 516c187..107206b 100755 --- a/mk-sbuild +++ b/mk-sbuild @@ -26,7 +26,7 @@ # ################################################################## # # This script creates chroots designed to be used in a snapshot mode -# (with LVM, btrfs, overlay, or aufs) with schroot and sbuild. +# (with LVM, btrfs, overlay, overlay or aufs) with schroot and sbuild. # Much love to "man sbuild-setup", https://wiki.ubuntu.com/PbuilderHowto, # and https://help.ubuntu.com/community/SbuildLVMHowto. #