Fix a typo introduced in the last upload that made mk-sbuild fail unconditionally. LP: #2017177.

This commit is contained in:
Steve Langasek 2023-05-30 09:55:06 -07:00
parent ccab82e054
commit c7a7767339
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
ubuntu-dev-tools (0.193ubuntu2) lunar; urgency=medium
[ Vladimir Petko ]
* Fix a typo introduced in the last upload that made mk-sbuild fail
unconditionally. LP: #2017177.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 21 Apr 2023 02:23:08 +0000
ubuntu-dev-tools (0.193ubuntu1) lunar; urgency=medium
* Set apt preferences for the -proposed pocket in mk-sbuild so that

View File

@ -907,7 +907,7 @@ cat "$TEMP_SOURCES" | sed -e "s|RELEASE|$RELEASE|g" | \
sudo bash -c "cat > $MNT/etc/apt/sources.list"
rm -f "$TEMP_SOURCES"
if [ -n "$TEMP_PREFERENCES" ]; then
sudo mv "TEMP_PREFERENCES" $MNT/etc/apt/preferences.d/proposed.pref
sudo mv "$TEMP_PREFERENCES" $MNT/etc/apt/preferences.d/proposed.pref
fi
# Copy the timezone (comment this out if you want to leave the chroot at UTC)