[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.1-3-1-ga6c971e

David Paleino dapal at debian.org
Sun Nov 22 07:27:56 UTC 2009


The following commit has been merged in the master branch:
commit a6c971ed936d65afb3863c44ee85d6526460591a
Author: David Paleino <dapal at debian.org>
Date:   Sun Nov 22 08:27:19 2009 +0100

    debian/patches/04-fix_557436.patch added, added missing completions for -?, --help, --license, --usage, --version and (-p) --to-stdout to contrib/cpio (Closes: #557436)

diff --git a/debian/changelog b/debian/changelog
index 6597837..6567449 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+bash-completion (1:1.1-4) UNRELEASED; urgency=low
+
+  * debian/patches/04-fix_557436.patch added, added missing
+    completions for -?, --help, --license, --usage, --version
+    and (-p) --to-stdout to contrib/cpio (Closes: #557436)
+
+ -- David Paleino <dapal at debian.org>  Sun, 22 Nov 2009 08:23:53 +0100
+
 bash-completion (1:1.1-3) unstable; urgency=low
 
   * debian/patches/03-fix_552631.patch fixed (Closes: #556251)
diff --git a/debian/patches/04-fix_557436.patch b/debian/patches/04-fix_557436.patch
new file mode 100644
index 0000000..c96db79
--- /dev/null
+++ b/debian/patches/04-fix_557436.patch
@@ -0,0 +1,28 @@
+commit 9a8fb49fe4f2e624ad7892439708836496318d6f
+Author: David Paleino <dapal at debian.org>
+Date:   Sun Nov 22 08:22:58 2009 +0100
+
+    contrib/cpio: added missing completions for -?, --help, --license, --usage, --version and (-p) --to-stdout (Debian: #557436)
+
+diff --git a/contrib/cpio b/contrib/cpio
+index f28b1b2..08e44ca 100644
+--- a/contrib/cpio
++++ b/contrib/cpio
+@@ -39,7 +39,8 @@ _cpio()
+     $split && return 0
+ 
+     if [ $COMP_CWORD -eq 1 ]; then
+-        COMPREPLY=( $( compgen -W '-o --create -i --extract -p --pass-through' -- "$cur" ) )
++        COMPREPLY=( $( compgen -W '-o --create -i --extract -p --pass-through \
++                                   -? --help --license --usage --version' -- "$cur" ) )
+     else
+         case ${COMP_WORDS[1]} in
+             -@(o|-create))
+@@ -69,6 +70,7 @@ _cpio()
+                         --force-local --no-absolute-filenames\
+                         --sparse --only-verify-crc --quiet\
+                         --rsh-command --help\
++                        --to-stdout \
+                         --version' -- "$cur" ) )
+                 fi
+                 ;;
diff --git a/debian/patches/series b/debian/patches/series
index 3ddbe5e..5c4b107 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-fix_550943.patch
 02-fix_552109.patch
 03-fix_552631.patch
+04-fix_557436.patch

-- 
debian-package



More information about the Bash-completion-commits mailing list