From 52b7a8057ec7191ceb2a91f4d2897bc2cf388808 Mon Sep 17 00:00:00 2001 From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Mon, 3 Aug 2020 15:36:53 +0200 Subject: [PATCH] Use the systemd support now available in the official cargo deb repo (with explicit rev as no release tag yet). (#298) --- .github/workflows/pkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 5515fa07..886378bc 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -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".