Skip to content

Commit c0ee390

Browse files
committed
Update build-client-deb.yml
1 parent f1c5002 commit c0ee390

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-client-deb.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ jobs:
4343
working-directory: ./bareos-repo
4444
run: |
4545
mkdir build-client
46-
cmake -S . -B build-client -Dclient-only=ON ...
46+
cmake -S . -B build-client -Dclient-only=ON \
47+
-DCMAKE_INSTALL_PREFIX=/usr \
48+
-DCPACK_PACKAGE_CONTACT="contact@libertech.fr" \
49+
-DCPACK_PACKAGE_VERSION="${VERSION}" \
50+
-DCPACK_DEBIAN_PACKAGE_MAINTAINER="contact@libertech.fr" \
51+
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libssl3, zlib1g, libacl1, liblzo2-2, libjansson4, libreadline8" \
52+
-DCPACK_DEBIAN_PACKAGE_CONTROL_EXTRA="debian/preinst;debian/postinst"
4753
# copie des scripts pre/postinst si dispo
4854
cp ./debian/*.preinst ./debian/preinst 2>/dev/null || true
4955
cp ./debian/*.postinst ./debian/postinst 2>/dev/null || true

0 commit comments

Comments
 (0)