Debian Package Tracker
Register | Log in
Subscribe

debian-cd

Tools for building (Official) Debian CD set

Choose email to subscribe with

general
  • source: debian-cd (main)
  • version: 3.1.35
  • maintainer: Debian CD Group (archive) (DMD)
  • uploaders: Steve McIntyre [DMD] – Raphaël Hertzog [DMD] – Santiago Garcia Mantinan [DMD] – Holger Levsen [DMD]
  • arch: all
  • std-ver: 4.5.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3.1.20
  • oldstable: 3.1.25
  • stable: 3.1.35
  • testing: 3.1.35
  • unstable: 3.1.35
versioned links
  • 3.1.20: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.1.25: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.1.35: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • debian-cd (60 bugs: 0, 37, 23, 0)
action needed
7 bugs tagged patch in the BTS normal
The BTS contains patches fixing 7 bugs, consider including or untagging them.
Created: 2022-07-27 Last update: 2022-08-08 22:30
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 3.1.36, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 3a13ddb48a775272e6bdcf0e6fa99571d99e7e39
Author: Steve McIntyre <steve@einval.com>
Date:   Mon Aug 8 20:23:13 2022 +0100

    Revert "Implement recursive lookup of Recommends and Suggests"
    
    This reverts commit 8513b237afbdb59a4a59d1bc707d37f0aa9138f7.
    
    This change doesn't seem ready yet - running a weekly build failed
    with massive memory usage.

commit 8c86a9b3edefd4d6fbd5f5572231d8d408645240
Author: Steve McIntyre <steve@einval.com>
Date:   Mon Aug 8 20:20:02 2022 +0100

    Revert "Remove tools/sort_deps_edu"
    
    This reverts commit cc4e1fa450a074ef1428bf678a57cdf8b0d0f0e5.

commit bb10a80445635167d1cae3f476571e6ea055ff1a
Author: Steve McIntyre <steve@einval.com>
Date:   Sun Aug 7 01:09:57 2022 +0100

    Tweak grub boot menu highlight graphics to work again
    
    Wwitch from greyscale to colour, as newer grub has removed greyscale
    PNG support.. Closes: #1013079, #1013432.

commit cc4e1fa450a074ef1428bf678a57cdf8b0d0f0e5
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Fri Aug 5 09:52:47 2022 +0200

    Remove tools/sort_deps_edu
    
    Its only purpose was to try to implement the recursive lookup that got
    implemented in 8513b237afbdb59a4a59d1bc707d37f0aa9138f7.

commit 8513b237afbdb59a4a59d1bc707d37f0aa9138f7
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Thu Aug 4 19:51:56 2022 +0200

    Implement recursive lookup of Recommends and Suggests
    
    Everywhere where we call add_missing() on Depends, we must do it also
    on Recommends and Suggests based on $add_rec and $add_sug.
    
    Closes: #601203

commit c9489cd926f9b09b1359c17cc651a7a664e537a7
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Thu Aug 4 19:31:36 2022 +0200

    Turn $add_rec and $add_sug into globals
    
    There's no point in passing them as parameters everywhere.
    
    This changes the behaviour in some places:
    
    1/ When we process the non-explicitly included packages (for COMPLETE=1),
    we used to never take Recommends/Suggests into account, now we do. But
    the only thing that will be changed is the ordering with some
    Recommended packages being included before their depending package.
    
    2/ When we process the EXTRANONFREE image, this one was always including
    Recommends and Suggests, and it's now respecting the setting too.

commit bbeab52f9a4ec37b9b78089a475a918bf1ee54af
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Fri Aug 5 09:12:54 2022 +0200

    Fix install_firmwares_initrd to not fail when the firmware is not found.

commit af49fe7832bc1ac3912e6436a91c83cbbf366759
Author: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Date:   Mon Apr 25 09:43:23 2022 +0200

    Remove leftover files of silo bootloader on sparc64

