• Tooling for rebuilding outdated Built-Using

    From Sean Whitton@21:1/5 to All on Tue May 27 14:10:01 2025
    Hello release team,

    How do you detect packages that need rebuilding in stable releases
    because they have outdated Built-Using? Sylvain Beucler of the LTS team
    noted that we may need to do this for bullseye because we have updated
    glibc.

    If there are already scripts to do this, it would be great if you could
    direct me to them. Thanks.

    --
    Sean Whitton

    --=-=-Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJNBAEBCgA3FiEEm5FwB64DDjbk/CSLaVt65L8GYkAFAmg1qtgZHHNwd2hpdHRv bkBzcHdoaXR0b24ubmFtZQAKCRBpW3rkvwZiQP6lD/9ahfciJWjSFn0sC+TsvSmo S5PP1hOKqcS2ia1KlB7ZBEW7Vi55jy9Lum6k7k5zNuaV1dc5x2vx0OTdynlJ0Iqr ym4iBn8GQwW/Pg/eAc5FiGjwMPd7AFzW1jeEW8e8EoOSLEClapBt6WikeH1uZd2j YRXgw1s4zWPFJ4yvPbH5vsLKI8AI08cJ0zoij5JgHNSvuJ4DnIHrEEUmGjisUnM6 htnbErxv9wQjtKu4C90FJBVTPNG0qy5C/SjEm5+Ym43BuvQml3O0VaigA+zgGZmB K3YQ69J9EGPuqh76IH4cpJIbC/xH9j1grwi+yQXY0a1DAq0fyCXWIuMN+U7UoJCN CICbMhZMiDiVocerhLxQ3fA3ixkUxyOFpre+6+f5QdBl9KPLw6JPVrl55pBmxjTH P95M1e4RuCNfYcCHc7sktap2O54k7K3f+F0HkhmTSSmo23X4rI8lg9ytq6M3Jg76 QtoBCKHB10cIGI+Ysu7/lk+N+aw7fpRbrpYqjLfwOD+zVgzqCWZhvBDCg7vH3Qw2 9C50czH7SfUU6V2Cquxm5cHgMDqtzgN3S3DBugUnXlEEj/YLL6XgIwrJQZJ+9fcO tQQ2aNAEET8eGE5OpCHa1KaMry1uCcC81uXQttmtH/4pdAlhihIqZog1wT4I0hN1 t7S7eUgFv7+Oo06VDAWSAQ==SCZW
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Us
  • From Sylvain Beucler@21:1/5 to Sean Whitton on Wed Jun 18 16:30:01 2025
    Hi,

    On 27/05/2025 14:06, Sean Whitton wrote:
    Hello release team,

    How do you detect packages that need rebuilding in stable releases
    because they have outdated Built-Using? Sylvain Beucler of the LTS team noted that we may need to do this for bullseye because we have updated
    glibc.

    If there are already scripts to do this, it would be great if you could direct me to them. Thanks.

    Probably something like:

    # apt-cache dumpavail | \
    grep-dctrl \
    -F Built-Using 'glibc' -a \
    '(' --not -F Architecture all ')' \
    -s Source,Package,Version
    Package: aide
    Version: 0.17.3-4+deb11u2

    Source: bash
    Package: bash-static
    Version: 5.1-2+deb11u1

    Source: cdebootstrap (0.7.8)
    Package: cdebootstrap-static
    Version: 0.7.8+b3

    Source: chkrootkit (0.54-1)
    Package: chkrootkit
    Version: 0.54-1+b2

    Source: dar (2.6.13-2)
    Package: dar-static
    Version: 2.6.13-2+b3

    Package: debian-installer
    Version: 20210731+deb11u12

    Source: sash (3.8-5)
    Package: sash
    Version: 3.8-5+b13

    Source: tripwire (2.4.3.7-3)
    Package: tripwire
    Version: 2.4.3.7-3+b3

    Source: zsh
    Package: zsh-static
    Version: 5.8-6+deb11u1

    Source: zutils (1.10-1)
    Package: zutils
    Version: 1.10-1+b2

    Source: busybox
    Package: busybox-static
    Version: 1:1.30.1-6+deb11u1

    Package: docker.io
    Version: 20.10.5+dfsg1-1+deb11u4

    Source: qemu
    Package: qemu-user-static
    Version: 1:5.2+dfsg-11+deb11u4


    then manually checking the last upload date, and evaluating the CVE impact.


    Some more packages are selected without "--not -F Architecture all",
    including debian-installer-netboot-images and
    cross-toolchain-base-ports, but we don't have to rebuild everything,
    only those we think may be impacted by fixed CVEs.


    Note: Built-Using is less exhaustive in older (ELTS) releases.
    See also https://lts-team.pages.debian.net/wiki/TestSuites/golang.html#identify-reverse-build-dependencies


    This is tracked through https://salsa.debian.org/lts-team/lts-updates-tasks/-/issues/227

    Cheers!
    Sylvain Beucler
    Debian LTS Team

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jonathan Wiltshire@21:1/5 to Sylvain Beucler on Wed Jun 18 19:00:01 2025
    On Wed, Jun 18, 2025 at 04:13:12PM +0200, Sylvain Beucler wrote:
    Hi,

    On 27/05/2025 14:06, Sean Whitton wrote:
    Hello release team,

    How do you detect packages that need rebuilding in stable releases
    because they have outdated Built-Using? Sylvain Beucler of the LTS team noted that we may need to do this for bullseye because we have updated glibc.

    If there are already scripts to do this, it would be great if you could direct me to them. Thanks.

    https://github.com/sebastinas/drt-tools

    Output for bullseye attached, though it does not (afaik) add overlay suites like o-p-u and I can't vouch for the accuracy of the run I did, I haven't checked it at all.


    --
    Jonathan Wiltshire [email protected]
    Debian Developer http://people.debian.org/~jmw

    4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51 ed25519/0x196418AAEB74C8A1: CA619D65A72A7BADFC96D280196418AAEB74C8A1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adrian Bunk@21:1/5 to Sylvain Beucler on Wed Jun 18 19:50:01 2025
    On Wed, Jun 18, 2025 at 04:13:12PM +0200, Sylvain Beucler wrote:
    ...
    On 27/05/2025 14:06, Sean Whitton wrote:
    Hello release team,

    How do you detect packages that need rebuilding in stable releases
    because they have outdated Built-Using? Sylvain Beucler of the LTS team noted that we may need to do this for bullseye because we have updated glibc.

    If there are already scripts to do this, it would be great if you could direct me to them. Thanks.

    Probably something like:

    # apt-cache dumpavail | \
    grep-dctrl \
    -F Built-Using 'glibc' -a \
    ...

    Note that in LTS you will afterwards need either either manual
    Build-Depends on the new version (if making a manual upload) or
    extra-depends (when making a normal binNMU) since the pre-LTS
    version of the glibc packages is in the chroots.

    In the latter case any future DLAs (e.g. for bash or qemu) would again
    be built against the pre-LTS glibc.

    A solution for that would be either generating bullseye-security chroots
    in setup-all-dchroots and using them, or dist-upgrade at the start of
    the build.

    Cheers!
    Sylvain Beucler
    ...

    cu
    Adrian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jonathan Wiltshire@21:1/5 to Jonathan Wiltshire on Wed Jun 18 19:20:01 2025
    On Wed, Jun 18, 2025 at 05:52:59PM +0100, Jonathan Wiltshire wrote:
    On Wed, Jun 18, 2025 at 04:13:12PM +0200, Sylvain Beucler wrote:
    Hi,

    On 27/05/2025 14:06, Sean Whitton wrote:
    Hello release team,

    How do you detect packages that need rebuilding in stable releases because they have outdated Built-Using? Sylvain Beucler of the LTS team noted that we may need to do this for bullseye because we have updated glibc.

    If there are already scripts to do this, it would be great if you could direct me to them. Thanks.

    https://github.com/sebastinas/drt-tools

    Output for bullseye attached, though it does not (afaik) add overlay suites like o-p-u and I can't vouch for the accuracy of the run I did, I haven't checked it at all.

    Attached this time :(


    --
    Jonathan Wiltshire [email protected]
    Debian Developer http://people.debian.org/~jmw

    4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51 ed25519/0x196418AAEB74C8A1: CA619D65A72A7BADFC96D280196418AAEB74C8A1


    # Skipping rust-cbindgen-web due to FTBFS bugs ...
    # Skipping rust-cbindgen-web due to FTBFS bugs ...
    # Skipping rust-cbindgen-web due to FTBFS bugs ...
    # Skipping rust-cbindgen-web due to FTBFS bugs ...
    # Skipping rust-cbindgen-web due to FTBFS bugs ...
    nmu acmetool_0.2.1-4 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . mips64el . oldstable
    nmu acmetool_0.2.1-4 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . mipsel . oldstable
    nmu acmetool_0.2.1-4 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . s390x . oldstable
    nmu acmetool_0.2.1-4 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . arm64 . oldstable
    nmu acmetool_0.2.1-4 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . amd64 . oldstable
    nmu acmetool_0.2.1-4 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . ppc64el . oldstable
    nmu acmetool_0.2.1-4 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . armel . oldstable
    nmu acmetool_0.2.1-4 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . i386 . oldstable
    nmu acmetool_0.2.1-4 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 acmetool_0.2.1-4 . armhf . oldstable
    nmu age_1.0.0~rc1-2 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . armel . oldstable
    nmu age_1.0.0~rc1-2 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . s390x . oldstable
    nmu age_1.0.0~rc1-2 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . amd64 . oldstable
    nmu age_1.0.0~rc1-2 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . arm64 . oldstable
    nmu age_1.0.0~rc1-2 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . ppc64el . oldstable
    nmu age_1.0.0~rc1-2 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . mipsel . oldstable
    nmu age_1.0.0~rc1-2 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . armhf . oldstable
    nmu age_1.0.0~rc1-2 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . i386 . oldstable
    nmu age_1.0.0~rc1-2 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 age_1.0.0~rc1-2 . mips64el . oldstable
    nmu aide_0.17.3-4+deb11u2 . armel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . armel . oldstable
    nmu aide_0.17.3-4+deb11u2 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . mipsel . oldstable
    nmu aide_0.17.3-4+deb11u2 . armhf . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . armhf . oldstable
    nmu aide_0.17.3-4+deb11u2 . s390x . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . s390x . oldstable
    nmu aide_0.17.3-4+deb11u2 . i386 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . i386 . oldstable
    nmu aide_0.17.3-4+deb11u2 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . arm64 . oldstable
    nmu aide_0.17.3-4+deb11u2 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . amd64 . oldstable
    nmu aide_0.17.3-4+deb11u2 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . ppc64el . oldstable
    nmu aide_0.17.3-4+deb11u2 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u6)"
    bp -50 aide_0.17.3-4+deb11u2 . mips64el . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . arm64 . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . armel . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . mipsel . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . mips64el . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . armhf . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . s390x . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . i386 . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . ppc64el . oldstable
    nmu alertmanager-irc-relay_0.4.2-1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 alertmanager-irc-relay_0.4.2-1 . amd64 . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . ppc64el . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . armhf . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . arm64 . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . amd64 . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . armel . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . s390x . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . mipsel . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . i386 . oldstable
    nmu amazon-ecr-credential-helper_0.5.0-1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 amazon-ecr-credential-helper_0.5.0-1 . mips64el . oldstable
    nmu aptly_1.4.0+ds1-4 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . s390x . oldstable
    nmu aptly_1.4.0+ds1-4 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . armhf . oldstable
    nmu aptly_1.4.0+ds1-4 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . arm64 . oldstable
    nmu aptly_1.4.0+ds1-4 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . i386 . oldstable
    nmu aptly_1.4.0+ds1-4 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . mips64el . oldstable
    nmu aptly_1.4.0+ds1-4 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . armel . oldstable
    nmu aptly_1.4.0+ds1-4 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . mipsel . oldstable
    nmu aptly_1.4.0+ds1-4 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . ppc64el . oldstable
    nmu aptly_1.4.0+ds1-4 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 aptly_1.4.0+ds1-4 . amd64 . oldstable
    nmu arduino-builder_1.3.25-2 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . s390x . oldstable
    nmu arduino-builder_1.3.25-2 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . mipsel . oldstable
    nmu arduino-builder_1.3.25-2 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . i386 . oldstable
    nmu arduino-builder_1.3.25-2 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . armhf . oldstable
    nmu arduino-builder_1.3.25-2 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . armel . oldstable
    nmu arduino-builder_1.3.25-2 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . ppc64el . oldstable
    nmu arduino-builder_1.3.25-2 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . mips64el . oldstable
    nmu arduino-builder_1.3.25-2 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . arm64 . oldstable
    nmu arduino-builder_1.3.25-2 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 arduino-builder_1.3.25-2 . amd64 . oldstable
    nmu badger_2.2007.2-2 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 badger_2.2007.2-2 . mips64el . oldstable
    nmu badger_2.2007.2-2 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 badger_2.2007.2-2 . arm64 . oldstable
    nmu badger_2.2007.2-2 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 badger_2.2007.2-2 . s390x . oldstable
    nmu badger_2.2007.2-2 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 badger_2.2007.2-2 . amd64 . oldstable
    nmu badger_2.2007.2-2 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 badger_2.2007.2-2 . ppc64el . oldstable
    nmu balboa_2.0.0+ds-3 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 balboa_2.0.0+ds-3 . ppc64el . oldstable
    nmu balboa_2.0.0+ds-3 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 balboa_2.0.0+ds-3 . i386 . oldstable
    nmu balboa_2.0.0+ds-3 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 balboa_2.0.0+ds-3 . arm64 . oldstable
    nmu balboa_2.0.0+ds-3 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 balboa_2.0.0+ds-3 . mips64el . oldstable
    nmu balboa_2.0.0+ds-3 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 balboa_2.0.0+ds-3 . amd64 . oldstable
    nmu balboa_2.0.0+ds-3 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 balboa_2.0.0+ds-3 . s390x . oldstable
    nmu balboa_2.0.0+ds-3 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 balboa_2.0.0+ds-3 . mipsel . oldstable
    nmu bash_5.1-2+deb11u1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . armhf . oldstable
    nmu bash_5.1-2+deb11u1 . armel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . armel . oldstable
    nmu bash_5.1-2+deb11u1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . arm64 . oldstable
    nmu bash_5.1-2+deb11u1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . i386 . oldstable
    nmu bash_5.1-2+deb11u1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . ppc64el . oldstable
    nmu bash_5.1-2+deb11u1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . mipsel . oldstable
    nmu bash_5.1-2+deb11u1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . s390x . oldstable
    nmu bash_5.1-2+deb11u1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . amd64 . oldstable
    nmu bash_5.1-2+deb11u1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13+deb11u3)"
    bp -50 bash_5.1-2+deb11u1 . mips64el . oldstable
    nmu beignet_1.3.2-8 . ANY . oldstable . -m "Rebuild for outdated Built-Using (llvm-toolchain-9/1:9.0.1-16)"
    bp -50 beignet_1.3.2-8 . ANY . oldstable
    nmu browserpass_3.7.2-1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . mips64el . oldstable
    nmu browserpass_3.7.2-1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . amd64 . oldstable
    nmu browserpass_3.7.2-1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . s390x . oldstable
    nmu browserpass_3.7.2-1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . armhf . oldstable
    nmu browserpass_3.7.2-1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . i386 . oldstable
    nmu browserpass_3.7.2-1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . mipsel . oldstable
    nmu browserpass_3.7.2-1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . ppc64el . oldstable
    nmu browserpass_3.7.2-1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 browserpass_3.7.2-1 . arm64 . oldstable
    nmu burrow_1.2.1-2 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . s390x . oldstable
    nmu burrow_1.2.1-2 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . ppc64el . oldstable
    nmu burrow_1.2.1-2 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . i386 . oldstable
    nmu burrow_1.2.1-2 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . arm64 . oldstable
    nmu burrow_1.2.1-2 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . amd64 . oldstable
    nmu burrow_1.2.1-2 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . mipsel . oldstable
    nmu burrow_1.2.1-2 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . armel . oldstable
    nmu burrow_1.2.1-2 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . armhf . oldstable
    nmu burrow_1.2.1-2 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 burrow_1.2.1-2 . mips64el . oldstable
    nmu busybox_1:1.30.1-6 . i386 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . i386 . oldstable
    nmu busybox_1:1.30.1-6 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . ppc64el . oldstable
    nmu busybox_1:1.30.1-6 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . arm64 . oldstable
    nmu busybox_1:1.30.1-6 . armhf . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . armhf . oldstable
    nmu busybox_1:1.30.1-6 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . mips64el . oldstable
    nmu busybox_1:1.30.1-6 . s390x . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . s390x . oldstable
    nmu busybox_1:1.30.1-6 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . mipsel . oldstable
    nmu busybox_1:1.30.1-6 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . amd64 . oldstable
    nmu busybox_1:1.30.1-6 . armel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 busybox_1:1.30.1-6 . armel . oldstable
    nmu cadvisor_0.38.7+ds1-2 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . ppc64el . oldstable
    nmu cadvisor_0.38.7+ds1-2 . s390x . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . s390x . oldstable
    nmu cadvisor_0.38.7+ds1-2 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . amd64 . oldstable
    nmu cadvisor_0.38.7+ds1-2 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . mipsel . oldstable
    nmu cadvisor_0.38.7+ds1-2 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . mips64el . oldstable
    nmu cadvisor_0.38.7+ds1-2 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . arm64 . oldstable
    nmu cadvisor_0.38.7+ds1-2 . armel . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . armel . oldstable
    nmu cadvisor_0.38.7+ds1-2 . armhf . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . armhf . oldstable
    nmu cadvisor_0.38.7+ds1-2 . i386 . oldstable . -m "Rebuild for outdated Built-Using (containerd/1.4.5~ds1-2, golang-1.15/1.15.9-6, golang-github-opencontainers-specs/1.0.2.41.g7413a7f-1, runc/1.0.0~rc93+ds1-5)"
    bp -50 cadvisor_0.38.7+ds1-2 . i386 . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . armel . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . s390x . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . mips64el . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . i386 . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . amd64 . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . arm64 . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . armhf . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . mipsel . oldstable
    nmu canid_0.0~git20180613.007c9af-2 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 canid_0.0~git20180613.007c9af-2 . ppc64el . oldstable
    nmu cdebootstrap_0.7.8 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . amd64 . oldstable
    nmu cdebootstrap_0.7.8 . s390x . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . s390x . oldstable
    nmu cdebootstrap_0.7.8 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . ppc64el . oldstable
    nmu cdebootstrap_0.7.8 . armel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . armel . oldstable
    nmu cdebootstrap_0.7.8 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . arm64 . oldstable
    nmu cdebootstrap_0.7.8 . armhf . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . armhf . oldstable
    nmu cdebootstrap_0.7.8 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . mipsel . oldstable
    nmu cdebootstrap_0.7.8 . i386 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . i386 . oldstable
    nmu cdebootstrap_0.7.8 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13, xz-utils/5.2.5-2, zlib/1:1.2.11.dfsg-2)"
    bp -50 cdebootstrap_0.7.8 . mips64el . oldstable
    nmu certspotter_0.10-1 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . armel . oldstable
    nmu certspotter_0.10-1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . mips64el . oldstable
    nmu certspotter_0.10-1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . s390x . oldstable
    nmu certspotter_0.10-1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . ppc64el . oldstable
    nmu certspotter_0.10-1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . arm64 . oldstable
    nmu certspotter_0.10-1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . mipsel . oldstable
    nmu certspotter_0.10-1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . armhf . oldstable
    nmu certspotter_0.10-1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . i386 . oldstable
    nmu certspotter_0.10-1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 certspotter_0.10-1 . amd64 . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . mips64el . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . ppc64el . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . i386 . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . mipsel . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . amd64 . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . armel . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . s390x . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . armhf . oldstable
    nmu cfrpki_1.4.2-1~deb11u1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.15-1~deb11u2)"
    bp -50 cfrpki_1.4.2-1~deb11u1 . arm64 . oldstable
    nmu chasquid_1.6-1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . i386 . oldstable
    nmu chasquid_1.6-1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . mipsel . oldstable
    nmu chasquid_1.6-1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . amd64 . oldstable
    nmu chasquid_1.6-1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . s390x . oldstable
    nmu chasquid_1.6-1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . arm64 . oldstable
    nmu chasquid_1.6-1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . armhf . oldstable
    nmu chasquid_1.6-1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . mips64el . oldstable
    nmu chasquid_1.6-1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . ppc64el . oldstable
    nmu chasquid_1.6-1 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 chasquid_1.6-1 . armel . oldstable
    nmu chkrootkit_0.54-1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . arm64 . oldstable
    nmu chkrootkit_0.54-1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . amd64 . oldstable
    nmu chkrootkit_0.54-1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . mipsel . oldstable
    nmu chkrootkit_0.54-1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . mips64el . oldstable
    nmu chkrootkit_0.54-1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . s390x . oldstable
    nmu chkrootkit_0.54-1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . armhf . oldstable
    nmu chkrootkit_0.54-1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . ppc64el . oldstable
    nmu chkrootkit_0.54-1 . armel . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . armel . oldstable
    nmu chkrootkit_0.54-1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (glibc/2.31-13)"
    bp -50 chkrootkit_0.54-1 . i386 . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . mipsel . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . ppc64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . ppc64el . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . s390x . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . s390x . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . i386 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . i386 . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . mips64el . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . mips64el . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . amd64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . amd64 . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . armhf . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . arm64 . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . arm64 . oldstable
    nmu clipman_1.2.0+git20200218.39fd4fe-1 . armel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 clipman_1.2.0+git20200218.39fd4fe-1 . armel . oldstable
    nmu cloudsql-proxy_1.17.0-5 . armhf . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"
    bp -50 cloudsql-proxy_1.17.0-5 . armhf . oldstable
    nmu cloudsql-proxy_1.17.0-5 . mipsel . oldstable . -m "Rebuild for outdated Built-Using (golang-1.15/1.15.9-6)"

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sylvain Beucler@21:1/5 to Jonathan Wiltshire on Thu Jun 19 23:50:01 2025
    Hi,

    On 18/06/2025 19:17, Jonathan Wiltshire wrote:
    https://github.com/sebastinas/drt-tools

    Output for bullseye attached, though it does not (afaik) add overlay suites >> like o-p-u and I can't vouch for the accuracy of the run I did, I haven't
    checked it at all.

    Attached this time :(

    Thanks!

    AFAICS it's overall consistent with the other tooling, except for the
    extra 'supermin' (which doesn't seem to contain static executables).


    On 18/06/2025 19:31, Adrian Bunk wrote:
    Note that in LTS you will afterwards need either either manual
    Build-Depends on the new version (if making a manual upload) or
    extra-depends (when making a normal binNMU) since the pre-LTS
    version of the glibc packages is in the chroots.

    In the latter case any future DLAs (e.g. for bash or qemu) would again
    be built against the pre-LTS glibc.

    A solution for that would be either generating bullseye-security chroots
    in setup-all-dchroots and using them, or dist-upgrade at the start of
    the build.

    Thanks for the info!

    Is this specific to essential packages pre-installed in the buildd chroots?

    Cheers!
    Sylvain

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adrian Bunk@21:1/5 to Sylvain Beucler on Fri Jun 20 01:10:01 2025
    On Thu, Jun 19, 2025 at 11:47:10PM +0200, Sylvain Beucler wrote:
    ...
    AFAICS it's overall consistent with the other tooling, except for the extra 'supermin' (which doesn't seem to contain static executables).

    Embedded in the supermin binary is a statically linked init.

    The more general point is that it would be wrong to assume that
    Built-Using would be the same on all architectures, in the supermin
    case static linking happens with either musl or glibc depending on
    the architecture.

    On 18/06/2025 19:31, Adrian Bunk wrote:
    Note that in LTS you will afterwards need either either manual Build-Depends on the new version (if making a manual upload) or extra-depends (when making a normal binNMU) since the pre-LTS
    version of the glibc packages is in the chroots.

    In the latter case any future DLAs (e.g. for bash or qemu) would again
    be built against the pre-LTS glibc.

    A solution for that would be either generating bullseye-security chroots
    in setup-all-dchroots and using them, or dist-upgrade at the start of
    the build.

    Thanks for the info!

    Is this specific to essential packages pre-installed in the buildd chroots?

    It's specific to everything pre-installed in the buildd chroots,
    in addition to essential packages this also includes build essential
    packages as well as apt, ca-certificates and fakeroot that are neither.

    Cheers!
    Sylvain

    cu
    Adrian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)