summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-02-12 00:29:46 +0100
committerTollef Fog Heen <tfheen@err.no>2012-02-28 07:57:50 +0100
commitab6bd81e806ff564ba53395c38cbbcd28267f176 (patch)
tree1bcb74ca7dcaf5294c0fd4a76d897c0eb3a397a8
parente3c0434f4ab8725a35a87e1941d0d8f767e61042 (diff)
downloadsystemd-ab6bd81e806ff564ba53395c38cbbcd28267f176.tar.gz
Rename bash completion file systemctl-bash-completion.sh → systemd-bash-completion.sh.
-rw-r--r--debian/changelog2
-rw-r--r--debian/systemd.maintscript1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e29a547909..75668de831 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,8 @@ systemd (43-1) unstable; urgency=low
with sudo.
* Use new dh_installdeb maintscript facility to handle obsolete conffiles.
Bump Build-Depends on debhelper accordingly.
+ * Rename bash completion file systemctl-bash-completion.sh →
+ systemd-bash-completion.sh.
-- Tollef Fog Heen <tfheen@debian.org> Tue, 07 Feb 2012 21:36:34 +0100
diff --git a/debian/systemd.maintscript b/debian/systemd.maintscript
index 1c58815efb..4f51e10312 100644
--- a/debian/systemd.maintscript
+++ b/debian/systemd.maintscript
@@ -2,3 +2,4 @@ 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