Use the systemd support now available in the official cargo deb repo (with explicit rev as no release tag yet). (#298)

This commit is contained in:
ximon18
2020-08-03 15:36:53 +02:00
committed by GitHub
parent 36d8ba170d
commit 52b7a8057e
+2 -2
View File
@@ -64,7 +64,7 @@ jobs:
"debian:10",
]
env:
CARGO_DEB_VER: 05545d4
CARGO_DEB_VER: 51b7259
# A Krill version of the form 'x.y.z-plus' denotes a dev build that is
# newer than the released x.y.z version but is not yet a new release.
NEXT_VER_LABEL: plus
@@ -132,7 +132,7 @@ jobs:
- name: Install Cargo Deb
if: steps.cache-cargo-deb.outputs.cache-hit != 'true'
run: |
cargo install --git https://github.com/ximon18/cargo-deb.git --branch dh_installsystemd_and_changelog_fix --rev $CARGO_DEB_VER cargo-deb
cargo install --git https://github.com/mmstick/cargo-deb.git --rev $CARGO_DEB_VER cargo-deb
# Instruct cargo-deb to build the Debian package using the config section
# in Cargo.toml for the specified "variant".