[libconfig-model-dpkg-perl] 03/08: added bash completion for 'cme edit|fix|check dpkg-patch'

dod at debian.org dod at debian.org
Sun Jun 15 12:43:46 UTC 2014


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

dod pushed a commit to annotated tag debian/2.049
in repository libconfig-model-dpkg-perl.

commit 2d106fd00bd925a2c875cc8f9166837a55c15423
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Jun 14 14:25:56 2014 +0200

    added bash completion for 'cme edit|fix|check dpkg-patch'
---
 debian/libconfig-model-dpkg-perl.bash_completion | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/libconfig-model-dpkg-perl.bash_completion b/debian/libconfig-model-dpkg-perl.bash_completion
new file mode 100644
index 0000000..6e8c4c8
--- /dev/null
+++ b/debian/libconfig-model-dpkg-perl.bash_completion
@@ -0,0 +1,6 @@
+# cme(1) completion for dpkg-patch model
+
+_cme_dpkg-patch()
+{
+    COMPREPLY=( $( cd debian/patches ; compgen -o filenames -G "$cur*" -W '~~ -' -- $cur | grep -v series ) )
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



More information about the Pkg-perl-cvs-commits mailing list