merge lp:~sil2100/livecd-rootfs/deb-src_for_extra_ppas to include deb-src lines for extra ppa sources.list entries

ubuntu/yakkety
Oliver Grawert 10 years ago
parent 6aa01e5fcd
commit 48faa53d7b

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 livecd-rootfs (2.336) wily; urgency=medium
* make apparmor precompilation more verbose, list the dir contents of * make apparmor precompilation more verbose, list the dir contents of

@ -690,7 +690,12 @@ if [ "$EXTRA_PPAS" ]; then
;; ;;
esac esac
extra_ppa_fingerprint="$(/usr/share/livecd-rootfs/get-ppa-fingerprint "$extra_ppa")" 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 if [ -n "$extra_ppa_pin" ]; then
extra_ppa_origin="LP-PPA-$(echo $extra_ppa | sed -e 's,/ppa$,,' -e 's,/,-,')" extra_ppa_origin="LP-PPA-$(echo $extra_ppa | sed -e 's,/ppa$,,' -e 's,/,-,')"
echo "Package: *" >> config/archives/extra-ppas.pref.chroot echo "Package: *" >> config/archives/extra-ppas.pref.chroot

Loading…
Cancel
Save