Renamed contrib/subversion to contrib/_subversion (prefixed with _ to

avoid file conflicts with upstream's one)
This commit is contained in:
David Paleino 2008-12-19 22:20:22 +01:00
parent 9d09e0eac6
commit 4b048477fd
2 changed files with 2 additions and 1 deletions

3
debian/changelog vendored
View File

@ -46,7 +46,8 @@ bash-completion (200811xx) UNRELEASED; urgency=low
* TODO updated: the Alioth team is now upstream.
* Added qdbus completion, thanks to Terence Simpson (LP: #257903)
* Added monodevelop and mdtool completions.
* Split subversion-related completions to contrib/subversion.
* Split subversion-related completions to contrib/_subversion
(prefixed with _ to avoid file conflicts with upstream's one)
* Merge from Gentoo:
- fix 'find' completion so that it properly completes on -?(i)whilename.
Patch by Ciaran McCreesh.