diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-28 19:25:17 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-28 19:25:17 +0100 |
commit | 620f99deea391aa0c92a06bcb393bcabfedc239a (patch) | |
tree | 146786a5fe2b50e88c230a3d8d6231db35e22466 | |
parent | a632ae1e79e15454d6bb633f420e68d3a3b4f1eb (diff) |
Bump Travel::Status::DE::DBRIS dependency to 0.02
-rw-r--r-- | Build.PL | 4 | ||||
-rwxr-xr-x | scripts/makedeb-docker-helper | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -30,8 +30,8 @@ Module::Build->new( 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, - 'Travel::Status::DE::DBRIS' => '0.01', - 'Travel::Status::DE::DBRIS::Location' => '0.01', + 'Travel::Status::DE::DBRIS' => '0.02', + 'Travel::Status::DE::DBRIS::Location' => '0.02', }, script_files => 'bin/', sign => 1, diff --git a/scripts/makedeb-docker-helper b/scripts/makedeb-docker-helper index 2646663..33ea5c3 100755 --- a/scripts/makedeb-docker-helper +++ b/scripts/makedeb-docker-helper @@ -15,6 +15,9 @@ apt-get -y install \ libtest-compile-perl libtest-pod-perl \ libtest-simple-perl +wget https://lib.finalrewind.org/deb/libtravel-status-de-dbris-perl_0.02-1_all.deb +dpkg -i libtravel-status-de-dbris-perl_0.02-1_all.deb + apt-file update apt-cache dumpavail | dpkg --merge-avail |