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

periapt pushed a commit to branch master
in repository devscripts.

commit accc4e00361a2cd5e4bb08185ed7b12e72b44ddb
Author: Nicholas Bamber <nicho...@periapt.co.uk>
Date:   Wed Dec 2 09:46:49 2015 +0000

    what-patch and debcheckout
---
 debian/changelog                   | 3 ++-
 scripts/Makefile                   | 2 +-
 scripts/what-patch.bash_completion | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1017446..d878390 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,9 @@ devscripts (2.15.10) UNRELEASED; urgency=medium
     - Added listcachedbugs command to bts
     - Split out bts bash completion handling into its own script
   * Added custom bash completion support for debuild, checkbashisms,
-    list-unreleased, dscverify, dscextract and licensecheck
+    list-unreleased, dscverify, dscextract, what-patch and licensecheck
   * Updated custom bash completion handling for mk-origtargz
+  * Added debcheckout to those commnads with package names bash completion
   * licensecheck:
     - Tweaked parselicense to capture 'and or' as well as
       'and/or' in GPL licenses (Closes: #559429)
diff --git a/scripts/Makefile b/scripts/Makefile
index 2012d96..880cb73 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -22,7 +22,7 @@ COMPL_FILES := $(wildcard *.bash_completion)
 BC_BUILD_DIR:=bash_completion
 COMPLETION = $(patsubst %.bash_completion,$(BC_BUILD_DIR)/%,$(COMPL_FILES))
 COMPL_DIR := $(shell pkg-config --variable=completionsdir bash-completion)
-PKGNAMES:=wnpp-alert wnpp-check mk-build-deps rmadison mass-bug debsnap 
dd-list build-rdeps who-uploads transition-check getbuildlog dcontrol 
grep-excuses rc-alert whodepends dget pts-subscribe pts-unsubscribe
+PKGNAMES:=wnpp-alert wnpp-check mk-build-deps rmadison mass-bug debsnap 
dd-list build-rdeps who-uploads transition-check getbuildlog dcontrol 
grep-excuses rc-alert whodepends dget pts-subscribe pts-unsubscribe debcheckout
 
 GEN_MAN1S += devscripts.1 mk-origtargz.1 uscan.1
 
diff --git a/scripts/what-patch.bash_completion 
b/scripts/what-patch.bash_completion
new file mode 100644
index 0000000..3106601
--- /dev/null
+++ b/scripts/what-patch.bash_completion
@@ -0,0 +1 @@
+complete -W '-v' -o filenames -d what-patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/collab-maint/devscripts.git

_______________________________________________
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to