mk-sbuild-lv: Really use -security for SOURCES_SECURITY_SUITE in Ubuntu

This commit is contained in:
Emmet Hikory 2009-12-15 09:59:51 +09:00
parent 2ca97407cf
commit 3dc0985b0f
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -1,8 +1,9 @@
ubuntu-dev-tools (0.86) UNRELEASED; urgency=low ubuntu-dev-tools (0.86) UNRELEASED; urgency=low
* mk-sbuild-lv: Add richer support for ports architectures in Ubuntu * mk-sbuild-lv: Add richer support for ports architectures in Ubuntu
* mk-sbuild-lv: Really use -security for SOURCES_SECURITY_SUITE in Ubuntu
-- Emmet Hikory <persia@ubuntu.com> Sat, 12 Dec 2009 14:01:50 +0900 -- Emmet Hikory <persia@ubuntu.com> Tue, 15 Dec 2009 09:57:20 +0900
ubuntu-dev-tools (0.85) lucid; urgency=low ubuntu-dev-tools (0.85) lucid; urgency=low

View File

@ -251,7 +251,7 @@ ubuntu)
COMPONENTS="main restricted universe multiverse" COMPONENTS="main restricted universe multiverse"
fi fi
if [ -z "$SOURCES_SECURITY_SUITE" ]; then if [ -z "$SOURCES_SECURITY_SUITE" ]; then
SOURCES_SECURITY_SUITE="RELEASE-updates" SOURCES_SECURITY_SUITE="RELEASE-security"
fi fi
if [ -z "$SOURCES_SECURITY_URL" ]; then if [ -z "$SOURCES_SECURITY_URL" ]; then
case "$CHROOT_ARCH" in case "$CHROOT_ARCH" in