Import patches-unapplied version 1.133 to ubuntu/maverick

Imported using git-ubuntu import.

Changelog parent: 4925b24069a493cecce0a5ce3e44c13b68271e89

New changelog entries:
  * adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the
    buildd)
This commit is contained in:
Oliver Grawert 2010-07-16 15:56:01 +02:00 committed by usd-importer
parent 4925b24069
commit 860e2a1f36
2 changed files with 8 additions and 1 deletions

View File

@ -116,7 +116,7 @@ for STE in $SUITES; do
fi
for arg in "$@"; do
PUBDIR=~/public_html/LiveCD/${STE}/${arg}/
PUBDIR=~/public_html/LiveCD/${STE}/${arg}${SUBARCH:+-$SUBARCH}/
mkdir -p ${PUBDIR}
NOW=$(date +%Y%m%d)

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (1.133) maverick; urgency=low
* adjust BuildLiveCD PUBDIR variable to match reality (uses SUBARCH on the
buildd)
-- Oliver Grawert <ogra@ubuntu.com> Fri, 16 Jul 2010 15:56:01 +0200
livecd-rootfs (1.132) maverick; urgency=low
* BuildLiveCD: revert change from revno 284 that adds subarch to the logfile