From 9987f10ee9efb891e2a861ab08d4dce8017a9c3a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 28 Oct 2024 09:45:40 +0100 Subject: [PATCH] don't label files in /etc as configs by default the one file we do have there is marked as config anyway this brings raspbian fpm-make to be like debian fpm-make --- etc/debian/fpm-make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/debian/fpm-make.sh b/etc/debian/fpm-make.sh index 1e2bcbe..f2dca6a 100755 --- a/etc/debian/fpm-make.sh +++ b/etc/debian/fpm-make.sh @@ -50,6 +50,7 @@ fpm -s dir \ --vendor "OwnTracks.org" \ -a "${arch}" \ --maintainer 'jpmens@gmail.com' \ + --deb-no-default-config-files \ --description "A lightweight back-end for consuming OwnTracks data from an MQTT broker" \ --license "https://github.com/owntracks/recorder/blob/master/LICENSE" \ --url "http://owntracks.org" \