added build dependecies to requirements.debian
Build Debian Packages / build (bookworm, debian12) (push) Successful in 7m33s
Build Debian Packages / build (bullseye, debian11) (push) Failing after 6m21s
Build Debian Packages / build (trixie, debian13) (push) Failing after 8m4s

This commit is contained in:
2026-03-16 15:26:13 +01:00
parent 736092cd97
commit 40416108c3
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
apt-get -y install libcairo2-dev apt-get -y install libcairo2-dev
apt-get -y install python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg apt-get -y install python3-scipy python3-lmfit python3-matplotlib python3-tables python3-xdg
apt-get -y install gir1.2-gtksource-3.0 apt-get -y install gir1.2-gtksource-3.0 debhelper dh-sequence-python3 lsb-release
DEBRELEASE=$(lsb_release -cs) DEBRELEASE=$(lsb_release -cs)
case $DEBRELEASE in case $DEBRELEASE in
"trixie") "trixie")