Import patches-unapplied version 2.117 to ubuntu/raring-proposed

Imported using git-ubuntu import.

Changelog parent: dc70edd6ff6a0b53e9b240271658a54a0df35505

New changelog entries:
  * make ubuntu-touch-android.sh also create $subarch-system.img
  $subarch-recovery.img and $subarch-boot.img
This commit is contained in:
Oliver Grawert 2013-03-28 18:47:06 +01:00 committed by usd-importer
parent dc70edd6ff
commit 1f82c6ba35
2 changed files with 10 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.117) raring; urgency=low
* make ubuntu-touch-android.sh also create $subarch-system.img
$subarch-recovery.img and $subarch-boot.img
-- Oliver Grawert <ogra@ubuntu.com> Thu, 28 Mar 2013 18:47:06 +0100
livecd-rootfs (2.116) raring; urgency=low
* add new arg (-t) to enable Ubuntu Touch android cross builds which calls a

View File

@ -30,4 +30,7 @@ brunch $codename
cd -
cp $builddir/out/target/product/$codename/*-$codename.zip .
for image in system recovery boot; do
cp $builddir/out/target/product/$codename/$image.img ./$codename-$image.img
done
rm -rf $buildir