retro-actively close old bug in an old changelog.

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2018-10-23 21:59:14 +02:00
parent 7d0205011a
commit c12595fa61
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -56,6 +56,7 @@ ubuntu-dev-tools (0.162) unstable; urgency=medium
[ Dimitri John Ledkov ] [ Dimitri John Ledkov ]
* mk-sbuild: add support for 'overlay' in favor of older 'overlayfs'. * mk-sbuild: add support for 'overlay' in favor of older 'overlayfs'.
Closes: 799267
[ Scott Kitterman ] [ Scott Kitterman ]
* pbuilder-dist: add a --backports option to make it easier to build for * pbuilder-dist: add a --backports option to make it easier to build for

View File

@ -26,7 +26,7 @@
# ################################################################## # ##################################################################
# #
# This script creates chroots designed to be used in a snapshot mode # 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, # Much love to "man sbuild-setup", https://wiki.ubuntu.com/PbuilderHowto,
# and https://help.ubuntu.com/community/SbuildLVMHowto. # and https://help.ubuntu.com/community/SbuildLVMHowto.
# #