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

Imported using git-ubuntu import.

Changelog parent: aa20a6de713e22da84e0349104112530a66917de

New changelog entries:
  * preserve a symlink of media-info for backwards compatibility
This commit is contained in:
Oliver Grawert 2013-08-23 16:39:31 +02:00 committed by usd-importer
parent aa20a6de71
commit a9c034ceef
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.176) saucy; urgency=low
* preserve a symlink of media-info for backwards compatibility
-- Oliver Grawert <ogra@ubuntu.com> Fri, 23 Aug 2013 16:39:31 +0200
livecd-rootfs (2.175) saucy; urgency=low
* move media-info file from /var/log/installer to /etc on touch images.

View File

@ -238,6 +238,8 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
INFO_DESC="$(lsb_release -d -s)"
echo "$INFO_DESC - $ARCH ($BUILDSTAMP)" >chroot/etc/media-info
mkdir -p chroot/var/log/installer
Chroot chroot "ln -s /etc/media-info /var/log/installer/media-info"
fi
echo "===== Checking size of /usr/share/doc ====="