1
0
mirror of synced 2026-01-13 15:17:30 +00:00

Install bash completion into /usr/share/bash-completion/

Fixes lintian warning package-install-into-obsolete-dir.
This commit is contained in:
Axel Beckert 2015-04-19 17:04:18 +02:00
parent 0d90a901d6
commit 94341ccd43
2 changed files with 4 additions and 2 deletions

View File

@ -111,8 +111,8 @@ install-etc:
cp etc/xm.tmpl ${prefix}/etc/xen-tools/
cp etc/xm-nfs.tmpl ${prefix}/etc/xen-tools/
cp partitions/*-* ${prefix}/etc/xen-tools/partitions.d/
-mkdir -p ${prefix}/etc/bash_completion.d/
cp misc/xen-tools.bash-completion ${prefix}/etc/bash_completion.d/xen-tools
-mkdir -p ${prefix}/usr/share/bash-completion/completions/
cp misc/xen-tools.bash-completion ${prefix}/usr/share/bash-completion/completions/xen-tools
-mkdir -p ${prefix}/etc/initramfs-tools/conf.d/
cp misc/xen-tools.initramfs-tools ${prefix}/etc/initramfs-tools/conf.d/xen-tools

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ xen-tools (4.5+dev-1) UNRELEASED; urgency=medium
#774936) Thanks Lukas Schwaighofer!
+ Change all occurrences of http.debian.net to httpredir.debian.org
+ Preliminary support for Debian 9 Stretch.
+ Installs bash completion into /usr/share/bash-completion/ (fixes
lintian warning package-install-into-obsolete-dir)
* Update Vcs-* headers as Gitorious will close its doors in June.
-- Axel Beckert <abe@debian.org> Fri, 09 Jan 2015 13:10:37 +0100