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

Imported using git-ubuntu import.

Changelog parent: ec9dcca06cf61f62dfb102c9b2f6cb52b1e97c8b

New changelog entries:
  * seems unlike my local build the buildd doesnt get along with links, use
    copy instead
This commit is contained in:
Oliver Grawert 2013-08-07 21:56:07 +02:00 committed by usd-importer
parent ec9dcca06c
commit 102a52ca14
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.171) saucy; urgency=low
* seems unlike my local build the buildd doesnt get along with links, use
copy instead
-- Oliver Grawert <ogra@ubuntu.com> Wed, 07 Aug 2013 21:56:07 +0200
livecd-rootfs (2.170) saucy; urgency=low
* fix package mirror in android package install routine

View File

@ -440,7 +440,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
cp "chroot/usr/share/android/product/${REL}-preinstalled-boot-armhf+${subarch}.img"\
"${PREFIX}.boot-armhf+${subarch}.img"
# drop this following line once cdimage can handle -boot-*.img
ln -s "${PREFIX}.boot-armhf+${subarch}.img" "${PREFIX}.bootimg-${subarch}"
cp "${PREFIX}.boot-armhf+${subarch}.img" "${PREFIX}.bootimg-${subarch}"
cp "chroot/usr/share/android/product/${REL}-preinstalled-touch-armel+${subarch}.zip"\
"${PREFIX}.armel+${subarch}.zip"
done