diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2016-05-29 11:41:24 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2016-05-29 11:43:52 +0200 |
commit | be57de2935c807f7fef290d96ce699fc160f0036 (patch) | |
tree | 12ae0b9c8bc51db05c5aa98e1fa898b7fa31e9a3 /debian/clean | |
parent | 7a63ec4ee5e56091f13d54ac81ea7fb0ec7a06a2 (diff) | |
download | apache2-be57de2935c807f7fef290d96ce699fc160f0036.tar.gz |
Fix conffiles from wheezy upgrade
Some conffile may have got the wrong content during upgrade from
wheezy to early jessie versions. In order to fix this without dpkg
prompting the user, we need to replace those conffiles during preinst.
Unfortunately, in preinst the package is not yet unpacked so we cannot
access any of its files. Therefore, the correct conffile content is
embedded in a base64 encoded tarball in the preinst script.
Diffstat (limited to 'debian/clean')
-rw-r--r-- | debian/clean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/clean b/debian/clean index d49752e4..ae27f642 100644 --- a/debian/clean +++ b/debian/clean @@ -15,5 +15,8 @@ debian/config-dir/apache2.conf debian/manpages/a2query.8 debian/manpages/dh_apache2.1 debian/debhelper/dh_apache2 +debian/apache2.preinst +debian/fixup_conffiles.b64 +debian/fixup_conffiles.tgz config.nice support/suexec-custom.c |