commit 9de43f43e259ba8156128d0f6adff89d1d735b80
Author: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Date:   Mon Apr 25 09:42:25 2022 +0200

    Remove leftover files of silo bootloader on sparc

commit df397c004bec08ab470809c9ab800417633e31fe
Author: Samuel Thibault <sthibault@debian.org>
Date:   Tue Apr 12 09:56:44 2022 +0200

    People should really be using apt instead of apt-get

commit daa1af93d0debc11c08a382ada1dd3ec73acb605
Author: Samuel Thibault <sthibault@debian.org>
Date:   Sun Feb 13 19:41:12 2022 +0100

    On firmware images, include the sound firmwares
    
    in the espeakup-enabled initrd itself. Closes: #992699

commit 465f9c335b1edc3381bb71a38c26a300cfe0c5e1
Author: bauen1 <j2468h@gmail.com>
Date:   Sun Jan 9 14:37:20 2022 +0100

    pass --invariant and -i deb00001 to mkfs.msdos
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 65196d4dcf0841ff334ecb97613f09983ba28745
Author: bauen1 <j2468h@gmail.com>
Date:   Sun Jan 9 14:31:44 2022 +0100

    Avoid embedding timestamps into gzipped Packages and Translations files.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 6b61e01f1548b3de4d10d7aafed9aea94bdde85e
Author: Steve McIntyre <steve@einval.com>
Date:   Mon Dec 6 23:50:22 2021 +0000

    Try to remove dirs when rolling back

commit a35ad1b9dcf5a782bf8eeb97d2650316dd78b67f
Author: Wolfgang Schweer <wschweer@arcor.de>
Date:   Wed Sep 29 16:19:19 2021 +0200

    tasks/sid: Replace bullseye with bookworm
    
    Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>

commit cb14a9f29b816d3db73803655989d9986962bc71
Author: Steve McIntyre <steve@einval.com>
Date:   Wed Sep 22 21:38:42 2021 +0100

    Also update the code layout, sid->bookworm

commit 05a54460d5d7317f3ae15cf3c87860ea69e50145
Author: Steve McIntyre <steve@einval.com>
Date:   Wed Sep 22 21:31:48 2021 +0100

    Update default config in various places post-bullseye
    
    Closes: #994121

commit fa562c6b071c60967cd5c46733f80cb9f1a1b1da
Author: Wolfgang Schweer <wschweer@arcor.de>
Date:   Mon Sep 6 12:22:44 2021 +0200

    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)
    
    Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>

