mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-29 03:31:33 +00:00
Imported 2.557
No reason for CPC update specified.
This commit is contained in:
parent
9c2cab57bc
commit
25de4b54f7
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.557) disco; urgency=medium
|
||||||
|
|
||||||
|
* Don't install gpg or gpg-agent when building buildd images for series
|
||||||
|
earlier than bionic. (In earlier series, those packages didn't exist
|
||||||
|
and gnupg was build-essential.)
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Jan 2019 12:50:39 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.556) disco; urgency=medium
|
livecd-rootfs (2.556) disco; urgency=medium
|
||||||
|
|
||||||
* Add wpasupplicant to the additional packages installed for the raspi2 and
|
* Add wpasupplicant to the additional packages installed for the raspi2 and
|
||||||
|
@ -686,8 +686,15 @@ case $SUBPROJECT in
|
|||||||
add_package install policyrcd-script-zg2
|
add_package install policyrcd-script-zg2
|
||||||
add_package install pkgbinarymangler
|
add_package install pkgbinarymangler
|
||||||
add_package install ca-certificates
|
add_package install ca-certificates
|
||||||
add_package install gpg
|
case $SUITE in
|
||||||
add_package install gpg-agent
|
precise|trusty|xenial)
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
# only needed in >= bionic
|
||||||
|
add_package install gpg
|
||||||
|
add_package install gpg-agent
|
||||||
|
;;
|
||||||
|
esac
|
||||||
case $SUITE in
|
case $SUITE in
|
||||||
precise|trusty|xenial)
|
precise|trusty|xenial)
|
||||||
# no longer needed in >= artful
|
# no longer needed in >= artful
|
||||||
|
Loading…
x
Reference in New Issue
Block a user