From ae04de0cb0a8b65548e009b4c3a03ba7f882e95a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 23 Dec 2006 18:35:21 +0000 Subject: * It turns out that the people who told me that removing a conffile in the preinst was sufficient to have dpkg replace it without prompting when moving a conffile between packages were very much mistaken. As far as I can tell, the only way to do this reliably is to write out the desired new text of the conffile in the preinst. This is gross, and requires shipping the text of all conffiles in the preinst too, but there's nothing for it. Fortunately this nonsense is only required for smooth upgrades from sarge. --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 6a30e56f0..1a684c7fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,14 @@ openssh (1:4.3p2-8) UNRELEASED; urgency=medium GSSAPICleanupCredentials. Mark GSSUseSessionCCache and GSSAPIUseSessionCredCache as known-but-unsupported options, and migrate away from them on upgrade. + * It turns out that the people who told me that removing a conffile in the + preinst was sufficient to have dpkg replace it without prompting when + moving a conffile between packages were very much mistaken. As far as I + can tell, the only way to do this reliably is to write out the desired + new text of the conffile in the preinst. This is gross, and requires + shipping the text of all conffiles in the preinst too, but there's + nothing for it. Fortunately this nonsense is only required for smooth + upgrades from sarge. * debconf template translations: - Add Romanian (thanks, Stan Ioan-Eugen; closes: #403528). -- cgit v1.2.3