Prepare Debian 11 support
Start building docker dev images for testing purpose.
This commit is contained in:
parent
9fbcdd494c
commit
1ec11f2a87
|
@ -19,6 +19,8 @@ jobs:
|
||||||
release: bionic
|
release: bionic
|
||||||
- distribution: debian
|
- distribution: debian
|
||||||
release: buster
|
release: buster
|
||||||
|
- distribution: debian
|
||||||
|
release: bullseye
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# This file contains a list of package dependencies.
|
# This file contains a list of package dependencies.
|
||||||
[common]
|
[common]
|
||||||
python3 = buster, bionic
|
python3 = buster, bullseye, bionic
|
||||||
python3-pip = buster, bionic
|
python3-pip = buster, bullseye, bionic
|
||||||
python3-venv = buster, bionic
|
python3-venv = buster, bullseye, bionic
|
||||||
|
|
||||||
[liquidsoap]
|
[liquidsoap]
|
||||||
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
||||||
|
@ -21,30 +21,30 @@ liquidsoap-plugin-portaudio = bionic
|
||||||
; liquidsoap-plugin-taglib = bionic
|
; liquidsoap-plugin-taglib = bionic
|
||||||
; liquidsoap-plugin-voaacenc = bionic
|
; liquidsoap-plugin-voaacenc = bionic
|
||||||
; liquidsoap-plugin-vorbis = bionic
|
; liquidsoap-plugin-vorbis = bionic
|
||||||
liquidsoap = buster, bionic
|
liquidsoap = buster, bullseye, bionic
|
||||||
|
|
||||||
[pika]
|
[pika]
|
||||||
python3-pika = buster, bionic
|
python3-pika = buster, bullseye, bionic
|
||||||
|
|
||||||
[rgain3]
|
[rgain3]
|
||||||
gcc = buster, bionic
|
gcc = buster, bullseye, bionic
|
||||||
gir1.2-gtk-3.0 = buster, bionic
|
gir1.2-gtk-3.0 = buster, bullseye, bionic
|
||||||
gstreamer1.0-plugins-bad = buster, bionic
|
gstreamer1.0-plugins-bad = buster, bullseye, bionic
|
||||||
gstreamer1.0-plugins-good = buster, bionic
|
gstreamer1.0-plugins-good = buster, bullseye, bionic
|
||||||
gstreamer1.0-plugins-ugly = buster, bionic
|
gstreamer1.0-plugins-ugly = buster, bullseye, bionic
|
||||||
libcairo2-dev = buster, bionic
|
libcairo2-dev = buster, bullseye, bionic
|
||||||
libgirepository1.0-dev = buster, bionic
|
libgirepository1.0-dev = buster, bullseye, bionic
|
||||||
libglib2.0-dev = buster, bionic
|
libglib2.0-dev = buster, bullseye, bionic
|
||||||
pkg-config = buster, bionic
|
pkg-config = buster, bullseye, bionic
|
||||||
python3-cairo = buster, bionic
|
python3-cairo = buster, bullseye, bionic
|
||||||
python3-dev = buster, bionic
|
python3-dev = buster, bullseye, bionic
|
||||||
python3-gi = buster, bionic
|
python3-gi = buster, bullseye, bionic
|
||||||
python3-gi-cairo = buster, bionic
|
python3-gi-cairo = buster, bullseye, bionic
|
||||||
python3-gst-1.0 = buster, bionic
|
python3-gst-1.0 = buster, bullseye, bionic
|
||||||
|
|
||||||
[silan]
|
[silan]
|
||||||
silan = buster, bionic
|
silan = buster, bullseye, bionic
|
||||||
|
|
||||||
[=development]
|
[=development]
|
||||||
# Generate fixtures
|
# Generate fixtures
|
||||||
ffmpeg = buster, bionic
|
ffmpeg = buster, bullseye, bionic
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# This file contains a list of package dependencies.
|
# This file contains a list of package dependencies.
|
||||||
[common]
|
[common]
|
||||||
python3 = buster, bionic
|
python3 = buster, bullseye, bionic
|
||||||
python3-pip = buster, bionic
|
python3-pip = buster, bullseye, bionic
|
||||||
python3-venv = buster, bionic
|
python3-venv = buster, bullseye, bionic
|
||||||
|
|
||||||
[liquidsoap]
|
[liquidsoap]
|
||||||
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
||||||
|
@ -21,12 +21,12 @@ liquidsoap-plugin-portaudio = bionic
|
||||||
; liquidsoap-plugin-taglib = bionic
|
; liquidsoap-plugin-taglib = bionic
|
||||||
; liquidsoap-plugin-voaacenc = bionic
|
; liquidsoap-plugin-voaacenc = bionic
|
||||||
; liquidsoap-plugin-vorbis = bionic
|
; liquidsoap-plugin-vorbis = bionic
|
||||||
liquidsoap = buster, bionic
|
liquidsoap = buster, bullseye, bionic
|
||||||
|
|
||||||
[recorder]
|
[recorder]
|
||||||
ecasound = buster, bionic
|
ecasound = buster, bullseye, bionic
|
||||||
|
|
||||||
[misc]
|
[misc]
|
||||||
# Used by pypofetch to check if a file is open.
|
# Used by pypofetch to check if a file is open.
|
||||||
# TODO: consider using a python library
|
# TODO: consider using a python library
|
||||||
lsof = buster, bionic
|
lsof = buster, bullseye, bionic
|
||||||
|
|
|
@ -7,7 +7,7 @@ from typing import Iterator, Set
|
||||||
|
|
||||||
DEFAULT_PACKAGES_FILENAME = "packages.ini"
|
DEFAULT_PACKAGES_FILENAME = "packages.ini"
|
||||||
FORMATS = ("list", "line")
|
FORMATS = ("list", "line")
|
||||||
SYSTEMS = ("buster", "bionic")
|
SYSTEMS = ("buster", "bullseye", "bionic")
|
||||||
|
|
||||||
SETTINGS_SECTION = "=settings"
|
SETTINGS_SECTION = "=settings"
|
||||||
DEVELOPMENT_SECTION = "=development"
|
DEVELOPMENT_SECTION = "=development"
|
||||||
|
|
Loading…
Reference in New Issue