Add DEBIAN/conffiles to protect configuration files during upgrades

Added conffiles entry for /etc/skyview/config.json to ensure that user
customizations are preserved during package upgrades. This follows
Debian packaging best practices for configuration file handling.

The conffiles mechanism will:
- Prevent overwrites of modified config files during upgrades
- Prompt users for action when package config differs from local config
- Maintain backup files (.dpkg-old, .dpkg-new) for reference

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2025-08-24 22:08:13 +02:00
commit b0a5ab412b

1
debian/DEBIAN/conffiles vendored Normal file
View file

@ -0,0 +1 @@
/etc/skyview/config.json