Replies: 1 comment
-
It's been a while since I wrote the script that creates the deb package. I could have sworn that dpkg automatically treated anything that goes into /etc as a config file, but it looks like I was wrong. I've fixed our script to correctly create DEBIAN/conffiles in future, thanks for the heads up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Debian package should be constructed in order to state that
/etc/asm3.conf
(and/etc/apache2/sites-available/asm3.conf
, I think) are configuration files.That way they would not be overwritten when package is upgraded.
Because I lost my conf file on upgrading v48 to v49 :-/
Beta Was this translation helpful? Give feedback.
All reactions