diff --git a/debian/changelog b/debian/changelog index 40fe9a5..0405877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ ubuntu-dev-tools (0.204) UNRELEASED; urgency=medium * Add my name to the copyright file. * Rename bitesize to lp-bitesize (Closes: #1076224). * Add a manpage for running-autopkgtests. + * Add a large warning at the top of mk-sbuild encouraging the use of the + unshare backend. This is to provide ample warning to users. [ Julien Plissonneau Duquène ] * Fix reverse-depends -b crash on packages that b-d on themselves diff --git a/mk-sbuild b/mk-sbuild index 9731362..7d8d4e6 100755 --- a/mk-sbuild +++ b/mk-sbuild @@ -303,6 +303,25 @@ if [ ! -w /var/lib/sbuild ]; then # Prepare a usable default .sbuildrc if [ ! -e ~/.sbuildrc ]; then cat > ~/.sbuildrc <