Your message dated Mon, 17 Mar 2008 23:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451237: fixed in debian-cd 3.0.4
has caused the Debian Bug report #451237,
regarding debian-cd: list2cds add_package() needs some love
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 [EMAIL PROTECTED]
immediately.)
--
451237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451237
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: debian-cd
Version: 3.0.3
The log for list2cds currently has for _all_ packages:
Adding <package> to CD 1 ...
I.e. the CD counter never increases. This makes the log somewhat confusing.
Also, the image size increases to infinity:
$cd_size = 17049601950, $size = 76764
The fact that the CD counter is never increased may also have a more serious
side effect because packages excluded for CD1 may now never be included
again as the following code is not hit any more:
# Creation of a new CD when needed
if ($cd_size + $size > $limit) {
[...]
# Unexclude packages
unexclude ($cd);
}
But maybe there's a different mechanism for that now?
Anyway, some cleanup seems indicated.
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.0.4
We believe that the bug you reported is fixed in the latest version of
debian-cd, which is due to be installed in the Debian FTP archive:
debian-cd_3.0.4.dsc
to pool/main/d/debian-cd/debian-cd_3.0.4.dsc
debian-cd_3.0.4.tar.gz
to pool/main/d/debian-cd/debian-cd_3.0.4.tar.gz
debian-cd_3.0.4_all.deb
to pool/main/d/debian-cd/debian-cd_3.0.4_all.deb
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve McIntyre <[EMAIL PROTECTED]> (supplier of updated debian-cd 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 17 Mar 2008 23:16:20 +0000
Source: debian-cd
Binary: debian-cd
Architecture: source all
Version: 3.0.4
Distribution: unstable
Urgency: low
Maintainer: Debian CD Group <debian-cd@lists.debian.org>
Changed-By: Steve McIntyre <[EMAIL PROTECTED]>
Description:
debian-cd - Tools for building (Official) Debian CD set
Closes: 437497 440220 441397 441846 443991 451237 468850
Changes:
debian-cd (3.0.4) unstable; urgency=low
.
[ Frans Pop ]
* Disable debugging output in boot scripts.
.
[ Otavio Salvador ]
* Applied patch from Robert Millan <[EMAIL PROTECTED]> to integrate
win32-loader. Closes: #440220.
* Applied patch from Robert Millan <[EMAIL PROTECTED]> to fix image
generation with read-only mirrors. Closes: #441397.
* Applied patch from Robert Millan <[EMAIL PROTECTED]> to use win32-loader
for autorun when CD is being used on Windows. Closes: #441846.
* Exclude dhcp-client-udeb since it's not being used and transition for
dhcp3-client-udeb has over.
* Exclude multipath-udeb and libaio1-udeb since they're not being use
yet.
* Fix autorun.inf generation when win32-loader is present.
* Applied patch from Nicolas François <[EMAIL PROTECTED]>
to allow README.html translation using po4a.
* Remove the 'Last Modified' date from data/lenny/README.html.in since
it's useless.
* Use DEBOOTSTRAP_SCRIPT, BASE_INCLUDE and BASE_EXCLUDE variables to
calculate the base packages set
* Hide image creation command if not using verbosing make
.
[ Steve McIntyre ]
* Make daily i386/amd64 lenny builds work again - don't attempt to copy
the win32-loader files into place if they don't exist.
* Remove Depends: on sysutils. Closes: #437497 (again)
.
[ Jérémy Bobbio ]
* README.html: Integrate a new look for README.html done by Kalle Söderman.
Huge thanks to him!
* README: Improve the wording when building a netinst or business card by
being a little bit more specific than just saying: CD 1 out of 1. This
meant adding new defines "DISKTYPE$DISKTYPE".
.
[ Joey Hess ]
* Include dmraid deb. Closes: #443991
* Add acpi-support-base to generate_di+k_list.
.
[ Steve McIntyre ]
* Newer versions of debootstrap have moved the scripts from /usr/lib to
/usr/share. Add a sym-link to cope - let's keep compatible with etch
as much as possible. Also, log what debootstrap told us (in
debootstrap-list) rather than just including the results directly in
rawlist.
.
[ Frans Pop ]
* build_all.sh: don't source CONF.sh after already sourcing $CF earlier.
* CONF.sh: add non-invasive option to avoid sourcing CONF.sh twice when
using wrapper scripts.
* CONF.sh: Don't set MAXCDS by default; was probably changed by accident.
* boot-{mipsel,sparc}: Parse website directory index case insensitive so
that both "<a href=" and "<A HREF=" are recognized.
* Include busybox for architectures that use initramfs-tools; base-installer
will try to install it.
* tools/update_tasks: ignore comments and blank lines in tasks/task.list.
* tasks/task.list*
- add missing l10n tasks: gujarati-desktop, malayalam-desktop, tamil
- comment out l10n tasks for languages not supported in D-I, for
Icelandic, Irish, Serbian, Welsh and Xhosa
* lenny tasks: update for current task lists; set svn:keywords so the date
header gets updated.
* Instead of including all alternative dependencies in list2cds, only
include the first one. This reduces the size of the netinst and improves
what's included on CD1. Only loss is console-{data,common,tools} so these
are now added in generate_di+k_list. Reduces impact of #410418.
* exclude-udebs: exclude any libdirectfb udeb instead of particular version.
* exclude-udebs: exclude kbd-udeb and console-setup udebs (not yet used).
* During installation debootstrap will complain about an invalid Release file
if there is no Packages file for the local section. Create an empty
Packages
file if one is missing.
* start_new_disc: make multi-arch CD/DVDs and CD/DVDs that are not part of a
set (e.g. KDE/Xfce CDs) recognizable through info in .disk directory.
* Makefile: debootstrap no longer accepts options with empty values; change
the way include/exclude options are passed accordingly.
.
[ Steve McIntyre ]
* Significant cleanup of list2cds. Closes: #451237
* tools/imagesums: use newer features in latest mkisofs/genisoimage to grab
pre-calculated MD5 and SHA1 checksums directly from the jigdo file.
.
[ Otavio Salvador ]
* Make sure we include laptop-detect on arches that are know to have
laptops (i386, amd64 and powerpc).
* Make sure we include grub-pc since it's used when GPT disk label is
chosen.
.
[ Steve McIntyre ]
* Fix a bug in start_new_disc - cope with MAXCDS not being set.
* Temporarily disable boot support for arm CDs - the netwinder images are not
being produced at the moment.
.
[ Raphael Hertzog ]
* Switch to genisoimage as default ISO generator as mkisofs has been dropped
from Debian. Closes: #468850
* Add Vcs-Browser field.
* If genisomage is not available, try to fallback on mkisofs.
* New OMIT_DOC_TOOLS option to be able to work with mirrors that do not
contain the doc and tools directories.
.
[ Frans Pop ]
* Ensure that the correct version of the Installation Guide is included.
* Lenny will be version 5.0.
Files:
3e0d95d0abc0cd6e98e34ee120b14bd7 773 admin extra debian-cd_3.0.4.dsc
6c207fee08ee2b692350f53396046498 987145 admin extra debian-cd_3.0.4.tar.gz
dc5ce8899690f10ece4fe2ae906acddd 981698 admin extra debian-cd_3.0.4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3v15fDt5cIjHwfcRAizhAJwONe1z0hmFgKdG9rmhZJi9SohJRgCfaD4L
X4336E85gBOyyqTDYnyLrjE=
=IKER
-----END PGP SIGNATURE-----
--- End Message ---