* mk-sbuild-lv: drop deprecated sbuild configuration fields from template.

* what-patch: updated for 3.0 source format.
This commit is contained in:
Kees Cook 2010-01-05 08:16:14 -08:00
parent 42b618d346
commit 977ac4e608
3 changed files with 10 additions and 5 deletions

6
debian/changelog vendored
View File

@ -13,7 +13,11 @@ ubuntu-dev-tools (0.87) UNRELEASED; urgency=low
[ Luca Falavigna ] [ Luca Falavigna ]
* Fix some typos in man pages. * Fix some typos in man pages.
-- Luca Falavigna <dktrkranz@ubuntu.com> Thu, 31 Dec 2009 17:47:10 +0100 [ Kees Cook ]
* mk-sbuild-lv: drop deprecated sbuild configuration fields from template.
* what-patch: updated for 3.0 source format.
-- Kees Cook <kees@ubuntu.com> Tue, 05 Jan 2010 08:14:11 -0800
ubuntu-dev-tools (0.86) lucid; urgency=low ubuntu-dev-tools (0.86) lucid; urgency=low

View File

@ -356,13 +356,9 @@ description=CHROOT_NAME
priority=3 priority=3
groups=sbuild,root,admin groups=sbuild,root,admin
root-groups=root,sbuild,admin root-groups=root,sbuild,admin
source-groups=sbuild,root,admin
source-root-groups=root,sbuild,admin
device=CHROOT_PATH device=CHROOT_PATH
mount-options=-o noatime mount-options=-o noatime
lvm-snapshot-options=--size SNAPSHOT_SIZE lvm-snapshot-options=--size SNAPSHOT_SIZE
run-setup-scripts=true
run-exec-scripts=true
EOM EOM
fi fi
if [ ! -z "$personality" ]; then if [ ! -z "$personality" ]; then

View File

@ -66,6 +66,11 @@ if [ "$VERBOSE" -gt 0 ]; then
fi fi
fi fi
if fgrep -q quilt debian/source/format 2>/dev/null; then
echo "quilt"
exit 0
fi
# Do not change the output of existing checks by default, as there are build # Do not change the output of existing checks by default, as there are build
# tools that rely on the exisitng output. If changes in reporting is needed, # tools that rely on the exisitng output. If changes in reporting is needed,
# please check the "VERBOSE" flag (see below for examples). Feel free # please check the "VERBOSE" flag (see below for examples). Feel free