Change log for debian-cd package in Debian

141 of 41 results
Published in bookworm-release
Published in sid-release
debian-cd (3.2.1) unstable; urgency=medium

  [ James Addison ]
  * firmware: use hard links rather than symlinks. Closes: #1031696

  [ Steve McIntyre ]
  * Kill loadlin, nobody has DOS any more. Also Stop copying the
    /tools directory from the mirror, as that's all that's left there
    now.

  [ Cyril Brulebois ]
  * tools/generate_di+k_list: Add zstd alongside initramfs-tools and
    busybox, since it's now getting installed by base-installer (starting
    with 1.212).

 -- Cyril Brulebois <email address hidden>  Sun, 30 Apr 2023 18:11:17 +0200

Available diffs

Superseded in sid-release
debian-cd (3.2.0) unstable; urgency=medium

  [ Cyril Brulebois — high-level summary ]
  * This release implements many changes related to the 2022 General
    Resolution about non-free firmware. In particular, this means adding
    metadata related to firmware packages, allowing hw-detect to configure
    apt-setup according to firmware packages getting deployed. In the
    general case, systems installed using netinst should only get main and
    non-free-firmware (if such firmware packages are needed) configured,
    without contrib or non-free.
  * Builds involving local packages (LOCAL and LOCALDEBS settings) were
    also reworked. This feature is not used for official builds, and some
    catch-up was needed (apt becomes stricter over time). The expected
    layout for local packages was clarified (see comments in CONF.sh), and
    while it is expected to be clearer and better than it was, it might
    require some local adjustments.

  [ Cyril Brulebois ]
  * CONF.sh (and README):
     + Clarify expected layout below the LOCALDEBS directory.
     + Clarify relationships between NONFREE, NONFREE_COMPONENTS, and
       FORCE_FIRMWARE.
     + Keep only non-free-firmware in NONFREE_COMPONENTS, as the
       interesting firmware packages have been moved from non-free to
       non-free-firmware.
     + Unset CONTRIB for consistency: NONFREE is unset, and packages in
       contrib are usually there because they depend on packages in
       non-free.
  * apt-selection:
     + Annotate local repositories with [trusted=yes].
  * easy-build.sh (and Packages-gen):
     + Create top-level Release files for local packages, allowing apt to
       validate Packages files (when UPDATE_LOCAL=1 is set).
     + Create both compressed and uncompress Packages files: apt is
       unhappy if uncompressed files are missing; the package indexing
       done in various places is unhappy if compressed files are missing.
  * generate_firmware_patterns:
     + Refresh modalias information for the firmware-sof-signed package
       (using linux-image-6.1.0-1-amd64 version 6.1.4-1).
     + Make sure dep11 metadata files are present.
     + Rewrite to work on a single package at once (working on ALL was
       mostly interesting during early development).
  * generate_firmware_tasks:
     + Search for firmware packages only in the configured components,
       instead of searching in all available components. This means main
       in any case, while contrib, non-free, and non-free-firmware depend
       on the CONTRIB, NONFREE, NONFREE_COMPONENTS, and related variables.
     + Implement support for pseudo-option --list-filenames, making the
       firmware package search reusable.
  * make-firmware-image:
     + Use generate_firmware_task to find firmware packages.
     + Implement firmware/dep11 generation for bookworm and later. This
       tool is responsible for generating the firmware tarball, zip, and
       cpio archives that can be used to extend installation media which
       don't contain firmware packages. This allows hw-detect to benefit
       from the same metadata as found in e.g. the netinst image.
  * make_disc_trees.pl:
     + Add leading / to paths in Contents-firmware indices, making it
       easier to use by hw-detect.
     + Add component column to Contents-firmware indices, making it
       possible for hw-detect to set the right apt-setup/$component
       parameters.
     + Store $package.component files alongside $package.patterns files
       for firmware packages, also to help hw-detect.
     + Create /firmware before adding symlinks, and error out if symlink
       creation fails.
     + Improve block calculation for firmware-related metadata files.
     + Merge “local” udebs into “main” explicitly.
     + Rewrite .disk/base_components if needed: setting LOCAL=1 results
       in debootstrap's being called with --components=main,local while
       there might be no debs on the image (depending on the contents of
       the LOCALDEBS directory)… in that case, rewrite base_components
       without “local”.
  * start_new_disc:
     + Remove /dists/local commodity symlink: it's unclear what it is or
       was useful for, and it generated a lot of confusion during this
       development cycle (local = component or codename?!), masking other
       shortcomings.
  * Replace all gzip -9 variations with pigz -9nm ones.
  * Add pigz to Depends accordingly.
  * Add uuid-runtime to Depends (missed in 3.1.36).

  [ Samuel Thibault ]
  * Fix missing %install% replacements, fixing support for automatically
    starting a specific entry when a timeout is reached.

  [ Steve McIntyre ]
  * make-firmware-image: Add a list file to show what's included in
    the firmware archives.
  * Add new config option DISABLE_UEFI_32 to control mixed-mode EFI on
    x86 builds. Closes: #1031424
  * Add iucode-tool to the list of base packages wanted for amd64 and
    i386, so we will have it available for installing CPU microcode.

 -- Cyril Brulebois <email address hidden>  Fri, 24 Feb 2023 17:04:14 +0100
Superseded in sid-release
debian-cd (3.1.36) unstable; urgency=medium

  [ Steve McIntyre ]
  * Start bookworm development, copy the bullseye dirs to bookworm as
    a start.
  * Use $CODENAME/updates for security pre-bullseye, or
    $CODENAME-security for bullseye onwards.
  * Tweak grub boot menu highlight graphics to work again - switch
    from greyscale to colour, as newer grub has removed greyscale PNG
    support. Closes: #1013079, #1013432.
  * Add non-free-firmware support
    + Add an extra config variable NONFREE_COMPONENTS to declare where
      to look for non-free packages.
  * Add a Contents-firmware file to help with looking up firmware
    packages in d-i.
  * Change how we find the installer when booting via grub-efi:
    instead of looking for the .disk/info file, use .disk/id/$UUID
    instead. Closes: #1024346, #1024720.
  * Add 32-bit EFI binaries to all amd64 images too, so we no longer
    need a multi-arch image for Bay Trail etc.
  * Stop adding win32-loader stuff, it's dead.

  [ Cyril Brulebois ]
  * generate_firmware_patterns: Drop support for the temporary --test
    option.

  [ Raphaël Hertzog ]
  * Add cryptsetup-initramfs to tools/generate_di+k_list as cryptsetup 2.4.0
    dropped the recommends on the package and it's needed by d-i.
  * Fix install_firmwares_initrd to not fail when the firmware is not found.
  * Implement recursive lookup of Recommends and Suggests in sort_deps.
    Closes: #601203
  * Remove tools/sort_deps_edu since its only purpose was to try to implement
    the above recursive lookup.
  * Remove dead code in sort_deps and improve generated log messages.

  [ Wolfgang Schweer ]
  * data/bookworm: Use Debian Edu 12 installer logo and syslinux splash image
    from src:debian-edu-artwork 2.12.0.1-1 (showing version number 12).
  * tasks/sid: Replace bullseye with bookworm.

  [ Daniel Lewart ]
  * Update default CODENAME to bookworm in various places.
    Closes: #994121

  [ Jonathan Hettwer ]
  * Avoid embedding timestamps into gzipped Packages and Translations files.
  * Pass --invariant and -i deb00001 to mkfs.msdos

  [ Samuel Thibault ]
  * On firmware images, include the sound firmwares in the espeakup-enabled
    initrd itself. Closes: #992699

  [ John Paul Adrian Glaubitz ]
  * Remove leftover files of silo bootloader on sparc.
  * Remove leftover files of silo bootloader on sparc64.

  [ Debian Janitor ]
  * Update lintian override info to new format on line 1, 2, 3.
  * Update standards version to 4.6.1, no changes needed.

  [ Holger Levsen ]
  * Update standards version to 4.6.2, no changes needed.

 -- Holger Levsen <email address hidden>  Sun, 15 Jan 2023 13:11:24 +0100

Available diffs

Published in bullseye-release
Superseded in sid-release
debian-cd (3.1.35) unstable; urgency=medium

  [ Steve McIntyre ]
  * Add brltty and espeakup to all images from netinst up, for blind
    users. Closes: #678065

  [ Cyril Brulebois ]
  * Add script to generate firmware metadata from appdata metadata,
    and use it when building a media tree. See: #989863

 -- Steve McIntyre <email address hidden>  Mon, 26 Jul 2021 01:02:03 +0100

Available diffs

