sbt-native-packager
sbt-native-packager copied to clipboard
1.2.0-M9 Deb package fails to detect modified config files of previous installed version.
Expected behaviour
Process dpkg -i
should give prompt for any changed config files that are to be overwritten.
Actual behaviour
dpkg -i
fails to do so.
Information
- What sbt-native-packager are you using 1.2.0-M9 (1.2.0-M5 works fine.)
- What sbt version 0.13.15
- What is your build system Ubuntu 16.04
- What package are you building deb
- What version has your build tool dpkg 1.18.4
- What is your target system ( Ubuntu 16.04, 14.04)
Thanks @cuzfrog for your bug detailed bug report and narrowing it down to something between 1.2.0-M5
and 1.2.0-M9
. Would you like to submit a pull request with a failing test to reproduce this?
I have a feeling that #925 may be responsible for this, which would mean that 1.2.0-M7
works and 1.2.0-M8
fails. Can you verify that?