mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Install bash completions into /usr/share/bash-completion/completions
This commit is contained in:
parent
de109e65c4
commit
a753fedf7b
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -25,6 +25,8 @@ ubuntu-dev-tools (0.155) UNRELEASED; urgency=medium
|
|||||||
[ Benjamin Drung ]
|
[ Benjamin Drung ]
|
||||||
* Move python*-ubuntutools to section Python
|
* Move python*-ubuntutools to section Python
|
||||||
* Bump Standards-Version to 3.9.6 (no changes needed)
|
* Bump Standards-Version to 3.9.6 (no changes needed)
|
||||||
|
* Install bash completions into /usr/share/bash-completion/completions
|
||||||
|
instead of deprecated /etc/bash_completion.d
|
||||||
|
|
||||||
-- Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com> Mon, 19 Jan 2015 14:15:32 +0000
|
-- Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com> Mon, 19 Jan 2015 14:15:32 +0000
|
||||||
|
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -8,6 +8,5 @@ export PYBUILD_NAME=ubuntutools
|
|||||||
override_dh_install:
|
override_dh_install:
|
||||||
dh_install
|
dh_install
|
||||||
mkdir -p debian/ubuntu-dev-tools/usr
|
mkdir -p debian/ubuntu-dev-tools/usr
|
||||||
mv debian/python-ubuntutools/etc debian/ubuntu-dev-tools
|
|
||||||
mv debian/python-ubuntutools/usr/bin debian/ubuntu-dev-tools/usr/
|
mv debian/python-ubuntutools/usr/bin debian/ubuntu-dev-tools/usr/
|
||||||
mv debian/python-ubuntutools/usr/share debian/ubuntu-dev-tools/usr/
|
mv debian/python-ubuntutools/usr/share debian/ubuntu-dev-tools/usr/
|
||||||
|
2
setup.py
2
setup.py
@ -53,7 +53,7 @@ else:
|
|||||||
'update-maintainer',
|
'update-maintainer',
|
||||||
]
|
]
|
||||||
data_files = [
|
data_files = [
|
||||||
('/etc/bash_completion.d', glob.glob("bash_completion/*")),
|
('share/bash-completion/completions', glob.glob("bash_completion/*")),
|
||||||
('share/man/man1', glob.glob("doc/*.1")),
|
('share/man/man1', glob.glob("doc/*.1")),
|
||||||
('share/man/man5', glob.glob("doc/*.5")),
|
('share/man/man5', glob.glob("doc/*.5")),
|
||||||
('share/ubuntu-dev-tools', ['enforced-editing-wrapper']),
|
('share/ubuntu-dev-tools', ['enforced-editing-wrapper']),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user