[DRE-commits] [rake] 02/03: Fix bash completion

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Nov 11 17:08:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository rake.

commit 0b402209486b43b2e7a61cae627d462783192ada
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Nov 11 15:04:48 2015 -0200

    Fix bash completion
---
 debian/bash_completion.d/rake | 2 +-
 debian/changelog              | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/bash_completion.d/rake b/debian/bash_completion.d/rake
index b26863a..06f5246 100644
--- a/debian/bash_completion.d/rake
+++ b/debian/bash_completion.d/rake
@@ -55,4 +55,4 @@ _rake()
         __ltrim_colon_completions "$cur"
     fi
 }
-have rake && complete -F _rake $filenames rake
+complete -F _rake rake
diff --git a/debian/changelog b/debian/changelog
index 42323dd..5844da5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rake (10.4.2-2) UNRELEASED; urgency=medium
+
+  * Fix bash completion
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 11 Nov 2015 15:04:15 -0200
+
 rake (10.4.2-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rake.git



More information about the Pkg-ruby-extras-commits mailing list