mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 22:07:10 +00:00
merge lp:~sil2100/livecd-rootfs/deb-src_for_extra_ppas to include deb-src lines for extra ppa sources.list entries
This commit is contained in:
parent
6aa01e5fcd
commit
48faa53d7b
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.337) UNRELEASED; urgency=medium
|
||||
|
||||
* merge lp:~sil2100/livecd-rootfs/deb-src_for_extra_ppas,
|
||||
In case of extra PPAs also include the deb-src entry in the sources list.
|
||||
(LP: #1482703)
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 11 Aug 2015 11:48:54 +0200
|
||||
|
||||
livecd-rootfs (2.336) wily; urgency=medium
|
||||
|
||||
* make apparmor precompilation more verbose, list the dir contents of
|
||||
|
@ -690,7 +690,12 @@ if [ "$EXTRA_PPAS" ]; then
|
||||
;;
|
||||
esac
|
||||
extra_ppa_fingerprint="$(/usr/share/livecd-rootfs/get-ppa-fingerprint "$extra_ppa")"
|
||||
echo "deb http://ppa.launchpad.net/$extra_ppa/ubuntu @DISTRIBUTION@ main" >> config/archives/extra-ppas.list.chroot
|
||||
|
||||
cat >> config/archives/extra-ppas.list.chroot <<EOF
|
||||
deb http://ppa.launchpad.net/$extra_ppa/ubuntu @DISTRIBUTION@ main
|
||||
deb-src http://ppa.launchpad.net/$extra_ppa/ubuntu @DISTRIBUTION@ main
|
||||
EOF
|
||||
|
||||
if [ -n "$extra_ppa_pin" ]; then
|
||||
extra_ppa_origin="LP-PPA-$(echo $extra_ppa | sed -e 's,/ppa$,,' -e 's,/,-,')"
|
||||
echo "Package: *" >> config/archives/extra-ppas.pref.chroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user