From: Michael Biebl Date: Sat, 28 Apr 2012 08:45:38 +0000 (+0200) Subject: Tighten the versions in the maintscript file X-Git-Tag: 44-2~11 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e84054c99e615a20136f0a3ff4c44536fd6de5;p=systemd Tighten the versions in the maintscript file so the conffiles are correctly cleaned up when upgrading from the 37-1.1 NMU. Closes: #669951 --- diff --git a/debian/systemd.maintscript b/debian/systemd.maintscript index 4f51e103..a8a9f95f 100644 --- a/debian/systemd.maintscript +++ b/debian/systemd.maintscript @@ -1,5 +1,5 @@ -rm_conffile /etc/lsb-base-logging.sh 20-1 systemd -rm_conffile /etc/tmpfiles.d/legacy.conf 25-2 systemd -rm_conffile /etc/tmpfiles.d/systemd.conf 25-2 systemd -rm_conffile /etc/tmpfiles.d/x11.conf 25-2 systemd -mv_conffile /etc/bash_completion.d/systemctl-bash-completion.sh /etc/bash_completion.d/systemd-bash-completion.sh 37-1 systemd +rm_conffile /etc/lsb-base-logging.sh 25-1~ systemd +rm_conffile /etc/tmpfiles.d/legacy.conf 29-1~ systemd +rm_conffile /etc/tmpfiles.d/systemd.conf 29-1~ systemd +rm_conffile /etc/tmpfiles.d/x11.conf 29-1~ systemd +mv_conffile /etc/bash_completion.d/systemctl-bash-completion.sh /etc/bash_completion.d/systemd-bash-completion.sh 44-2~ systemd