Skip to content
Snippets Groups Projects
Commit cb49d5a4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

makedeb-docker-helper: Add libjson-perl, libcache-perl dependencies

Those are only needed for db-iris and thus not included in Build.PL

Closes #21
parent 00537b96
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,6 @@ perl Build
perl Build manifest
perl Build dist
mv Travel-Status-DE-IRIS-*.tar.gz ../app.tar.gz
dh-make-perl --build --version "${VERSION}"
dh-make-perl --depends "libjson-perl, libcache-perl" --build --version "${VERSION}"
chown ${USER}:${GROUP} ../*.deb
mv -v ../*.deb /out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment