diff --git a/BuildLiveCD b/BuildLiveCD index c318c048..2e83ef0a 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -123,7 +123,7 @@ for STE in $SUITES; do NOW=${NOW}.$n fi NOW=${NOW} - LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}.out + LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}${SUBARCH:+-$SUBARCH}.out rm -f ${PUBDIR}latest ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest diff --git a/debian/changelog b/debian/changelog index e8fa3d5f..c95cfa96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.96) UNRELEASED; urgency=low + + * Append ${SUBARCH:+-$SUBARCH} to LOG filename for consistency. + + -- Loïc Minier Wed, 02 Sep 2009 09:23:59 +0200 + livecd-rootfs (0.95) karmic; urgency=low * Add the EXTRASOURCE apt source to the "pristine" /etc/apt/sources.list.