Your message dated Mon, 27 Aug 2012 14:47:42 +0000
with message-id <e1t60bo-0006ma...@franck.debian.org>
and subject line Bug#684865: fixed in live-build 3.0~a58-1
has caused the Debian Bug report #684865,
regarding lb_binary_syslinux doesn't include flavour in menu entry
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
684865: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: live-build
Version: 3.0~a57-1
Severity: normal
lb_binary_syslinux has this piece of code:
# This is all rather suboptimal.. needs prettifying at some point
_FLAVOURS="$(echo ${LB_LINUX_FLAVOURS} | wc -w)"
case "${_FLAVOURS}" in
1)
mv binary/live/vmlinuz-* binary/live/vmlinuz
mv binary/live/initrd.img-* binary/live/initrd.img
sed -e "s|@FLAVOUR@|${LB_LINUX_FLAVOUR}|g" \
-e "s|@KERNEL@|/live/vmlinuz|g" \
-e "s|@INITRD@|/live/initrd.img|g" \
-e "s|@LB_BOOTAPPEND_LIVE@|${LB_BOOTAPPEND_LIVE}|g"
\
-e
"s|@LB_BOOTAPPEND_FAILSAFE@|${LB_BOOTAPPEND_FAILSAFE}|g" \
"${_TARGET}/live.cfg.in" >> "${_TARGET}/live.cfg"
Note the usage of ${LB_LINUX_FLAVOUR} which is unset instead of
${LB_LINUX_FLAVOURS}
which does really exist. The net result is that the isolinux menu entry looks
weird with empty parenthesis:
- live ()
- live ( failsafe)
FWIW, my config includes --linux-flavours <something>.
-- Package-specific info:
-- System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.4-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages live-build depends on:
ii cdebootstrap 0.5.9
ii debootstrap 1.0.42
Versions of packages live-build recommends:
ii cpio 2.11-8
ii gnu-fdisk 1.2.4-3.1
ii live-boot-doc 3.0~a38-1
ii live-config-doc 3.0.1-1
ii live-manual-html [live-manual] 1:3.0~a15-1
Versions of packages live-build suggests:
ii dosfstools 3.0.13-1
ii fakeroot 1.18.4-2
ii genisoimage 9:1.1.11-2
ii git 1:1.7.10.4-1
ii grub 0.97-66
ii memtest86+ 4.20-1.1
ii mtools 4.0.17-1
ii parted 2.3-10
pn squashfs-tools | mtd-tools <none>
ii sudo 1.8.5p2-1
ii syslinux 2:4.05+dfsg-6
ii uuid-runtime 2.20.1-5.1
pn win32-loader <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: live-build
Source-Version: 3.0~a58-1
We believe that the bug you reported is fixed in the latest version of
live-build, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 684...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Baumann <dan...@debian.org> (supplier of updated live-build package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 27 Aug 2012 16:33:10 +0200
Source: live-build
Binary: live-build live-build-cgi
Architecture: source all
Version: 3.0~a58-1
Distribution: unstable
Urgency: low
Maintainer: Debian Live Project <debian-live@lists.debian.org>
Changed-By: Daniel Baumann <dan...@debian.org>
Description:
live-build - Debian Live - System build scripts
live-build-cgi - Debian Live - System build scripts (CGI frontend)
Closes: 684865 684893 684896 685534 685675
Changes:
live-build (3.0~a58-1) unstable; urgency=low
.
[ Daniel Baumann ]
* Simplyfing sourcing of build.sh and getting away with the broken
subshell construct.
.
[ Richard Nelson ]
* Remove frontend/cgi unofficial custom binary and custom bootstrap
options.
.
[ Daniel Baumann ]
* Correcting typo in binary_syslinux when writing the flavour name to
the config files (Closes: #684865).
* Correcting fallback for default binary volatile mirror on ubuntu,
thanks to Luigi Capriotti <l.caprio...@xbmc.org>.
* Correcting wrong path to syslinux configuration files when using
live-build from a local git clone, thanks to Raphael Hertzog
<hert...@debian.org> (Closes: #684893).
* Switching back to use the more common ${@} instead of ${*}, it's not
required in current lb_clean anymore.
* Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for
consistency reasons.
* Moving from cdn.debian.net to http.debian.net as binary mirror.
.
[ Richard Nelson ]
* frontend/cgi rename BINARY_INDICES to APT_INDICES
* frontend/cgi only source /usr/lib/live/build.sh
* frontend/cgi cleanup and support for clone, config, and build on
cron job.
* frontend/cgi cleanup remarked line of common function source from
last commit on l-b-c.cron.
.
[ Daniel Baumann ]
* Improving check for missing apt-ftparchive to check for the actual
file, rather than to check for a possible missleading bootstrap
flavour.
* Removing bootstrap-flavour option (Closes: #685675).
* Removing bootstrap-include and bootstrap-exclude options.
* Removing bootstrap-keyring option.
* Correcting wrong bootstrap-qemu-exclude variable in defaults.
* Applying patch from Colin Watson <cjwat...@ubuntu.com> to correct
chroot hooks execution (Closes: #685534).
* Exposing --debootstrap-options and --cdebootstrap-options publicly.
* Adding some comments about the different locations of live-build in
the central lb wrapper.
* Calling local live-build embedded in config directly rather than to
adjust path.
* Removing old LB= hack when wrapper was not mandatory.
* Moving aborting when no bootstrap tool is installed from defaults to
the respective bootstrap script.
* Correcting printf call cosmetically in central wrapper when
prepending date and time for each command to not choke upon multiple
arguments.
* Making build.sh sourcing more robust (Closes: #684896).
* Dropping lb prefix from live-build scripts, not needed anymore.
* Setting default progress distribution from artax to baureo.
Checksums-Sha1:
9ab210e2a91d697bea3f6f464f58feb5dee5d401 1329 live-build_3.0~a58-1.dsc
134dce71189570b5c73e5d40cb38a2bb5cc47e32 162952 live-build_3.0~a58.orig.tar.xz
fe3955c5fb6a594e47c0ad9f1cb4a8d7bb2e19cd 47304
live-build_3.0~a58-1.debian.tar.xz
286fd1c3dbe9e1b0902d988701f4618ec425b9cd 193646 live-build_3.0~a58-1_all.deb
738fbee1c75d14f49c6c3785612bd57cf69c804c 70932 live-build-cgi_3.0~a58-1_all.deb
Checksums-Sha256:
1a27a7cc8b0fc9a8eab4dc17161af08cf3d785b21df8429e4dabe6a578d15048 1329
live-build_3.0~a58-1.dsc
9d11aaadef6c703eb3ae8a243a56cd18dce6ffa8b5345f65e8e42267a009a7d4 162952
live-build_3.0~a58.orig.tar.xz
22143513f2455054067d6f492c9d0bfc83f6583d316fded3310f144391e99367 47304
live-build_3.0~a58-1.debian.tar.xz
994ed9df79693abe60afc94ebb26f9410e05601e0efca09700d624fbc98a85d6 193646
live-build_3.0~a58-1_all.deb
bcc5f20400c85ebcdc8e385bacd33284861b0d1c5a606f767ec99399485df83e 70932
live-build-cgi_3.0~a58-1_all.deb
Files:
331aad96cf35d0adb39a9605fb96e945 1329 misc optional live-build_3.0~a58-1.dsc
7a8d205753d15dd5f6ff8a302cae88db 162952 misc optional
live-build_3.0~a58.orig.tar.xz
c84008c0ab4f25f3c2857f9cc91dd29c 47304 misc optional
live-build_3.0~a58-1.debian.tar.xz
f1a831f5f5599b7debe15042224f28eb 193646 misc optional
live-build_3.0~a58-1_all.deb
c78087f735a8a8abbf4398749eff559f 70932 misc optional
live-build-cgi_3.0~a58-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAlA7h1EACgkQ+C5cwEsrK54SJwCgj3k5802CyUxzI6vpm1qmzbCM
mF4AnA+FziNtdvNXUE3qPbXCyUOzfCuQ
=7sDd
-----END PGP SIGNATURE-----
--- End Message ---