mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 04:41:28 +00:00
mk-sbuild: use --no-install-recommends on Debian too (Closes: 599699).
This commit is contained in:
parent
992f710440
commit
2772869fa8
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -8,7 +8,10 @@ ubuntu-dev-tools (0.105) UNRELEASED; urgency=low
|
|||||||
[ Naty Bidart ]
|
[ Naty Bidart ]
|
||||||
* lp-project-upload: Add support handling multiple project series.
|
* lp-project-upload: Add support handling multiple project series.
|
||||||
|
|
||||||
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Sun, 26 Sep 2010 17:36:59 +0200
|
[ Kees Cook ]
|
||||||
|
* mk-sbuild: use --no-install-recommends on Debian too (Closes: 599699).
|
||||||
|
|
||||||
|
-- Kees Cook <kees@ubuntu.com> Wed, 13 Oct 2010 13:20:53 -0700
|
||||||
|
|
||||||
ubuntu-dev-tools (0.104) experimental; urgency=low
|
ubuntu-dev-tools (0.104) experimental; urgency=low
|
||||||
|
|
||||||
|
@ -367,6 +367,8 @@ debian)
|
|||||||
if [ "$RELEASE" = 'unstable' ] || [ "$RELEASE" = 'sid' ]; then
|
if [ "$RELEASE" = 'unstable' ] || [ "$RELEASE" = 'sid' ]; then
|
||||||
SKIP_SECURITY=1
|
SKIP_SECURITY=1
|
||||||
fi
|
fi
|
||||||
|
# Keep the chroot as minimal as possible
|
||||||
|
BUILD_PKGS="--no-install-recommends $BUILD_PKGS"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown --distro '$DISTRO': aborting" >&2
|
echo "Unknown --distro '$DISTRO': aborting" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user