Debian Package Tracker
Register | Log in
Subscribe

simple-cdd

create customized debian-installer CDs

Choose email to subscribe with

general
  • source: simple-cdd (main)
  • version: 0.6.9
  • maintainer: Simple-CDD Developers (DMD)
  • uploaders: Vagrant Cascadian [DMD] – Arnaud Rebillout [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: 0.6.8
  • oldstable: 0.6.9
  • stable: 0.6.9
  • testing: 0.6.9
  • unstable: 0.6.9
versioned links
  • 0.6.8: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.6.9: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-simple-cdd
  • simple-cdd (35 bugs: 2, 26, 7, 0)
  • simple-cdd-profiles
action needed
2 bugs tagged help in the BTS normal
The BTS contains 2 bugs tagged help, please consider helping the maintainer in dealing with them.
Created: 2019-05-29 Last update: 2025-09-07 19:32
12 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 747e81529c1aca1538b2bbd55fa969e6d82e1cad
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Tue Aug 19 22:31:18 2025 +0700

    Disable UEFI_32 for amd64 builds >= trixie

commit af51878903b56736301843ce17d8da2334c9d31c
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Tue Aug 19 22:09:18 2025 +0700

    Add tasksel-data explicitly to reprepro formula
    
    tasksel-data used to be "Priority: important" in bookworm and before,
    but from trixie it became "Priority: optional", and therefore it's not
    mirrored anymore by default. And so the build breaks:
    
    ```
    2025-08-19 14:59:45,690 DEBUG build/debian-cd stderr: can't open /scratch/simple-cdd/tmp/cd-build/trixie/update_tasks/tasksel/usr/share/tasksel/descs/debian-tasks.desc: No such file or directory
    ```
    
    Add it explicitly to the formula, out of a better idea.

commit bd54f2a26d616e09009eb70d4c26a26d8ab8c42e
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Tue Aug 19 15:19:02 2025 +0700

    DEBVERSION might be set to unstable, handle that

commit db4c0e22899c22e9d333ccf78789af6aa4aba314
Author: Eike <eike.sauer@web.de>
Date:   Tue Aug 19 15:16:42 2025 +0700

    Don't try to include i386 installer images for trixie
    
    Close: #1111023 #1111510

commit f8cd43cc8e8dab0d53d5d202243c78a1c5f70ad9
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Tue Aug 19 11:47:31 2025 +0700

    Better URL for the security mirror
    
    Otherwise approx (APT caching proxy) fails to recognize the URL:
    
    ```
    2025-08-19 04:37:53,742 DEBUG reprepro: updating package lists running command reprepro -V --noskipold update
    2025-08-19 04:37:54,199 DEBUG reprepro: updating package lists stderr: aptmethod error receiving 'http://security.debian.org/dists/trixie-security/InRelease':
    2025-08-19 04:37:54,200 DEBUG reprepro: updating package lists stderr: '404  Not Found [IP: 10.0.2.2 9999]'
    ```
    
    Approx stock config:
    
    ```
    debian-security http://security.debian.org/debian-security
    ```
    
    The error from approx logs is as such:
    
    ```
    approx[5367]: No remote repository for dists
    ```

commit 91ab5f962bb04f73d9295f6a25dfb3579b8c3e27
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Tue Aug 19 11:31:31 2025 +0700

    Add distro-info-data to the dependencies
    
    ```
    2025-08-19 04:26:32,094 INFO Reading configuration file simple-cdd.conf
    2025-08-19 04:26:32,186 INFO simple-cdd.conf: new var OMIT_MANUAL=1
    2025-08-19 04:26:32,186 INFO simple-cdd.conf: new var OMIT_DOC_TOOLS=1
    2025-08-19 04:26:32,186 INFO simple-cdd.conf: new var OMIT_RELEASE_NOTES=1
    2025-08-19 04:26:32,186 INFO simple-cdd.conf: new var mirror_files=''
    2025-08-19 04:26:32,187 INFO simple-cdd.conf: new var mirror_tools='reprepro download'
    Traceback (most recent call last):
      File "/scratch/simple-cdd/./build-simple-cdd", line 679, in <module>
        scdd.read_configuration()
        ~~~~~~~~~~~~~~~~~~~~~~~^^
      File "/scratch/simple-cdd/./build-simple-cdd", line 139, in read_configuration
        self.env.set("DEBVERSION", self.get_debversion(self.env.get("CODENAME")))
                                   ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/scratch/simple-cdd/./build-simple-cdd", line 90, in get_debversion
        with open('/usr/share/distro-info/debian.csv', newline='') as f:
             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/distro-info/debian.csv'
    ```

commit 200482572da05b62885204c93197fcf9c0f6fbce
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Tue Aug 19 11:14:01 2025 +0700

    Fix Python3 syntax warnings
    
    ```
    Setting up python3-simple-cdd (0.6.9) ...
    /usr/lib/python3/dist-packages/simple_cdd/log.py:74: SyntaxWarning: invalid escape sequence '\|'
      self._ticker = "-\|/"
    ```

commit 4ba860922d9bfed7ee6e964f6a8eae6dc1589387
Merge: e08fdfa 35bc0da
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Wed Apr 17 14:11:58 2024 +0000

    Merge branch 'verbose' into 'master'
    
    GnuPG: Add --verbose on import_keyring
    
    See merge request debian/simple-cdd!13

commit 35bc0daa42f593c374f2401a2a24ce9d9ed8d92c
Author: g0t mi1k <have.you.g0tmi1k@gmail.com>
Date:   Mon Mar 4 11:23:48 2024 +0000

    GnuPG: Add --verbose on import_keyring
    
    When doing `init_homedir` (first time), it calls `import_keyring`.
    When importing keyrings, be more verbose with gpg
    Helpful if something goes wrong.
    REF: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1672697.html

commit e08fdfaaf0b64dc9b25f7ff13f38b3abc43325f8
Merge: 654ebaf 3037389
Author: Arnaud Rebillout <arnaudr@debian.org>
Date:   Wed Jan 31 03:40:27 2024 +0000

    Merge branch 'custom-installer-amd64-i386' into 'master'
    
    Add i386 custom installer for amd64 builds
    
    See merge request debian/simple-cdd!12

commit 30373893ad206cdb7ecdabfc13d82ba9b316aa10
Author: Arnaud Rebillout <arnaudr@kali.org>
Date:   Fri Jun 16 10:16:52 2023 +0700

    Add i386 custom installer for amd64 builds
    
    This is a follow-up of commit e94dd3303ef9c3ae6815bb3df76355613296cd40.
    
    debian-cd wants both the amd64 and i386 installer images for amd64
    builds, so in case we're using a custom installer, we need to copy both.
    
    Otherwise, build fails:
    
    DEBUG build/debian-cd stdout:   Adding Release files
    DEBUG build/debian-cd stdout:   Trying to add upgrade* directories
    DEBUG build/debian-cd stdout:   (Optionally) making the image bootable for amd64:
    DEBUG build/debian-cd stdout:     Running tools/boot/kali-last-snapshot/boot-amd64 1 /scratch/live-build-config/simple-cdd/tmp/cd-build/kali-last-snapshot/CD1
    DEBUG build/debian-cd stderr: E: No packages found
    DEBUG build/debian-cd stderr: cp: cannot stat '<<WORKDIR>>/simple-cdd/tmp/mirror/dists/kali-last-snapshot/main/installer-i386/current/images/cdrom/debian-cd_info.tar.gz': No such file or directory
    DEBUG build/debian-cd stdout:       FAILED: error 1
    DEBUG build/debian-cd stderr:     Failed to start disc 1, error 256
    DEBUG build/debian-cd stderr: make: *** [Makefile:487: image-trees] Error 1

commit 654ebafd85e1354b93b09a0b0bfc451e39580abc
Author: Arnaud Rebillout <arnaudr@kali.org>
Date:   Mon Feb 6 12:21:50 2023 +0700

    Fix wrong substitution in gbp.conf
    
    Gbp-Dch: ignore
Created: 2021-05-14 Last update: 2025-08-31 19:32
1 open merge request in Salsa normal
There is 1 open merge request for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-08-19 Last update: 2025-08-19 06:28
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2025-04-10 Last update: 2025-04-10 09:31
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.5.1).
Created: 2021-08-18 Last update: 2025-02-27 13:25
news
[rss feed]
  • [2023-02-11] simple-cdd 0.6.9 MIGRATED to testing (Debian testing watch)
  • [2023-02-06] Accepted simple-cdd 0.6.9 (source) into unstable (Arnaud Rebillout)
  • [2021-01-28] simple-cdd 0.6.8 MIGRATED to testing (Debian testing watch)
  • [2021-01-22] Accepted simple-cdd 0.6.8 (source) into unstable (Vagrant Cascadian)
  • [2019-06-05] simple-cdd 0.6.7 MIGRATED to testing (Debian testing watch)
  • [2019-05-30] Accepted simple-cdd 0.6.7 (source) into unstable (Vagrant Cascadian)
  • [2018-04-28] simple-cdd 0.6.6 MIGRATED to testing (Debian testing watch)
  • [2018-04-23] Accepted simple-cdd 0.6.6 (source) into unstable (Vagrant Cascadian)
  • [2017-05-25] simple-cdd 0.6.5 MIGRATED to testing (Debian testing watch)
  • [2017-05-15] Accepted simple-cdd 0.6.5 (source) into unstable (Vagrant Cascadian)
  • [2017-02-01] simple-cdd 0.6.4 MIGRATED to testing (Debian testing watch)
  • [2017-01-17] Accepted simple-cdd 0.6.4 (source) into unstable (Vagrant Cascadian)
  • [2016-12-03] simple-cdd 0.6.3 MIGRATED to testing (Debian testing watch)
  • [2016-11-28] Accepted simple-cdd 0.6.3 (source) into unstable (Vagrant Cascadian)
  • [2016-11-26] Accepted simple-cdd 0.6.2 (source) into unstable (Vagrant Cascadian)
  • [2015-11-20] simple-cdd 0.6.1 MIGRATED to testing (Britney)
  • [2015-11-15] Accepted simple-cdd 0.6.1 (source) into unstable (Vagrant Cascadian)
  • [2015-08-19] simple-cdd 0.6.0 MIGRATED to testing (Britney)
  • [2015-08-13] Accepted simple-cdd 0.6.0 (source all) into unstable, unstable (Vagrant Cascadian)
  • [2014-09-07] simple-cdd 0.5.0 MIGRATED to testing (Britney)
  • [2014-09-02] Accepted simple-cdd 0.5.0 (source all) into unstable (Vagrant Cascadian)
  • [2014-04-17] simple-cdd 0.4.0 MIGRATED to testing (Debian testing watch)
  • [2014-04-11] Accepted simple-cdd 0.4.0 (source all) (Vagrant Cascadian)
  • [2011-03-08] simple-cdd 0.3.14 MIGRATED to testing (Debian testing watch)
  • [2011-02-25] Accepted simple-cdd 0.3.14 (source all) (Vagrant Cascadian)
  • [2010-07-08] simple-cdd 0.3.13 MIGRATED to testing (Debian testing watch)
  • [2010-06-28] Accepted simple-cdd 0.3.13 (source all) (Vagrant Cascadian)
  • [2009-09-29] simple-cdd 0.3.12 MIGRATED to testing (Debian testing watch)
  • [2009-09-18] Accepted simple-cdd 0.3.12 (source all) (Vagrant Cascadian)
  • [2009-08-01] simple-cdd 0.3.11 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 35 36
  • RC: 2
  • I&N: 26 27
  • M&W: 7
  • F&P: 0
  • patch: 0
  • help: 2
links
  • lintian (0, 1)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.6.9

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