Superseded in bullseye-release
Superseded in sid-release
debian-cd (3.1.34) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * data/bullseye: Update Debian Edu installer logo and syslinux splash image
    from src:debian-edu-artwork 2.11.5-1.
  * tools/boot/*/boot-x86: Prevent custom splash images from being modified.
    The related code seems to have been useful a long time ago (the need to use
    an RLE file and to reduce the number of colours to 16 has been dropped as of
    syslinux version 3.62). So replace obsolete code with a simple cp command.
  * debian/control: Drop Recommends: on netpbm and syslinux-utils. These are no
    longer needed now that custom splash images are used unmodified.

  [ Petter Reinholdtse ]
  * Include eatmydata deb for d-i to use offline. Closes: #986772

  [ Steve McIntyre ]
  * Shorten "ppc64el" to "p64el" in the volume ID. The bullseye d-i
    RC1 build failed as the volume ID was too long.

 -- Holger Levsen <email address hidden>  Tue, 20 Apr 2021 01:03:35 +0200

Available diffs

Superseded in sid-release
debian-cd (3.1.33) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * data/bullseye: Update Debian Edu syslinux splash image from
    src:debian-edu-artwork 2.11.4-1.

  [ Holger Levsen ]
  * tools/which_deb: Apply patch by JH Chatenet to fix problems with local xz
    compressed Packages files. Closes: #968668
  * tools/start_new_disc: Apply patch by JH Chatenet to include local Release
    file for debian-installer. Closes: #968671
  * tools/make_disc_trees: Apply patch by Daniel Dickinson to create Packages
    files for local/debian-installer. Closes: #523017

 -- Holger Levsen <email address hidden>  Wed, 03 Feb 2021 19:45:22 +0100

Available diffs

Superseded in sid-release
debian-cd (3.1.32) unstable; urgency=medium

  [ Steve McIntyre ]
  * Update default config - we're building for bullseye (11) now.
  * Add support for running the final make_image step in parallel to
    make best use of larger machines with SSD storage. Use
    PARALLEL_MAKE_IMAGE=<n> to specify how many to build in parallel.
  * Be more explicit if DISKTYPE is not specified, or unrecognised.
  * When compressing translations, remove the uncompressed version.

  [ Wolfgang Schweer ]
  * data/bullseye: Update Debian Edu installer logo and syslinux splash image
    from src:debian-edu-artwork 2.11.2-1.
  * tasks/bullseye/Debian-edu-full: Add winbind, freeradius and freeradius-krb5
    packages.

  [ Steev Klimaszewski ]
  * Fix sed delimiters in various scripts.

  [ Samuel Thibault ]
  * Make tools/start_new_disc also cleanup SHA512 checksums.

  [ Holger Levsen ]
  * Update standards version to 4.5.1, no changes needed.

 -- Holger Levsen <email address hidden>  Tue, 19 Jan 2021 14:45:59 +0100

Available diffs

Superseded in sid-release
debian-cd (3.1.31) unstable; urgency=medium

  [ Steve McIntyre ]
  * tools/generate_di_list: Only include kernel udebs for the highest
    ABI we know about. Don't waste space on new installation media
    with older udebs from the archive.

  [ Holger Levsen ]
  * lintian-overrides:
    - add overrides for package-contains-documentation-outside-usr-share-doc
      for usr/share/debian-cd/(contrib|data|tasks).
    - drop unused missing-depends-on-sensible-utils.

 -- Holger Levsen <email address hidden>  Wed, 14 Oct 2020 16:34:41 +0200

Available diffs

Superseded in sid-release
debian-cd (3.1.30) unstable; urgency=medium

  [ Steve McIntyre ]
  * tools/update_popcon: cope with lower-case HTTP headers too; recently
    Debian enabled http2 so this broke.

  [ Holger Levsen ]
  * Convert README to UTF-8.

 -- Holger Levsen <email address hidden>  Wed, 23 Sep 2020 17:18:38 +0200
Superseded in sid-release
debian-cd (3.1.29) unstable; urgency=medium

  [ Raphaël Hertzog ]
  * Fix tools/sort_deps to not accept udeb as solutions to dependencies of
    regular deb (and vice-versa).

  [ Steve McIntyre ]
  * Add easier support for extra archive signing keys - list
    fingerprints in ARCHIVE_EXTRA_KEYS.
  * Exclude lilo-installer (and elilo-installer) for all arches, not
    just amd64. This was an oversight before.
  * Enable graphical installer for arm64 too, now that d-i builds
    should include it too.

  [ John Paul Adrian Glaubitz ]
  * Remove leftover yaboot directory for buster and bullseye.

  [ Wolfgang Schweer ]
  * Adjust Debian Edu list of packages:
    - tasks/bullseye/Debian-edu-full: updated after major setup rework.
    - tools/generate_debian-edu_task: no longer exclude Cinnamon desktop
      environment.

  [ Holger Levsen ]
  * Bump standards version to 4.5.0, no changes needed.
  * Bump debhelper-compat to 13.

 -- Holger Levsen <email address hidden>  Tue, 26 May 2020 16:10:35 +0200

Available diffs

Superseded in sid-release
debian-cd (3.1.28) unstable; urgency=medium

  [ Steve McIntyre ]
  * Add a "with firmware" text to the DISKINFO string when appropriate
    Closes: #944207

  * Major changes to jigdo support - add support for the new
    sha256-based v2 format so we can think about phasing out
    dependencies on md5. Will still build using md5 stuff for
    compatibility for now - we need a new xorriso release (1.5.3?) to
    hit the archive and (more importantly!) users to get current jigdo
    clients too before we can switch. Closes: #949965

  [ Samuel Thibault ]
  * Drop support for xorriso versions before 1.2.2
  * Add hurd-i386 EFI support.

  [ John Paul Adrian Glaubitz ]
  * Add missing export keyword for ARCHIVE_KEYRING_FILE and
    ARCHIVE_KEYRING_PACKAGE variables in CONF.sh.

  [ Raphaël Hertzog ]
  * Fix a quoting bug that leads to failure in start_new_disc
    when CODENAME is kali-last-snapshot.
  * Add symlinks for kali-last-snapshot in data/, tasks/ and tools/boot/.
  * Add a default value to JIGDO_CHECKSUM.

 -- Steve McIntyre <email address hidden>  Tue, 28 Jan 2020 12:53:41 +0000

Available diffs

Superseded in sid-release
debian-cd (3.1.27) unstable; urgency=medium

  [ Samuel Thibault ]
  * Keep grub resolution in EFI boot, to avoid tiny fonts (closes: #935546).

  [ Steve McIntyre ]
  * Update arch lists in build_all.sh, remove arches not in bullseye
  * Update ordering of checksumming in imagesums

  [ Holger Levsen ]
  * contrib: Updated from setup.git/bullseye/.
  * d/control: Bump standards version to 4.4.1, no changes needed.

 -- Holger Levsen <email address hidden>  Wed, 23 Oct 2019 18:06:41 +0200

Available diffs

Superseded in sid-release
debian-cd (3.1.26) unstable; urgency=medium

  [ Steve McIntyre ]
  * Start bullseye development, copy the buster dirs to bullseye as a
    start.
  * Stop producing MD5SUMS and SHA1SUMS files by default.
  * Add shim-signed and grub-efi-arm64-signed to the arm64 package
    list.
  * Change a load of http URLs to use https instead.

  [ Holger Levsen ]
  * d/control:
    - bump standards version to 4.4.0, no changes needed.
    - bump debhelper-compat to 12.

 -- Holger Levsen <email address hidden>  Sat, 10 Aug 2019 11:50:47 +0200

Available diffs

Published in buster-release
Superseded in sid-release
debian-cd (3.1.25) unstable; urgency=medium

  [ Steve McIntyre ]
  * Fix for stupid bug in 3.1.24 - rebuild without my locally-hacked
    CONF.sh in the package build. :-(

 -- Steve McIntyre <email address hidden>  Wed, 26 Jun 2019 18:26:02 +0100

Available diffs

Superseded in sid-release
debian-cd (3.1.24) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * tasks/buster/Debian-edu-full: Force missing packages onto the Edu BD.
    (This is a workaround for the effects of #601203)

  [ Holger Levsen ]
  * contrib/cronjob.weekly: drop -usb from CDNAME for Debian Edu BD images, as
    "usb" is both wrong as well as redundant as 'BD' is also part of the
    generated filenames.

  [ John Paul Adrian Glaubitz ]
  * Add grub-efi{,{-ia64,{-bin}}} to tools/generate_di+k_list on ia64
  * Remove elilo from tools/generate_di+k_list on {i386,ia64}
  * Switch bootloader from elilo to grub-efi-ia64 on ia64
  * Switch bootloader from yaboot to grub-ieee1275 on powerpc
  * Switch bootloader from yaboot to grub-ieee1275 on ppc64
  * Switch bootloader from silo to grub-ieee1275 on sparc
  * Switch bootloader from silo to grub-ieee1275 on sparc64

  [ Steve McIntyre ]
  * Tweak ordering of snapshot URLs - put snapshot.d.o last in the list in
    jigdo files, to reduce load on the service.
  * Don't include -686-pae udebs on media - we may not have a kernel
    to use with them anyway
  * Add support for USB sticks any integer multiple of 1GB in size.
  * Copy in the updated buster cronjobs to match current state.

 -- Steve McIntyre <email address hidden>  Sat, 22 Jun 2019 18:19:21 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
debian-cd (3.1.23) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * tools/start_new_disc: set adjusted cd_type for incomplete BD image for
    offline usable Edu BDs. Closes: #769589
  * contrib/HEADER.html.in: add paragraphs describing the Debian Edu netinst
    images for amd64 and i386.

  [ Steve McIntyre ]
  * Add grub-efi packages to armhf media.

  [ Samuel Thibault ]
  * Support dark theme boot entries.

  [ Holger Levsen ]
  * data/buster: update Debian Edu installer logo and syslinux splash image
    from src:debian-edu-artwork 2.10.5-1.
  * contrib: updated from setup.git/buster/.

 -- Holger Levsen <email address hidden>  Tue, 19 Feb 2019 19:08:26 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
debian-cd (3.1.22) unstable; urgency=medium

  [ Steve McIntyre ]
  * Ensure that in all places where we use -J we also use
    -joliet-long. Thanks to Thomas Schmitt again for a clear bug report!
  * List jigdo, template and torrent files in SUMS files too. Closes: #887830
  * Tweak the date used for snapshot.d.o references - use *tomorrow*
    rather than today, to allow time for the snapshot to be updated.
  * update-cd:
    - add ppc64el to arch list.
    - grab checksums from the binary-all Packages.gz too when building.
    - generate checksums for torrents and jigdo files too if desired.
    - normalize path to genisoimage.
    - Tweak the code ordering in update-cd so the jigdo file checksums
      are generated after they're compressed.
  * tasks/buster/debian-edu: Update the debian-edu task definition.
  * tools/generate_debian-edu_task:
    - replace generate_debian-edu_task with a perl script.
  * tools/generate_firmware_task: add proper backports support.
  * tools/check_backports_packages: hard-code linux-image=* for now.
  * tools/boot/buster/boot-x86: Munge the EFI boot support code to make Secure
    Boot work.
  * tools/generate_di+k_list: explicitly bring in the signed shim and grub
    bootloaders.
  * Add initial support for generating media including packages from
    backports.
  * Update boot-x86 to handle UEFI Secure Boot better (minimal changes,
    real work is in d-i). Closes: #821054
  * Also include shim-signed and grub-efi-amd64-signed for amd64 media.

  [ David Kalnischkies ]
  * Provide hashes for uncompressed Translation-* again. Closes: #767253

  [ John Paul Adrian Glaubitz ]
  * Use compressed kernel image by default in boot-hppa.
  * Rename data/base_include_port_architectures to data/debian_ports.
  * Makefile: Rename UNRELEASED_PORT_ARCHITECTURES to DEBIAN_PORTS_ARCHES.
  * Makefile: Reorder architecture list in DEBIAN_PORTS_ARCHES.
  * Makefile: Rephrase comment on package list for Debian Ports.
  * Makefile: Add ia64, powerpc, riscv64 and sparc to DEBIAN_PORTS_ARCHES.

  [ Holger Levsen ]
  * Create a debian-edu task to be able to build an offline installation image
    for Debian Edu.
  * Drop unused script edu-build.sh.
  * data/buster: add Debian Edu installer logo from src:debian-edu-artwork
    2.10.2-1.
  * d/control:
    - upgrade to use debhelper-compat(=11), drop d/compat.
    - drop ancient version-requirement on dependency on apt.
    - don't recommend syslinux-utils twice, thanks lintian.
    - bump standards version to 4.3.0, no changes needed.
    - add "Rules-Requires-Root: no" to support building as non-root.
    - add myself to uploaders.
  * d/rules:
    - use the awesome "dh $@" simplification.
    - use debian/debian-cd.docs.
    - use debian/debian-cd.install.
    - use debian/debian-cd.links.
  * Add lintian override for missing-depends-on-sensible-utils as
    sensible-editor is merely mentioned in the README.
  * d/copyright: explicitly refer to /usr/share/common-licenses/GPL-2.
  * Makefile: fix Raphaël Hertzog's name.
  * Cleanup white spaces & empty lines, in d/changelog, d/control and d/rules,
    thanks lintian.

  [ Wolfang Schweer ]
  * Reviewed, tested and proposed many of the Debian Edu related changes.
    Closes: #846006

 -- Holger Levsen <email address hidden>  Sat, 02 Feb 2019 23:38:07 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
debian-cd (3.1.21) unstable; urgency=medium

  [ Steve McIntyre ]
  * Tweak tasks/stretch/Debian-xfce: force some important packages up the
    dependency order so they're guaranteed to fit (firefox,
    network-manager-gnome, synaptic)
  * Start buster, simply copying stretch for now
  * Add SHA256 checksums to Packages files for update images
  * Make update_popcon deal with https on popcon.d.o
  * Depend on wget instead of just Recommending it.
  * Update references to point to salsa.d.o for git repo
  * Fix isolinux config parsing. Thanks to Philipp Hahn for the
    patch. Closes: #886655
  * Minor packaging updates:
    + Remove the executable bit from various shell function files
    + Update the debhelper dependency to version 10
    + Stop using dh_clean -k
    + Switch Priority: extra to optional
    + Update Standards-Version to 4.1.3

  [ JH Chatenet ]
  * Include debian-ports-archive-keyring on non released architectures
    Closes: #865470

  [ John Paul Adrian Glaubitz ]
  * Add list of packages required for debian-installer on m68k.
  * Add support for unreleased packages from Debian Ports.
  * Remove special handling for palo, silo and yaboot in which_deb.
  * Fix relative d-i path for kernel images and initrd in boot-hppa.
  * Fix relative d-i path for kernel images and initrd in boot-sparc64.
  * Add support for unreleased debian-installer packages from Debian Ports.
  * Fix relative d-i path for kernel images and initrd in boot-alpha.
  * Strip "images/cdrom" suffix from mirror DI_DIR path in boot-alpha.
  * Add grub-ieee1275 to tools/generate_di+k_list on powerpc.
  * Add grub-ieee1275 to tools/generate_di+k_list on sparc and sparc64.
  * Fix install location of amiga.info icon file.
  * Clone powerpc udeb lists for ppc64.
  * Add initial set of packages to tools/generate_di+k_list on ppc64.

  [ Marcin Kulisz]
  * removing lynx-cur from binary conditional dependency (Closes: #888107)

  [ Vagrant Cascadian ]
  * Support KERNEL_PARAMS in arm64 (Closes: #884552)

 -- Steve McIntyre <email address hidden>  Sun, 04 Feb 2018 00:44:46 +0000

Available diffs

Superseded in buster-release
Published in stretch-release
Superseded in sid-release
debian-cd (3.1.20) unstable; urgency=medium

  [ Raphaël Hertzog ]
  * Add {data,tasks,tools/boot}/{kali-dev,kali-rolling} symlinks pointing
    to sid to make it easier to build Kali images with debian-cd.

  [ Steve McIntyre ]
  * Add https bits to tools/generate_di+k_list (#855035)
  * Fix missing full path for catz call in tools/grab_md5 (Closes: #855174)
  * Add stub for mips64el boot support, so we can build images for it
  * Add reportbug to tasks/forcd1 - make it easier for users to report
    installation problems. Closes: #861288
  * Ensure that arm64 images include grub-efi packages
  * Tweak the Volume ID and disk info output slightly for netinst media.
    Closes: #858031
  * Tweak the Volume ID for mips64el media

  [ Samuel Thibault ]
  * Add support for grub submenu hotkeys.

  [ Vagrant Cascadian ]
  * Add wget to Recommends. Closes: #861436

 -- Steve McIntyre <email address hidden>  Tue, 06 Jun 2017 13:12:21 +0100

Available diffs

Superseded in stretch-release
Superseded in sid-release
debian-cd (3.1.19) unstable; urgency=medium

  [ Steve McIntyre ]
  * Also fix size calculation for EFI image for arm64
  * Add workaround for dosfstools issue (#823881)
  * Add support for adding backports into a build
  * Remove obsolete dedicated_source script
  * Add support for archives without Packages.gz and Sources.gz - try .xz
    files too

  [ Cyril Brulebois ]
  * Only export WGET_OPTS="--ca-directory /etc/ssl/ca-debian/" when this
    directory actually exists, making it easier to use debian-cd on non-
    debian.org machines.

  [ John Paul Adrian Glaubitz ]
  * Fix perl errors in make_disc_trees.pl - use "local $_", not "my $_"
    Closes: #839946

 -- Steve McIntyre <email address hidden>  Fri, 09 Dec 2016 01:13:13 +0000

Available diffs

Superseded in stretch-release
Superseded in sid-release
debian-cd (3.1.18) unstable; urgency=medium

  [ Steve McIntyre ]
  * Start stretch, simply copying jessie for now
  * Remove mention of desktop choice from yaboot boot messages
    (Closes: #783569)
  * Add YA syslinux package to Recommends.
  * Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files
  * Add support for debian-edu builds
  * Change cpp usage in the Makefile to make error handling more reliable
  * tools/sort_deps: Improve handling of too-large packages. Previously,
    the code would only check sizes for packages explicitly listed but
    packages brought in due to dependency resolution would not be
    checked. Now fixed.
  * Try to make VOLIDs shorter when given long alpha / beta release names
    in DEBVERSION
  * Add firmware bundles in cpio.gz format too to help netboot users.
    Thanks to Alex Owen for the patch, slightly tweaked.
  * Add kernels and other bits to armel/armhf images (Closes: #795844)
  * Do similar for mips images, now r4k-ip22 cdrom images are no longer
    built.
  * Remove old obsolete pre-d-i function install_language and all callers.
  * parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus.
    Closes: #798908
  * Create checksums for firmware images
  * Switch references to d-i.debian.org to use https instead of http.
    Closes: #809698. Also use --ca-directory /etc/ssl/ca-debian/ with wget
    to ensure this works.
  * Add Recommends: syslinux-utils in case a user wants to use SPLASHPNG
    (and hence ppmtolss16) for their own splash images. Closes: #768977
  * Update Standards-Version to 3.9.6

  [ Didier Raboud ]
  * For stretch, swap amd64 and i386 to let the first be the norm, and the
    latter be the special case, this copes with the similar change in d-i
  * Add management of arch detection from d-i in isolinux, fix booting from
    help files and isolinux.cfg overwriting

  [ Cyril Brulebois ]
  * Make amd64 the default arch in the easy-build.sh script.
  * Make stretch the default suite in the easy-build.sh script.

  [ Philipp Kern ]
  * Load the s390x initrd at 0x01000000 to allow kernels larger than
    8 MiB (and smaller than 16 MiB) to be loaded via the ins loader.
  * Drop the remaining s390 bits from stretch and jessie. (s390x remains.)
  * Drop the d390oco loader from stretch and jessie.

  [ John Paul Adrian Glaubitz ]
  * Add initial sparc64 support

  [ Samuel Thibault ]
  * include espeakup on cd1, not speakup, and alsa-utils. Closes: #809497
  * Minor tweaks to hurd boot setup. Closes: #818176

  [ Ben Hutchings ]
  * Add 686 kernels to replace 586 for i386 CDs. Closes: #808958

  [ Nicholas D Steeves ]
  * Change dependency on btrfs-tools to btrfs-progs. Closes: #820479

  [ Helge Deller ]
  * Update hppa support. Closes: #744155

  [ Philipp Hahn ]
  * Fix size calculation for EFI image

 -- Steve McIntyre <email address hidden>  Mon, 20 Apr 2015 12:36:57 +0100

Available diffs

Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
debian-cd (3.1.17) unstable; urgency=medium


  [ Steve McIntyre ]
  * Provide hashes for uncompressed Translation-* files, and remove the
    uncompressed versions from the output disc. Closes: #767253. Initial
    patch from Michael Vogt - thanks!
  * Add 586 kernels to replace 486 for i386 CDs
  * More tweaks for arm64 CD building
  * Change from -- to --- for kernel command line handling.
    Closes: #764676
  * Add minor support / bug fixes for i386 EFI.
  * Add fine-grained control over usage of BIOS and EFI boot on x86 CDs,
    needed for extra Mac CD builds.
  * update-cd: if we're doing torrents, make sure we include update CD
    checksums in bt-$type too.
  * Improve autorun.inf, make sure the disc icon displays. Closes: #772691
    Thanks to jnqnfe for initial patch, slightly tweaked.
  * Add rdnssd on disc 1 by default. Closes: #782299
  * Update included files from the setup repo in the contrib dir

  [ Ben Hutchings ]
  * generate_di+k_list: Update kernel and related package lists for mips*
    Closes: #777711

  [ Helge Deller ]
  * [alpha] fix unpacking aboot-base, copy versioned vmlinuz file correctly.

 -- Steve McIntyre <email address hidden>  Mon, 20 Apr 2015 12:36:57 +0100

Available diffs

Superseded in jessie-release
Superseded in sid-release
debian-cd (3.1.16) unstable; urgency=medium


  [ Steve McIntyre ]
  * Fix changelog date for 3.1.15. Closes: #751814
  * Fix up Gnome CD set installing xfce - logic in boot menu creation was
    broken. Closes: #756774
  * Update kernel flavours for armhf to just use armmp and armmp-lpae
  * Update arch lists to match what's in Jessie: remove sparc and ia64,
    add arm64.
  * Add Debian-mate and Debian-cinnamon top-level tasks for new CD desktop
    options
  * Extend FORCE_SID_TASKSEL usage in update_tasks to also affect desktop
    choice algorithm
  * Add experimental support for arm64 booting via UEFI
  * Use new tasksel interface to determine default desktop.
    Closes: #762613
  * Do not look for isolinux/desktop/*cfg files for appending
    kernel params for Jessie. Closes: #767223, #766411. Thanks to Prema
    and Vagrant for (identical!) patches. :-)

  [ Philipp Hahn ]
  * Fix word-splitting regexp in generate_di_list. Closes: #758512.
  * Improve correctstatus speed. Closes: #759343

  [ Joey Hess ]
  * adapt desktop handling for tasksel/d-i changes. Closes: #762487

  [ Aurelien Jarno ]
  * Add initial support for ppc64el

  [ Ian Campbell ]
  * Force MKISOFO=xorriso for arm64 too
  * The d-i supplied grub.cfg has the correct entries in it already

 -- Steve McIntyre <email address hidden>  Wed, 29 Oct 2014 17:33:10 +0000

Available diffs

Superseded in jessie-release
Superseded in sid-release
debian-cd (3.1.15) unstable; urgency=medium


  [ Steve McIntyre ]
  * Add "UEFI" text to the UEFI installer menu title to make it easier for
    end users to distinguish between UEFI and BIOS boot.

  [ Samuel Thibault ]
  * Make kfreebsd & hurd images usbkey-bootable. Closes: #739422
  * Fix building desktop CDs with easy-build.sh Closes: #740558

  [ Raphaël Hertzog ]
  * Fix code extracting the xorriso version.

  [ Steve McIntyre ]
  * tools/apt-selection: pass APT::Architectures:: when calling apt;
    otherwise if we're running on a multi-arch system apt will break
  * Factor out the xorriso version-checking code

  [ Helge Deller ]
  * Fixes for booting on hppa architecture. Closes: #743879, #749409

  [ Robert Millan ]
  * Update from kfreebsd-9 to kfreebsd-10

  [ Daniel Baumann ]
  * Cope with changes from move to isolinux 6.x. Closes: #746746

 -- Steve McIntyre <email address hidden>  Tue, 11 Feb 2014 01:57:01 +0000

Available diffs

Superseded in jessie-release
Superseded in sid-release
debian-cd (3.1.14) unstable; urgency=medium


  [ Steve McIntyre ]
  * Start jessie work; copy things from the wheezy config for now.
  * Remove older squeeze, lenny, etch dirs
  * Move code hosting from svn to git.
  * Make sure that when we call apt, we tell it to *not* use localised
    package descriptions; this causes issues during build. See #712435 in
    apt.
  * List Translation files in dists/$dist/Release too - apt looks there
    now instead of in Index, apparently.
  * Remove mention/support of the s390(x) tape options; not created by d-i
    any more, and this is causing build failures.
  * Remove mention/support of old kfreebsd 8 kernels - they are not
    created any more, and this is causing build failures.
  * Remove s390 from the arch lists in various scripts, as it's going
    away. Support remains if specifically configured yet.
  * tools/update_tasks: don't hard-code the default desktop to use,
    instead work it out directly from the dependencies of the task-desktop
    package.
  * tools/boot/jessie/*: Pull out some more common code into common.sh to
    simplify the various boot-$arch scripts. Warn about potentially
    insecure download locations.

  [ Robert Spencer ]
  * Build without isolinux/desktop. Closes: #706150
  * Don't assume loadlin.exe exists. Closes: #706156

  [ Joey Hess ]
  * Add make and gcc back to forcecd1, to allow building out of tree
    kernel wifi modules. I removed this and more earlier while cleaning
    out undocuented cruft.
    (I have not added back module-assistant so far,
    since it needs build-essential which would pull in additional
    dependencies.)

 -- Steve McIntyre <email address hidden>  Tue, 14 Jan 2014 17:19:22 +0100

Available diffs

Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
debian-cd (3.1.13) unstable; urgency=medium


  * The traditional "last upload before the stable release" upload...

  [ Robert Spencer ]
  * Use ARCHIVE_KEYRING_PACKAGE and ARCHIVE_KEYRING_FILE parameters to
    not hardcode debian-archive-keyring and let derivatives use their
    own keyring.
  * Add further support for missing win32-loader.ini. Closes: #705594
  * Allow for override of distro name etc. in grub.cfg for EFI boot too.
    Closes: #705610

  [ Steve McIntyre ]
  * Tweak handling of {udeb,base}_{include,exclude} files so multi-arch
    builds should work better. Closes: #703436
  * Remove the dpkg check for debootstrap version before passing the
    --no-check-gpg option; we're not going to support debootstrap versions
    so old that they don't support this flag, *and* the dpkg-query call
    doesn't give us the right version anyway - we're using an extracted
    copy from the archive, not the one that (might be) installed on our
    build machine.

 -- Steve McIntyre <email address hidden>  Tue, 30 Apr 2013 22:54:32 +0100

Available diffs

Superseded in wheezy-release
Superseded in sid-release
debian-cd (3.1.12) unstable; urgency=low


  [ Steve McIntyre ]
  * When building source-only discs, cope with having multiple different
    versions of a source package:
    + make_disc_trees.pl now tracks arrays of packages when parsing
      apt-cache output
    + We'll now pull in all the extra packages included in Sources.gz
      because of Built-Using.
  * Add support for Built-Using:
    + tools/sort_deps: parse out Built-Using from Packages files too and
      pass any such data on to tools/merge_package_lists
    + tools/merge_package_lists: if we have any built-using source
      packages listed when doing a combined binary/source set, add them in
      the same way as existing listed sources.
  * Other bug fixes in tools/merge_package_lists:
    + Fix handling of multi-line Binary: fields
    + Print out the accumulated size of source packages in output also
      (fix to printf format string)
  * Update Vcs-Browser
  * Make sure the DEBIAN_KERNEL placeholder in README.* is replaced;
    switch from cpp to sed for that so it works inside quoted
    text. Closes: #699198
  * Deal with syslinux version 5.x needing to install more files for
    bootable x86 media. Thanks to Daniel Baumann for the path.
    Closes: #699884

  [ Raphaël Hertzog ]
  * Update Makefile to set MKISOFS to xorriso by default when building
    images for i386/amd64. Otherwise a build that doesn't set MKISOFS
    and MKISOFS_OPTS fails.
  * Update tools/boot/wheezy/boot-x86 to not look for syslinux's source
    if $ARCHIVE_EXTRACTED_SOURCES is not set and modify CONF.sh
    to not set it by default. That option is only meaningful for
    official builds that result in a copy of the sources on the given URL.
  * Add dosfstools to Recommends since it's required by
    tools/boot/wheezy/boot-x86 for EFI support. It can't be added to Depends
    because it's not available on non-Linux systems.
  * Use debootstrap --no-check-gpg by default since many local mirrors
    are not signed (such as temporary mirrors created by simple-cdd).

  [ Steve McIntyre ]
  * Update boot-mipsel and boot-hppa to use the which_deb script for
    better safety when extracting boot loader files.
  * Update all the relevant boot-* scripts to do the right thing when
    extracting packages and sources, depending on
    $ARCHIVE_EXTRACTED_SOURCES as above
  * Add extra text to boot messages on powerpc to tell people about how to
    select a different desktop. Thanks to Rick Thomas for the
    text. Tweaked slightly to list the default on the current disc too.

  [ Robert Spencer ]
  * Extract debian-archive-keyring when setting up apt to avoid error
    messages about missing keys. Closes: #703431
  * Fix cpp warning in Makefile. Closes: #704342
  * Correct usage of dpkg-architecture to fix errors. Closes: #703487

  [ Steve McIntyre ]
  * Allow for override of DISKINFO base text; Closes: #695080

 -- Steve McIntyre <email address hidden>  Mon, 01 Apr 2013 02:32:44 +0100

Available diffs

Superseded in wheezy-release
Superseded in sid-release
debian-cd (3.1.11) unstable; urgency=low


  [ Steve McIntyre ]
  * Merge x86 EFI support from the EFI_support branch (Closes: #658352)
    + Pull in grub-efi for amd64 and i386
    + Lots of extra code in boot-x86:
      - pull grub EFI pieces out of the latest debian-cd_info.tar.gz
        blobs in d-i, if they're there. If so, use them to make x86 images
        bootable via EFI (both via CD and USB)
      - parse the isolinux menus already provided in the d-i build and
        generate equivalent grub menus, complete with themes for a
        reasonable layout with graphics and titles.
      - depending more and more on xorriso rather than genisoimage...
  * Add version-tracking into dependency sorting. Closes: #687949)
    + Use/parse output from a newer version of apt so that "apt-cache
      depends" will include version information on dependencies.
    + All tracking of packages now include versions, so we pass around
      hashes of {package name, comparison op, version} everywhere instead
      of simply passing package names as strings.
    + Add the APT::Cache::ShowVersion=1 option to apt-cache calls to
      turn on version reporting. Needs a locally-patched version of apt
      *for now*, but expecting that to be fixed for the Wheezy
      release. The new code degrades gracefully if version info is not
      available.
    + Add a dependency on libdpkg-perl for version comparison code.
  * Improve architecture support in which_deb. Closes: #695244
    + Check all the architectures available in the archive if we're not
      specifically told which to use (e.g. on source builds)
    + If we fail to find packages/sources for the specified package, say
      so and bail out properly.
  * Switch boot-x86 to depend on xorriso totally rather than genisoimage
    now; working UEFI support needs it. We also need very recent (1.2.6)
    xorriso for various bugfixes, ideally.

 -- Steve McIntyre <email address hidden>  Wed, 26 Sep 2012 01:09:13 +0100

Available diffs

Superseded in wheezy-release
Superseded in sid-release
debian-cd (3.1.10) unstable; urgency=low


  [ Steve McIntyre ]
  * Don't exclude all the udebs for s390. Some users really do need them
    (loading from a CD/DVD used over the network). Closes: Bug #673576
  * Explicitly add s390-tools and sysconfig-hardware for s390.
  * Tweak sort_deps:
    + Track whether a dependency chain is caused by a hard dependency
      (Depends) or soft (Recommends/Suggests). If we fail to add a package
      down the chain on a *soft* dependency, don't invalidate the entire
      chain.
    + When checking OR dependencies, *first* check to see if any of the
      options are already installed *before* trying to install the first
      option. Helps a lot with circular deps such as task-lxde-desktop ->
      task-desktop -> (task-gnome-desktop | task-lxde-desktop | etc.); in
      this case, of course task-lxde-desktop should satisfy the OR dep.
  * Tweak powerpc boot options, using 32/64 bit detection in yaboot at
    boot time. Thanks to Milan Kupcevic for the patch. Closes: #678066
  * Tweak boot-load-size for ia64 to make CDs boot again. Closes: #678883.
    Thanks to Stephan Schreiber for the patch. Tweak all the other
    ElTorito-booting arches in a similar fashion.

  [ Joey Hess ]
  * Clean up forcd1, removing twm, wmaker, wmakerconf, pump,
    menu (pulled in by desktop tasks),
    aptitude (pulled in by debootstap, and may be demoted to optional),
    alsa-utils, alsa-base (pulled in by task-desktop),
    mdetect, read-edid (no longer used by xorg),
    grub (handed by generate_di+k_list),
    deborphan, debfoster, localepurge (expert user stuff),
    chdrvfont (no such package any more),
    discover, popularity-contest, wpasupplicant, openssh-server
    (in generate_di+k_list),
    gnupg (pulled in by debootstrap)
  * Updated generate_di+k_list to match more closely the current
    packages d-i apt-installs.
  * Further trim forcd1, removing lots of historical cruft, and adding
    comments explaining the rationalle for the remaining packages.

 -- Steve McIntyre <email address hidden>  Fri, 24 Aug 2012 14:50:13 +0100

Available diffs

Superseded in sid-release
debian-cd (3.1.9) unstable; urgency=low


  [ Steve McIntyre ]
  * Add s390x as a known architecture, merging common s390/s390x boot
    setup scripts.
  * Add dependency on xorriso. Closes: #673656
  * Describe discs appropriately depending on the kernel used.
    Closes: #673975
  * Clean up handling of environment variable handling in perl tools.
  * Switch over to working with new task-* metapackages. Closes: #672941
  * Add espeakup to forcd1, so we get speech synthesis for a11y early on full
    CD/DVD sets. Closes: #678064
  * Fix installer priority handling on pegasos. Closes: #679798.
    Thanks to Milan Kupcevic for the patch.
  * Add gtk initrd to hurd-i386 images. Closes: #635260
    Thanks to Samuel Thibault for the patch.
  * Updated all the latest in-use scripts and config in the contrib dir.

 -- Steve McIntyre <email address hidden>  Thu, 05 Jul 2012 18:32:04 -0600

Available diffs

Superseded in wheezy-release
Superseded in sid-release
debian-cd (3.1.8) unstable; urgency=low


  [ Steve McIntyre ]
  * Switch i386 kernel flavours again on advice from Ben:
    + Removed all mention of 686-bigmem as it's now gone
    + Added 686-pae onto CD#1 in place of 686
    + Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
    + Add zfsutils into the generate_d-i+k_list for kfreebsd users.
  * Add support for translated package description files. Closes: #495102
    + Add needed dependency on bzip2
    + Other minor cleanups in tools/make_disc_trees.pl
  * Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
    Milan Kupcevic for the patch.
  * Update list of Linux kernel packages. Closes: #648690. Thanks to Ben
    Hutchings for the patch.
  * Remove lots of old stuff neither needed nor supported any more:
    + removed architectures: alpha arm hppa
    + removed releases: etch lenny
    + removed unversioned data/sparc and data/yaboot, versioned
      equivalents are in place already.
  * tools/generate_firmware_task: Add LOCALDEBS support
  * Add more armel kernel flavours
  * Add armhf as a known architecture, merging common armel/armhf boot
    setup scripts.
  * Remove hppa boot script, unsupported now.
  * Tweak command line options for creating source images: add -joliet-long

  [ Joey Hess ]
  * Read tasksel's debian-tasks.desc from its new location.

  [ Ian Campbell ]
  * Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.

  [ Raphaël Hertzog ]
  * Changes triggered by various lintian warnings:
    + Switch to “3.0 (native)” source format to get rid of .svn
      directories in the source package (when built from the svn checkout
      directly)
    + Support build-arch/build-indep targets in debian/rules.
    + Drop executable rights from tools/boot/wheezy/boot-hurd
      (and fix debian/rules to not re-add it).
    + Bump Standards-Version to 3.9.2 (no change required).

  [ Philipp Kern ]
  * Add an extra tweaked version of d390.ins for s390 booting. The
    Hardware Management Console needs the file to be in the root
    directory.

  [ Robert Millan ]
  * Add kfreebsd 9. Closes: #650926
  * Add graphical installer image for kfreebsd-amd64. Closes: #651530
  * generate_d-i+k_list: Add ufutils. Closes: #662234

 -- Steve McIntyre <email address hidden>  Fri, 04 May 2012 16:13:42 +0100

Available diffs

Superseded in wheezy-release
Superseded in sid-release
debian-cd (3.1.7) unstable; urgency=low
  [ Ben Hutchings ]  * In the boot prompt for powerpc, make install64 more prominent.    Closes: #614583  [ Steve McIntyre ]  * Merge update-cd changes back from the squeeze branch:    + Remove the old non-US stuff from it, it's not been needed in years.    + Cope with .bz2 source files too.    + Merged and simplified the old functionality from scansources.old      and scanpackages.old into the new script create_control.    + Run the mkisofs step *outside* of "set -e" so that we can actually      report errors instead of silently failing.    + Split out the code for starting a new disc into a function.    + Pick up on a potential bug: if we finish the last (expected) disc with      a backed-out file, make sure we create another image to include that      file too.  * Update make_disc_trees.pl and which_deb to cope with different    types of source file, and clean up the code in that area.  * tools/make_image: generate list files while we have the CD trees    available  * update the URL for downloading s390 d-i dailies.  * Add linux-image-2.6-686-bigmem to tasks/<release>/interesting-fromcd23    to try and put that on i386 image sets before linux-image-amd64.    Closes: #622622  * update the URL for downloading i386 d-i dailies.  * update the URL for downloading armel d-i dailies.  * tools/grab_md5:    + Improve Packages and Sources file parsing;    + Cope with differently-formed files that are still valid      (don't assume field ordering).    + Switch from awk to perl makes things much faster too!    + Make arch handling more generic - instead of having to list all      arches, allow a wildcard and then check for lack of Packages.gz files  * tools/make-firmware-image: Rather than use the firmware task which    gets out of date, look for firmware/microcode files directly in the    Packages file. Check for things installing in /lib/firmware, and add    those packages.  * Remove the checked-in firmware task altogether, as it's not    useful. Generate it when needed using the new script    tools/generate_firmware_task.  * Add apt-offline to tasks/wheezy/forcd1 to bring it onto CD#1.    Closes: #630805  * Add links to snapshot.debian.org into jigdo files.   [ Aurelien Jarno ]  * Add support for hurd-i386. Closes: #619211 -- Steve McIntyre <email address hidden>  Tue, 07 Jun 2011 23:03:42 +0100

Available diffs

Superseded in wheezy-release
Superseded in sid-release
debian-cd (3.1.6) unstable; urgency=low
  [ Raphaël Hertzog ]  * Add the missing accent in my family name in Uploaders.  * Drop Frans Pop from Uploaders, RIP.  [ Steve McIntyre ]  * Start wheezy development, doing "svn cp squeeze wheezy" and    "s/squeeze/wheezy/" in various places.  * Add support for over-riding disc size on demand, used for some of the    squeeze release builds.  * Add disk size definitions for 1/2/4/8 GB USB sticks.  * Extend the size-override code to allow to override an individual disc    in the set (e.g. to make the first DVD fit on a 4GB USB    stick). Closes: #612074  * Special-case builds of source-only discs: if we think we've    overflowed the disc size, try to carry on for a few more packages    to get closer to actually filling the disc. Closes: #613751.  * Path to sparc daily builds has changed.  * armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME    definition to stop the mirror script complaining.  * Add more checksum types to generated Release files; go from md5 only    to md5, sha1, sha256 and sha512.  * tools/start_new_disc: tone down messages about missing    {BASE,UDEB}_{INCLUDE,EXCLUDE} files from ERROR to WARNING.    Closes: #615043  [ Otavio Salvador ]  * Add btrfs-tools on required packages by installer. Closes: #612007.  [ Didier Raboud ]  * Remove win32-loader standalone flavours from the tools/ directory on    x86. Closes: #612224 -- Steve McIntyre <email address hidden>  Fri, 04 Mar 2011 14:56:50 +0000
Superseded in wheezy-release
Published in squeeze-release
Superseded in sid-release
debian-cd (3.1.5) unstable; urgency=high
  [ Steve McIntyre ]  * Final upload for squeeze.  * Pass the base mkisofs options into make_disc_trees too.  * Switch to --iso-level 4 for powerpc images to make them work better    with POWER machines. Thanks to Milan Kupcevic for the patch.    Closes: #603536  * Add code to make isohybrid images for i386/amd64:    + Makefile: Add support for overriding the MKISOFS and MKISOFS_OPTS      variables on a per-arch basis    + CONF.sh: add working examples for this    + CONF.sh: fix up the -jigdo-min-file-size option to use 1024 instead      of 0; genisoimage used to fix this up, but xorriso doesn't.    + tools/boot/squeeze/boot-x86: if configured to use xorriso, add the      extra command line options to add the isohybrid MBR. Also work      around a difference in ISO directory naming between genisoimage and      xorriso.    + Closes: #551951  * Drop the recommended size for BD-ROMs slightly, on the recommendation    of Thomas Schmitt. This will make it more likely that we'll fit on    all media. -- Steve McIntyre <email address hidden>  Wed, 02 Feb 2011 23:37:54 +0000
Superseded in squeeze-release
Superseded in sid-release
debian-cd (3.1.4) unstable; urgency=low


  [ Frans Pop ]
  * Cleanup of packages included for bootable CDs (generate_d-i+k_list):
    - libsysfs2 workaround is no longer needed;
    - discover is no longer used anywhere;
    - include grub-legacy instead of grub;
    - pcmcia-cs has been fully replaced with pcmciautils.
  * Exclude udebs for X.Org-based version of the Graphical Installer.
  * Excluding reiserfs4 udebs is not needed for Squeeze.
  * Include pciutils on installation CDs.
  * Only include a symlink for the suite actually specified in the
    Release file. Closes: #590993

  [ Karl Goetz ]
  * Rename log.sort_deps* to sort_deps*.log for better consistency.
    Closes: #571591
  * Minor tweaks to Debian packaging to make lintian happy.
    Closes: #592932
  * Minor whitespace/wording fixes for the README file. Closes: #592933
  * Change the default for NORECOMMENDS to 1 for consistency with
    NOSUGGESTS. Closes: #598196
  * Documentation patches

  [ Steve McIntyre ]
  * Rename log.add_packages to add_packages.log
  * Add dependency on dpkg-dev for dpkg-architecture. Closes: #574879
  * Add support for forcing firmware packages onto CD#1:
    + Add "FORCE_FIRMWARE=1" to CONF.sh to turn this on
    + Will pick up on packages in the "firmware" task and install them
    + Will also add sym-links to them in CD1/firmware so that new d-i code
      can find them easily.
    + Will add a short sentence into README.html/README.txt
  * Add top-level control of which checksums are desired for output images
    see the CHECKSUMS setting in CONF.sh
  * Fix some bashisms in tools/apt-selection.
  * When generating both iso and jigdo files, make sure that the iso files
    are at least as new as the jigdo files, as this helps people mirroring.
    Closes: #587774
  * On release builds, use the full version number including all the dots
    (e.g. 6.0.0 for the squeeze release instead of 600).
  * Update loadlin kernel parameters to match d-i values. Thanks to Samuel
    Thibault for the patch. Closes: #594267
  * Fix support for alternative boot splash images. Thanks to Tony Awtrey
    for the patch. Closes: #537368
  * Include the acpi package for all x86 media types. Closes: #475243
  * Include the wpasupplicant package on netinsts and larger. Closes: #593914
  * Include kbd on first CD rather than console-tools. Closes: #514654
  * Added dedication to Frans Pop.

  [ Ian Campbell ]
  * boot-x86: detect duplicates in the extra images used for installation
    and replace with hard links.
  * CONF.sh: Don't reset the value of $VARIANTS by default.

  [ Aurelien Jarno ]
  * Add support for the kfreebsd ports. Closes: #593629
  * Add debian-ports-archive-keyring-udeb and
    emdebian-archive-keyring-udeb to the exclude list - they should be in
    the initrd already.
  * Don't exclude reiserfsprogs-udeb, as rescue-mode depends on it.
    Closes: #593972

  [ Petter Reinholdtsen ]
  * Support replacing the g-i image with ones own image. Closes: #601189

  [ Holger Levsen ]
  * Start work on Debian Edu images.

  [ Otavio Salvador ]
  * squeeze: include zlib-modules for i386 images

 -- Steve McIntyre <email address hidden>  Sun, 14 Nov 2010 15:37:24 +0000
Superseded in squeeze-release
Superseded in sid-release
debian-cd (3.1.3) unstable; urgency=low


  [ Frans Pop ]
  * Adjust x86 boot scripts for new version (2.0) of framework in D-I for
    creation of syslinux configuration files. Essentially the new version
    is a backport of what was already implemented in debian-cd before the
    release of Lenny and allows a significant simplification.
    There are no significant changes in generated CD/DVD images.
  * Split out code for workaround for #505243 to x86-desktop function library.
  * sparc: display message for unsupported subarchitectures.
  * Only do boot disk stuff for x86 and alpha if the image is supposed to be
    bootable. Avoids downloading x86 D-I images for all 30+ CDs in a full set.
  * Don't download floppy D-I images for i386; they're no longer available.
  * Don't fetch D-I images for the prep subarchitecture; it is not available.
  * Add path when sourcing CONF.sh for compatibility with dash. Spotted by
    Ian Campbell.
  * Add console-setup to packages needed for D-I.

  [ Steve McIntyre ]
  * Remove bashism in tools/apt-selection. Closes: #530972

  [ Ian Campbell ]
  * Add support for "variants". A variant allows to include/exclude additional
    packages or D-I components relative to a regular image.
  * Add variant to create i386/amd64 images that support installing Xen guests.
  * Recognise and ignore Enhances: lines.
  * Create apt/preferences.d in APTTMP, keeps newer apt from printing a warning.

  [ Raphaël Hertzog ]
  * Fallback looking for syslinux/silo/yaboot in $CODENAME when $DI_CODENAME
    didn't gave any result. This is useful when using partial mirrors built by
    simple-cdd while trying to build a Debian CD using a newer d-i (in my case
    etch CD with lenny d-i).
  * Use dpkg --fsys-tarfile instead of ar for extracting files from deb
    packages. The previous invocation could have failed for packages using
    something other than gzip compression.
  * Fix syntax errors in tools/boot/{lenny,squeeze}/boot-m68k (thanks to
    lintian).

  [ Steve McIntyre ]
  * Fix link in README.html.in for lenny, and update squeeze to match.
    Closes: #542191

  [ Frans Pop ]
  * s390: Add boot files specifying offset and size of the initrd for booting
    from CD. Change is based on SuSE's CD boot. Many thanks to Adam Thornton,
    Mark Post and Bastian Blank for providing the pointers to the missing bits.

  [ Steve McIntyre ]
  * Add support for coping with binary and source packages that are too
    large to fit. If we have to remove packages and their dependencies,
    list them in README.excluded in the root of disc 1.

  [ Joey Hess ]
  * Add firmware-linux-nonfree to firmware list. Left firmware-linux for now
    though it is now only a dependency package.
  * Add firmware-linux-free to firmware list, as a convenient way to make
    it available along with the other firmware files. (It could, instead,
    be included directly in d-i images, if there were a udeb.)
    Closes: 566561

  [ Karl Goetz ]
  * Improve the description for MAXCDS in the conf file. (Closes: #570028)
  * Export the CDNAME variable in the conf file. (Closes: #570470)

  [ Steve McIntyre ]
  * Cope with errors reported from debootstrap better; don't just treat
    the text output as package names. Closes: #570474

 -- Steve McIntyre <email address hidden>  Sun, 21 Feb 2010 22:47:38 +0100
Superseded in squeeze-release
Superseded in sid-release
debian-cd (3.1.2) unstable; urgency=low


  [ Frans Pop ]
  * Add support for squeeze.

  [ Colin Watson ]
  * Luk Claes has taken over alpha, amd64, mips, and mipsel daily d-i
    builds.

  [ Steve McIntyre ]
  * Don't call images beta if they're using OFFICIAL_VAL == 2.
    Closes: #516353
  * Add wpasupplicant to tasks/*/forcd1 . Closes: #517298. It's a small
    package that should fit easily.
  * tools/sort_deps: Sort dependencies better: if A dep B then we should
    NOT list A before B. Closes: #518145.

  [ Joey Hess ]
  * Add firmware-linux to firmware task.
  * Re-add zd1211-firmware to firmware task.

  [ Steve McIntyre ]
  * tools/imagesums: Add support for more checksum types. genisoimage
    will shortly start generating sha256 and sha512 sums too.
  * Recognise and ignore Breaks: lines. Closes: #523444
  * Re-add code to generate install.bat on x86 machines. Thanks to Samuel
    Thibault for the patch. Closes: #518807
  * Modify README.html: only attempt to link to the release notes and
    installation manual on release-ready builds, otherwise suggest the
    alioth version of the installation manual. Closes: #330398

 -- Steve McIntyre <email address hidden>  Sat, 16 May 2009 22:12:32 +0100
