Install bash completion into /usr/share/bash-completion/
Fixes lintian warning package-install-into-obsolete-dir.
This commit is contained in:
parent
0d90a901d6
commit
94341ccd43
4
Makefile
4
Makefile
@ -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
2
debian/changelog
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user