Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent de09b15 commit 0eda6a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,14 @@ override_dh_auto_configure:
dh_auto_configure

touch debian/cargo-checksum.json
dh_auto_configure --buildsystem=cargo

# Go manual if cargo-vendor-filterer is not around, otherwise dh-cargo
# will ensure that what we've filtered is still there.
if ! command -v cargo-vendor-filterer 2>/dev/null; then \
$(CARGO_PATH) prepare-debian $(CARGO_VENDOR_DIR) \
else \
dh_auto_configure --buildsystem=cargo \
fi

for i in debian/*.service.in debian/pam-configs/*.in; do \
sed s,@AUTHD_DAEMONS_PATH@,$(AUTHD_DAEMONS_PATH),g $$i > $${i%.*}; \
Expand Down

0 comments on commit 0eda6a9

Please sign in to comment.