[Bash-completion-commits] [bash-completion] 01/02: reptyr: Rename file to _reptyr to avoid conflict with upstreamed completion

Ville Skyttä scop-guest at moszumanska.debian.org
Tue Feb 3 05:57:51 UTC 2015


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

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 6a4ad49fa53cc92d3bd23b5b4db0b3318f2ef136
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Feb 3 07:55:22 2015 +0200

    reptyr: Rename file to _reptyr to avoid conflict with upstreamed completion
    
    https://github.com/nelhage/reptyr/pull/53
---
 completions/Makefile.am         | 2 +-
 completions/{reptyr => _reptyr} | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/completions/Makefile.am b/completions/Makefile.am
index 8b5e7f2..5c8f61c 100644
--- a/completions/Makefile.am
+++ b/completions/Makefile.am
@@ -303,7 +303,7 @@ bashcomp_DATA = 2to3 \
 		_renice \
 		_repomanage \
 		reportbug \
-		reptyr \
+		_reptyr \
 		resolvconf \
 		rfkill \
 		ri \
diff --git a/completions/reptyr b/completions/_reptyr
similarity index 80%
rename from completions/reptyr
rename to completions/_reptyr
index 3097daa..96e047b 100644
--- a/completions/reptyr
+++ b/completions/_reptyr
@@ -1,5 +1,8 @@
 # bash completion for reptyr(1)                            -*- shell-script -*-
 
+# Use of this file is deprecated.  Upstream completion is available in
+# reptyr > 0.6.2, use that instead.
+
 _reptyr()
 {
     local cur prev words cword

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list