summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-efa-urls14
-rwxr-xr-xscripts/makedeb-docker-helper7
2 files changed, 10 insertions, 11 deletions
diff --git a/scripts/check-efa-urls b/scripts/check-efa-urls
index 6ae1473..3cb8a35 100755
--- a/scripts/check-efa-urls
+++ b/scripts/check-efa-urls
@@ -2,29 +2,27 @@
export PERL5LIB=lib
-checks="BSVG Braunschweig Hbf
+checks="BEG Dachau Dachau Bahnhof
+BSVG Braunschweig Hbf
DING Ulm Hbf
KVV Karlsruhe Hbf
-LinzAG Linz Hbf
+LinzAG Linz/Donau Hbf
MVV München Hackerbrücke
NVBW Stuttgart Hbf (A.-Klett-Pl.)
-SVV Salzburg Hbf
-TLEM London Waterloo East
+RVV Regensburg Hbf
VAG Schallstadt Bf
-VBL Luzern Bf
-Verbundlinie Graz Hbf
VGN Nürnberg Hbf
VMV Schwerin Hbf
-VOR Wien Hbf
VRN Mannheim Hbf
VRR Essen Hbf
VRR2 Essen Hbf
+VRR3 Essen Hbf
VVO Dresden Hbf
VVS Stuttgart Schwabstraße"
echo $checks | while read service name place; do
echo -n "${service} ... "
- if bin/efa-m -s $service $name $place > /dev/null; then
+ if perl -Ilib bin/efa-m -s $service $name $place > /dev/null; then
echo OK
fi
done
diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper
index c249efd..f6f309d 100755
--- a/scripts/makedeb-docker-helper
+++ b/scripts/makedeb-docker-helper
@@ -8,8 +8,9 @@ export APT_LISTCHANGES_FRONTEND=none
apt-get update
apt-get -y install \
apt-file dh-make-perl libmodule-build-perl \
- libclass-accessor-perl libexception-class-perl libfile-slurp-perl \
- libwww-perl libxml-libxml-perl \
+ libclass-accessor-perl libdatetime-perl libdatetime-format-strptime-perl \
+ libexception-class-perl libfile-slurp-perl libwww-perl \
+ libjson-perl libjson-xs-perl \
libtest-compile-perl libtest-pod-perl \
libtest-fatal-perl libtest-simple-perl
@@ -18,7 +19,7 @@ apt-cache dumpavail | dpkg --merge-avail
mkdir -p /src/app
cp -a /orig/Build.PL /orig/Changelog /orig/README.md /src/app
-cp -a /orig/bin /orig/lib /orig/t /src/app
+cp -a /orig/bin /orig/ext /orig/lib /orig/t /src/app
cd /src/app
sed -i 's/sign *=> *1/sign => 0/' Build.PL