Skip to content

Commit

Permalink
debian: Treat aprsc.conf as a conffile again
Browse files Browse the repository at this point in the history
Since compat level 12, dh_installdeb insists config files may
only live in /etc. There's no nice way to override this any
more with a conffiles config file. Override this to prevent
aprsc.conf getting overwritten on every upgrade.
  • Loading branch information
hessu committed Jun 13, 2024
1 parent ce57698 commit b431e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ binary-arch: build install
# dh_perl
# dh_makeshlibs
dh_installdeb
# Since compat 12, dh_installdeb insists conffiles may only live in /etc.
cat debian/conffiles >> $(CURDIR)/debian/aprsc/DEBIAN/conffiles
dh_shlibdeps
dh_gencontrol
dh_md5sums
Expand Down

0 comments on commit b431e8d

Please sign in to comment.