Superseded in squeeze-release
Published in lenny-release
Superseded in sid-release
debian-cd (3.1.1) unstable; urgency=high


  [ Frans Pop ]
  * sparc: remove bogus default "append=cdrom" line from silo.conf template.
  * sparc: ensure the default 'install' option also gets KERNEL_PARAMS set.
  * start_new_disc: fix a typo so that DISC_PKG_HOOK might work. Thanks to
    Jonathan Hall for the patch. Closes: #513421
  * boot-x86: drop support for no longer really useful ISOLINUX_DEFAULT
    environment variable (see #512303 for discussion).
  * x86: clean up compatibility code that was needed for D-I Lenny RC1
    isolinux configuration files.

  [ Otavio Salvador ]
  * do not exclude libaio1-udeb from CDs.

  [ Steve McIntyre ]
  * Merge patches from Jonathan Hall:
    + Add better support for extra components, improve non-i386 mirror
      support (Closes: 514237)
    + tools/update_tasks no longer assumes i386 for all builds (Closes: #513497)
    + tools/which_deb no longer assumes i386 for all builds (Closes: #513498)
  * For source-only builds, don't do any task updates as they're not
    useful anyway.
  * Last high-urgency upload, ready for Lenny!

 -- Steve McIntyre <email address hidden>  Thu, 12 Feb 2009 09:13:24 +0000
Superseded in lenny-release
Superseded in sid-release
debian-cd (3.1.0) unstable; urgency=low


  [ Frans Pop ]
  * Don't include brltty on netinst images as it pulls in libicu which causes
    a 5MB size increase of the image, which is out of proportion given its use.
    This should not affect users as netinst installs should normally use a
    mirror and thus the package will be installed from there if needed.
    brltty will still get included on full CDs and DVDs through forcd1.
  * Remove references to no longer used files rawlist.exclude and list.exclude.
  * Clean up no longer needed compatibility code in lenny x86 boot script.

  [ Steve McIntyre ]
  * Rename list2cds to sort_deps.
  * Fix how directory trees are created in update-cd. Closes: #503911.
  * Update update_popcon to cope better with errors; now uses curl instead
    of wget.

  [ Raphael Hertzog ]
  * Don't try to copy sbm on etch CD images as it got removed.
  * Also extract isolinux.bin from the syslinux package in the case of etch
    CD images (since it's no more provided by debian-cd itself). 

  [ Frans Pop ]
  * Rework the way tasks are handled:
    - all tasks files are moved to ./tasks/<codename> subdirectories so they
      can be more easily kept up-to-date with specific distro releases
    - always generate the debian-installer and tasksel tasks dynamically:
      . all task files for the desired suite are copied to the working
        directory at the beginning of each build, and are used from there
      . the debian-installer and tasksel tasks are no longer included in
        releases but are always created automatically at build time; this
        means users no longer need to run the generate_di_* scripts or the
        update_tasksel script
      . the popcon task file will remain included as a static file, but plan
        is to add an option to update it automatically for each build; reason
        is that updating it requires network access
    - bump version to 3.1
  * Update the contrib/testingcds script based on its current version on
    farbror.
  * Clean up and update interesting-fromcd23 and exclude task files for lenny.
  * Fix error in expansion of %ARCH% variables in D-I image location envvars.
  * Fix i386/amd64 multi-arch support in the lenny x86 boot script so that the
    isolinux config gets modified correctly independent of the order in which
    the arches are specified.
  * Workaround #505243 by modifying the syslinux configuration for amd64/i386
    multi-arch images and using ifcpu64.c32 to autodetect 32/64-bit systems
    when a user hits enter from the isolinux help screens. Based on research
    done by Franklin Piat.

  [ Steve McIntyre ]
  * Stop copying the /tools/ directory on from the mirror; it's going away.
  * Add support for multiple desktop tasks on a single disk
  * Add support for tracking which packages we've extracted binaries from,
    so that we can archive them (both binaries and sources). If we need
    anything, we will list it in CD$N.pkgs_extracted so that external
    scripts can pick it up and do whatever's needed.
  * Minor changes to the interface of tools/which_deb to accommodate that:
    now just lists the files *within* the mirror; it's up to callers to
    prepend ${MIRROR} as needed.

  [ Frans Pop ]
  * make_image: ensure correct quoting of variables when calling genisoimage.
    Closes: #507300.
  * boot-hppa: support KERNEL_PARAMS (so desktop= can be passed).
  * boot-hppa: stop passing redundant boot parameters root and ramdisk_size.
  * Split out languages supported by D-I and tasksel from task.list files.
    Instead of duplicating what language tasks should be included in each
    task.list.* file, let update_tasks add them dynamically at runtime from a
    single list of languages supported by tasksel and D-I. This also makes
    maintaining the lists a lot less painful. Closes: #506616.
  * Indicate which tasks are "secondary" by adding a "-" suffix in task.list.*
    files instead of hardcoding it in update_tasks. Closes: #506668.
  * Add new file tasks/README.tasksel to document the way tasksel tasks are
    used when determining the order in which packages are added to images.
  * Update list of languages supported by tasksel and D-I for Lenny.
  * Add support for a separate 'LXDE desktop environment' CD.
  * Add support for a 'light desktop environment' CD (LXDE + Xfce).
    Includes a framework to manipulate the isolinux configuration for x86 so
    that a user can select which desktop he wishes to install.
  * Add support to create an 'all desktops' DVD.
    This new task will include all four desktop environments supported by
    tasksel (GNOME, KDE, LXDE and Xfce). On x86 it will also add an option in
    the isolinux menu (under Advanced options) to select which DE to install,
    but GNOME will remain default.
  * Add support for a separate 'GNOME desktop environment' CD.
    This new task is mostly added for completeness. Main difference with the
    default task file is that no server tasks are included.
  * Add a suffix "generic" to the default task files to make the overall naming
    scheme more consistent. It also allows to make update_tasks more generic.
  * Update exclude list for Lenny:
    - remove aspell* packages as they do not included on CD1 anyway and
      excluding them also means they get excluded from DVD1;
    - remove xen/vserver linux-image packages as they do not get included on
      CD1 anyway;
    - xmail and cdebconf were added as they got pulled in through alternative
      dependencies, which is no longer an issue.
  * Give priority to Key packages over regular packages for secondary tasks
    (similar to what we already did for primary tasks).
  * README.easy-build: document how to use custom packages and D-I images.
  * Add myself as uploader.

 -- Frans Pop <email address hidden>  Mon, 12 Jan 2009 16:07:35 +0100
Superseded in lenny-release
Superseded in sid-release
debian-cd (3.0.5) unstable; urgency=low


  [ Steve McIntyre ]
  * Pre-cache apt's package information in large lumps rather than walk
    through it one package at a time. It's much faster. Closes: #470838
    Needs a small re-arrangement: code from tools/add_packages now
    moves into tools/make_disc_trees.pl
  * Update lenny's isolinux.bin to the one from syslinux 3.63+dfsg-1.
    Should help a user with an old Adaptec SCSI card who has been reporting
    problems.
  * tools/imagesums: use newer features in latest mkisofs/genisoimage to grab
    pre-calculated MD5 and SHA1 checksums directly from the jigdo file.

  [ Frans Pop ]
  * Remove wireless-tools-udeb from the lenny udeb_include files as it is not
    required for wireless support (see also #474708).

  [ Joey Hess ]
  * Add support for a split syslinux.cfg file, which will later be provided
    to support the syslinux vesa menu.

  [ Santiago Garcia ]
  * Start to add armel support.

  [ Frans Pop ]
  * Drop the base-{etch,lenny} tasks files as make_disc_trees.pl already takes
    care of including packages needed by debootstrap.
  * generate_di+k_list: fix logic error in use of codenames.
    When building a CD for e.g. etch using D-I from e.g. sid, the script
    should update tasks/debian-installer+kernel-etch (instead of -sid), and
    that file should have '#include <debian-installer-sid>'. This means we'll
    no longer have to modify the Debian_* tasks in such cases.
 
  [ Raphael Hertzog ]
  * Switch debhelper compatibility level to 5 and use debian/compat
    instead of DH_COMPAT.
  * Clean up debian/rules a bit.

  [ Joey Hess ]
  * Add per-language desktop tasks to the task.list files.
  * Path to sparc daily builds has changed.

  [ Frans Pop ]
  * Update tasksel tasks for Lenny Beta2.

  [ Steve McIntyre ]
  * tools/update_tasks: Significant streamlining to make a huge difference in
    runtime. Now feasible to run this automatically per-build rather than
    cronning it.
  
  [ Joey Hess ]
  * Update isolinux to version 3.63+dfsg-2 (featuring 'menu default64'
    support).

  [ Steve McIntyre ]
  * tools/make-firmware-image: Simple script to create .tar.gz and
    .zip files containing non-free firmware and microcode packages.
  * Add support for dual-layer DVD, Blu-Ray and dual-layer Blu-Ray
    discs. Nothing special, just extra sizes recognised.
  * Fix bashism in tools/grab_md5. Closes: #489562
  * Change lynx dependency to use lynx-cur|lynx instead. Closes: #489486
  * Add sanity check for data passed to add_packages.
  * Workaround to avoid errors when building images for Etch+1/2 (using
    packages from stable but D-I/udebs from testing): don't include source
    for udebs in images. See also #490652.

  [ Frans Pop ]
  * Support including packages from proposed-updates.
    This can be useful for pre-release testing of point releases, but should
    be used with care when CDs are intended to be published.
  * build.sh: after the earlier change in generate_di+k_list in this release,
    this script should also use the debian-installer+kernel task for the
    requested codename, and not the used D-I release.
  * build_all.sh: make setting of TASK consistent with build.sh.

  [ Joey Hess ]
  * Disable zd1211-firmware as its dependencies currently
    break d-i. (See #492205)

  [ Steve McIntyre ]
  * Applied patch from Robert Millan <email address hidden> to allow choice of
    desktop when building for win32-loader. Closes: #491300.

  [ Frans Pop ]
  * Include packages needed for systems using loop-aes encryption on
    installation CDs. Closes: #486360.

  [ Otavio Salvador ]
  * Include speakup and atl2 modules for i386 and amd64 medias.
  * Include multipath-tools-boot for all medias.

  [ Steve McIntyre ]
  * Add the "-joliet-long" option when making images with Joliet names.
    Some packages with ridiculously long names are not unique in the
    first 64 characters, so normal Joliet sorting fails.
  * Cope better with source/binary package mismatches in
    tools/merge_package_lists.
  * Improve control over production of iso and jigdo files. Replace the
    simple DOJIGDO config option with MAXISOS and MAXJIGDOS, allowing
    more flexibility. Allows us to only produce a small number of iso
    images for less-popular architectures but still produce all the jigdo
    files, saving a lot of disk space.
  * Recommend syslinux-common instead of syslinux. Closes: #497966
  * Major licensing problem cleanup: (Closes: #497270)
    + Remove binary blobs from the package; pull those files from the
      .debs in the archive as needed (isolinux.bin, vesamenu.c32)
    + sbm.bin no longer needed, so dropped it
    + Pull out the code to find the right deb and put it in a new helper
      shell script (tools/which_deb), called from Makefile and boot-* as
      needed.
  * Support KERNEL_PARAMS for powerpc, alpha and sparc (Closes: #416230)
    Thanks to Vagrant Cascadian for the patch.

  [ Frans Pop ]
  * Allow to skip generating MD5 and SHA1 sums files.
  * Add alsa-base and alsa-utils to forcd1 for Lenny as they are no longer
    key packages in the desktop task, but we do want them on the first CD.
  * Drop support for building Sarge CDs.
  * Allow multi-arch builds using D-I images from official mirrors or local
    D-I images.
  * Add easy-build.sh, a wrapper script for building images that takes care
    of a lot of the gotchas that can make debian-cd hard to use.
  * CONF.sh: change default CODENAME to lenny; change example paths to mirror
    to /srv/mirror.
  * Exclude 686-bigmem kernel udebs as they are only used for Xen netboot.
  * Stop including jfbterm and unifont on all images; jbfterm is no longer
    installed from D-I.
  * Update and cleanup the udeb exclusion lists for lenny (general list and
    lists for i386 and amd64).

 -- Steve McIntyre <email address hidden>  Sun, 26 Oct 2008 16:23:04 -0700
Superseded in lenny-release
debian-cd (3.0.4) unstable; urgency=low


  [ Frans Pop ]
  * Disable debugging output in boot scripts.

  [ Otavio Salvador ]
  * Applied patch from Robert Millan <email address hidden> to integrate
    win32-loader. Closes: #440220.
  * Applied patch from Robert Millan <email address hidden> to fix image
    generation with read-only mirrors. Closes: #441397.
  * Applied patch from Robert Millan <email address hidden> 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 address hidden>
    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.

 -- Steve McIntyre <email address hidden>  Mon, 17 Mar 2008 23:16:20 +0000
141 of 41 results