commit 8d2bd4aa2e29fedbf9e224e6ce56bb6feae2b36a
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date:   Fri Aug 27 19:12:02 2021 +0200

    Add cryptsetup-initramfs to tools/generate_di+k_list
    
    It's required by debian-installer and cryptsetup >= 2.4.0 no longer
    recommends it, so it ends up missing in the netinst image.
    
    base-installer then fails to honor the apt-setup request and the
    resulting system is unbootable because the initramfs doesn't contain
    anything to unlock the encrypted partitions. :-(

commit 897bf4754dbbd74904e1140ec3a6e6b26a599e18
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sun Aug 22 16:17:41 2021 +0200

    generate_firmware_patterns: Drop support for the temporary --test option.

commit 5e3dec1796ffbb5457c76d52064d03b77e3d7424
Author: Steve McIntyre <steve@einval.com>
Date:   Sun Aug 15 11:48:46 2021 +0100

    Use $CODENAME/updates for security pre-bullseye
    
    or $CODENAME-security for bullseye onwards.

commit 8ff621fcb6359c0d25f34f840d81b37e75061dca
Author: Steve McIntyre <steve@einval.com>
Date:   Sat Aug 14 22:43:31 2021 +0100

    Start bookworm development
    
    Copy the bullseye dirs to bookworm as a start

commit 62ab792b3fb772fe3b978c244ef8a20b50ec672d
Author: Cyril Brulebois <kibi@debian.org>
Date:   Mon Aug 2 07:48:03 2021 +0200

    Fix typo.
Created: 2021-08-02 Last update: 2022-08-08 21:11
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2022-07-30 Last update: 2022-07-30 12:12
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.1 instead of 4.5.1).
Created: 2021-08-18 Last update: 2022-05-11 23:24
news
[rss feed]
  • [2021-08-03] debian-cd 3.1.35 MIGRATED to testing (Debian testing watch)
  • [2021-07-26] Accepted debian-cd 3.1.35 (source) into unstable (Steve McIntyre)
  • [2021-05-14] debian-cd 3.1.34 MIGRATED to testing (Debian testing watch)
  • [2021-04-19] Accepted debian-cd 3.1.34 (source) into unstable (Holger Levsen)
  • [2021-02-09] debian-cd 3.1.33 MIGRATED to testing (Debian testing watch)
  • [2021-02-03] Accepted debian-cd 3.1.33 (source) into unstable (Holger Levsen)
  • [2021-01-25] debian-cd 3.1.32 MIGRATED to testing (Debian testing watch)
  • [2021-01-25] debian-cd 3.1.32 MIGRATED to testing (Debian testing watch)
  • [2021-01-19] Accepted debian-cd 3.1.32 (source) into unstable (Holger Levsen)
  • [2020-10-20] debian-cd 3.1.31 MIGRATED to testing (Debian testing watch)
  • [2020-10-14] Accepted debian-cd 3.1.31 (source) into unstable (Holger Levsen)
  • [2020-09-29] debian-cd 3.1.30 MIGRATED to testing (Debian testing watch)
  • [2020-09-23] Accepted debian-cd 3.1.30 (source) into unstable (Holger Levsen)
  • [2020-06-01] debian-cd 3.1.29 MIGRATED to testing (Debian testing watch)
  • [2020-05-26] Accepted debian-cd 3.1.29 (source) into unstable (Holger Levsen)
  • [2020-02-03] debian-cd 3.1.28 MIGRATED to testing (Debian testing watch)
  • [2020-01-29] Accepted debian-cd 3.1.28 (source) into unstable (Steve McIntyre)
  • [2019-10-29] debian-cd 3.1.27 MIGRATED to testing (Debian testing watch)
  • [2019-10-23] Accepted debian-cd 3.1.27 (source) into unstable (Holger Levsen)
  • [2019-08-15] debian-cd 3.1.26 MIGRATED to testing (Debian testing watch)
  • [2019-08-10] Accepted debian-cd 3.1.26 (source) into unstable (Holger Levsen)
  • [2019-07-01] debian-cd 3.1.25 MIGRATED to testing (Debian testing watch)
  • [2019-06-30] debian-cd 3.1.25 MIGRATED to testing (Debian testing watch)
  • [2019-06-29] debian-cd 3.1.25 MIGRATED to testing (Debian testing watch)
  • [2019-06-26] Accepted debian-cd 3.1.25 (source) into unstable (Steve McIntyre)
  • [2019-06-22] Accepted debian-cd 3.1.24 (source) into unstable (Steve McIntyre)
  • [2019-03-02] debian-cd 3.1.23 MIGRATED to testing (Debian testing watch)
  • [2019-02-19] Accepted debian-cd 3.1.23 (source) into unstable (Holger Levsen)
  • [2019-02-08] debian-cd 3.1.22 MIGRATED to testing (Debian testing watch)
  • [2019-02-02] Accepted debian-cd 3.1.22 (source) into unstable (Holger Levsen)
  • 1
  • 2
bugs [bug history graph]
  • all: 60 63
  • RC: 0
  • I&N: 35 38
  • M&W: 24
  • F&P: 1
  • patch: 7
  • NC: 1
links
  • lintian (0, 1)
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.1.35
  • 7 bugs

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing