diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-efa-urls | 4 | ||||
| -rwxr-xr-x | scripts/makedeb-docker | 2 | ||||
| -rwxr-xr-x | scripts/makedeb-docker-helper | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/scripts/check-efa-urls b/scripts/check-efa-urls index 95314c0..3cb8a35 100755 --- a/scripts/check-efa-urls +++ b/scripts/check-efa-urls @@ -2,12 +2,14 @@ export PERL5LIB=lib -checks="BSVG Braunschweig Hbf +checks="BEG Dachau Dachau Bahnhof +BSVG Braunschweig Hbf DING Ulm Hbf KVV Karlsruhe Hbf LinzAG Linz/Donau Hbf MVV München Hackerbrücke NVBW Stuttgart Hbf (A.-Klett-Pl.) +RVV Regensburg Hbf VAG Schallstadt Bf VGN Nürnberg Hbf VMV Schwerin Hbf diff --git a/scripts/makedeb-docker b/scripts/makedeb-docker index 6c06971..ceba8f8 100755 --- a/scripts/makedeb-docker +++ b/scripts/makedeb-docker @@ -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:buster /scripts/makedeb-docker-helper + debian:bookworm /scripts/makedeb-docker-helper echo "Debian package has been written to $(pwd)/out" diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper index f6f309d..bbfdd1e 100755 --- a/scripts/makedeb-docker-helper +++ b/scripts/makedeb-docker-helper @@ -10,7 +10,7 @@ apt-get -y install \ apt-file dh-make-perl libmodule-build-perl \ libclass-accessor-perl libdatetime-perl libdatetime-format-strptime-perl \ libexception-class-perl libfile-slurp-perl libwww-perl \ - libjson-perl libjson-xs-perl \ + libjson-perl libjson-xs-perl liburi-perl \ libtest-compile-perl libtest-pod-perl \ libtest-fatal-perl libtest-simple-perl |
