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

Imported using git-ubuntu import.

Changelog parent: 70b02315bd

New changelog entries:
  * try to hand the exported $NOW over from live-build/auto/config as
    $BUILDSTAMP so live-build/auto/build can use it to write a stamp file
impish
Oliver Grawert 12 years ago committed by usd-importer
parent 70b02315bd
commit 77f39e99b7

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.155) saucy; urgency=low
* try to hand the exported $NOW over from live-build/auto/config as
$BUILDSTAMP so live-build/auto/build can use it to write a stamp file
-- Oliver Grawert <ogra@ubuntu.com> Fri, 05 Jul 2013 12:29:50 +0200
livecd-rootfs (2.154) saucy; urgency=low
[ Sergio Schvezov ]

@ -239,7 +239,7 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
INFO_DESC="$(lsb_release -d -s)"
mkdir -p chroot/var/log/installer
echo "$INFO_DESC - $ARCH ($NOW)" >chroot/var/log/installer/media-info
echo "$INFO_DESC - $ARCH ($BUILDSTAMP)" >chroot/var/log/installer/media-info
fi
echo "===== Checking size of /usr/share/doc ====="

@ -89,6 +89,8 @@ PREINSTALL_POOL_SEEDS=
CHROOT_HOOKS=
BINARY_HOOKS=
BUILDSTAMP="${NOW}"
add_chroot_hook ()
{
CHROOT_HOOKS="${CHROOT_HOOKS:+$CHROOT_HOOKS }$1"

Loading…
Cancel
Save