mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* mk-sbuild-lv: drop deprecated sbuild configuration fields from template.
* what-patch: updated for 3.0 source format.
This commit is contained in:
parent
42b618d346
commit
977ac4e608
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user