mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-25 15:51:30 +00:00
Import patches-unapplied version 1.138 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: 6e67a1314c512d4be9481fb2ef5a9f3803126a79 New changelog entries: * 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:
parent
6e67a1314c
commit
0bf02053ce
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (1.138) maverick; 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:18:48 +0200
|
||||||
|
|
||||||
livecd-rootfs (1.137) maverick; urgency=low
|
livecd-rootfs (1.137) maverick; urgency=low
|
||||||
|
|
||||||
* Make sure APT_SOURCE is always set.
|
* Make sure APT_SOURCE is always set.
|
||||||
|
@ -420,7 +420,7 @@ link_in_boot = $link_in_boot
|
|||||||
cat << @@EOF > ${ROOT}etc/apt/preferences
|
cat << @@EOF > ${ROOT}etc/apt/preferences
|
||||||
Package: ssl-cert
|
Package: ssl-cert
|
||||||
Pin: version 1.0.14-0ubuntu2
|
Pin: version 1.0.14-0ubuntu2
|
||||||
Pin-Priority: 900
|
Pin-Priority: 991
|
||||||
@@EOF
|
@@EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -459,7 +459,7 @@ Pin-Priority: 500
|
|||||||
|
|
||||||
Package: *
|
Package: *
|
||||||
Pin: origin $APT_PIN
|
Pin: origin $APT_PIN
|
||||||
Pin-Priority: 1001
|
Pin-Priority: 900
|
||||||
@@EOF
|
@@EOF
|
||||||
FORCE_YES=--force-yes
|
FORCE_YES=--force-yes
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user