Skip to content
Snippets Groups Projects
Commit 753e3e3c authored by Simon McVittie's avatar Simon McVittie
Browse files

suites: Add Debian 13 'trixie' prerelease


This currently needs some workarounds for the ongoing 64-bit time_t
transition.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 5cdd6cda
No related branches found
No related tags found
No related merge requests found
---
# Copyright 2017-2024 Collabora Ltd.
# SPDX-License-Identifier: MIT
debootstrap_include:
# Workarounds for https://bugs.debian.org/1069787
- libdb5.3t64
- libssl3t64
# Ensure that apt works afterwards
- usr-is-merged
apt_components:
- main
- contrib
can_merge_usr: true
has_automatic_dbgsym: true
sources:
- label: debian
apt_uri: 'http://deb.debian.org/debian'
- label: debug
apt_uri: 'http://deb.debian.org/debian-debug'
apt_suite: '*-debug'
- label: security
apt_uri: 'http://deb.debian.org/debian-security'
apt_suite: '*-security'
# Contains detached debug symbols for security updates, so is useful
# to have even if we are not installing content from proposed-updates
- label: pu-debug
apt_uri: 'http://deb.debian.org/debian-debug'
apt_suite: '*-proposed-updates-debug'
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment