Import patches-unapplied version 2.195 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: eaa83595efbbdf3b85424a8feadace47d5207f35

New changelog entries:
  * fix the prefixing of click packages in manifest files
This commit is contained in:
Oliver Grawert 2013-10-11 18:27:58 +02:00 committed by usd-importer
parent eaa83595ef
commit a9ab5cb2f4
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.195) saucy; urgency=low
* fix the prefixing of click packages in manifest files
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 18:27:58 +0200
livecd-rootfs (2.194) saucy; urgency=low
* prefix click packages in the manifest file with "click:"

View File

@ -419,9 +419,9 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
lb chroot_devpts install "$@"
if [ -e "$PREFIX.manifest" ]; then
for line in read; do
Chroot chroot "click list" | while read line; do
echo "click:$line" >>"$PREFIX.manifest"
done <"$(Chroot chroot "click list")"
done
fi
if [ -e chroot/etc/resolv.conf ]; then