From fe41b80fba17cbbe843b757e7c43e09d0bb6a522 Mon Sep 17 00:00:00 2001 From: David Paleino Date: Fri, 16 Jan 2009 20:37:23 +0100 Subject: [PATCH] Correctly split debian/changelog entry per author :-) chmod +x bash_completion.sh --- bash_completion.sh | 0 debian/changelog | 41 ++++++++++++++++++++++------------------- 2 files changed, 22 insertions(+), 19 deletions(-) mode change 100644 => 100755 bash_completion.sh diff --git a/bash_completion.sh b/bash_completion.sh old mode 100644 new mode 100755 diff --git a/debian/changelog b/debian/changelog index ff7dd9d4..fbf5aba0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ bash-completion (200811xx) UNRELEASED; urgency=low + [ David Paleino ] * Added .kar to Timidity completion. * Fix killall completion (Closes: #497540) * Fix man -l completing filenames (Closes: #497074) @@ -50,6 +51,26 @@ bash-completion (200811xx) UNRELEASED; urgency=low (prefixed with _ to avoid file conflicts with upstream's one) * Fixed completion of environment variables, thanks to Morita Sho (Closes: #272660) + * Merge from Gentoo: + - fix 'find' completion so that it properly completes on -?(i)whilename. + Patch by Ciaran McCreesh. + - use make -qp to parse the Makefile for us, so we get proper completion + on things like pattern rules. Patch by Mike Kelly . + - complete on gkrellm2 as well. Patch by Aaron Walker. + - fix CVS completion + * Merge from Ubuntu: + - consume error messages in configure completion (LP: #223882) + (Mika Fischer) + - quote $xspec in _filedir_xspec in case it is empty, which would + cause errors if there was no match under failglob. (LP: #194419) + (Mika Fischer) + * debian/links fixed (Closes: #494292) + * debian/control: + - fixed typo in the long description + * debian/install: + - correctly install contrib/* under /etc/bash_completion.d/ + + [ Ville Skittä ] * Added JPEG 2000 files to display completion, thanks to Bastien Nocera (RHBZ: #304771) * Improved rpm macro completion (Ville Skyttä). @@ -70,25 +91,7 @@ bash-completion (200811xx) UNRELEASED; urgency=low * Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skyttä). * Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skyttä). * Add --rsyncable to gzip completion (Ville Skyttä). - * Merge from Gentoo: - - fix 'find' completion so that it properly completes on -?(i)whilename. - Patch by Ciaran McCreesh. - - use make -qp to parse the Makefile for us, so we get proper completion - on things like pattern rules. Patch by Mike Kelly . - - complete on gkrellm2 as well. Patch by Aaron Walker. - - fix CVS completion - * Merge from Ubuntu: - - consume error messages in configure completion (LP: #223882) - (Mika Fischer) - - quote $xspec in _filedir_xspec in case it is empty, which would - cause errors if there was no match under failglob. (LP: #194419) - (Mika Fischer) - * debian/links fixed (Closes: #494292) - * debian/control: - - fixed typo in the long description - * debian/install: - - correctly install contrib/* under /etc/bash_completion.d/ - + -- David Paleino Fri, 09 Jan 2009 12:17:16 +0100 bash-completion (20080705) unstable; urgency=low