Unverified Commit e38908a9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

makedeb-docker: switch to trixie

parent 8521b238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@ docker run --rm -v "${PWD}:/orig:ro" -v "${PWD}/scripts:/scripts:ro" \
	-v "${PWD}/out:/out" -e USER=$(id -u) -e GROUP=$(id -g) \
	-e "DEBEMAIL=${DEBEMAIL}" -e "DEBFULLNAME=${DEBFULLNAME}" \
	-e "LOGNAME=${LOGNAME}" -e "VERSION=$(git describe --dirty)-1" \
	debian:bookworm /scripts/makedeb-docker-helper
	debian:trixie /scripts/makedeb-docker-helper

echo "Debian package has been written to $(pwd)/out"