Skip to content

Commit

Permalink
Update debian rules to require exact replacement of /etc/udisks2/tcry…
Browse files Browse the repository at this point in the history
…pt.conf file
  • Loading branch information
rocodes committed Feb 14, 2024
1 parent 4dbd065 commit d7305f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ override_dh_strip_nondeterminism:

# Override debhelper's auto-generated files in `/etc/`
# to force an exact replacement of the files we are modifying
# there (specifically, `/etc/apt/trusted.gpg.d/securedrop-keyring.gpg`).
# there (specifically, `/etc/apt/trusted.gpg.d/securedrop-keyring.gpg`
# for the keyring package and `/etc/udisks2/tcrypt.conf` for the
# securedrop-export package).
override_dh_installdeb:
dh_installdeb
cat /dev/null > ${CURDIR}/debian/securedrop-keyring/DEBIAN/conffiles
cat /dev/null > ${CURDIR}/debian/securedrop-export/DEBIAN/conffiles

0 comments on commit d7305f1

Please sign in to comment.