From 4374131689a6219bed980350b8a052fb95c16f20 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Wed, 14 May 2025 11:48:49 +0200
Subject: [PATCH] - fixed dependency

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1cc9923..7d16e17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
 before_script:
       - if [[ -d $EXTDPKG ]]; then cp -r $EXTDPKG/* /var/cache/apt/; fi
       - apt update
-      - apt install -y libxml2-utils help2man man gzip make dpkg p7zip tar dh_make
+      - apt install -y libxml2-utils help2man man gzip make dpkg p7zip tar dh-make
 
 cache:
   paths: 
-- 
GitLab