sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

1.2.0-M9 Deb package fails to detect modified config files of previous installed version.

Open cuzfrog opened this issue 7 years ago • 2 comments

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)

cuzfrog avatar Jun 02 '17 02:06 cuzfrog

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?

muuki88 avatar Jun 10 '17 10:06 muuki88

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?

muuki88 avatar Jun 10 '17 11:06 muuki88