Don't go overboard with the downgrading of packages; this probably caused

the rebuild failure attempts, we'll do without downgrading base packages
already installed by debootstrap in this use case.
This commit is contained in:
Steve Langasek 2010-07-21 09:17:07 +02:00
parent d726988bbb
commit 486685ce2f
2 changed files with 10 additions and 2 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (1.138) UNRELEASED; urgency=low
* Don't go overboard with the downgrading of packages; this probably caused
the rebuild failure attempts, we'll do without downgrading base packages
already installed by debootstrap in this use case.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 21 Jul 2010 09:11:16 +0200
livecd-rootfs (1.137) maverick; urgency=low
* Make sure APT_SOURCE is always set.

View File

@ -420,7 +420,7 @@ link_in_boot = $link_in_boot
cat << @@EOF > ${ROOT}etc/apt/preferences
Package: ssl-cert
Pin: version 1.0.14-0ubuntu2
Pin-Priority: 900
Pin-Priority: 991
@@EOF
fi
@ -459,7 +459,7 @@ Pin-Priority: 500
Package: *
Pin: origin $APT_PIN
Pin-Priority: 1001
Pin-Priority: 900
@@EOF
FORCE_YES=--force-yes
fi