[Bash-completion-commits] [SCM] debian-package branch, master, updated. upstream/1.1-39-g01eba80

David Paleino d.paleino at gmail.com
Fri Oct 23 14:50:10 UTC 2009


The following commit has been merged in the master branch:
commit 01eba8009a1752e204b74a445b185b73997f9003
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Oct 23 16:48:04 2009 +0200

    debian/patches/02-fix_552109.patch added, fixes -W and --show completion for dpkg-deb (Closes: #552109)

diff --git a/debian/changelog b/debian/changelog
index 6928b4d..bd08baf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
 bash-completion (1:1.1-2) UNRELEASED; urgency=low
 
   * debian/control, debian/rules: added quilt infrastructure
-  * debian/patches/01-fix_550943.patch added, fixes function names
-    (Closes: #550943)
+  * debian/patches/:
+    - 01-fix_550943.patch added, fixes function names (Closes: #550943)
+    - 02-fix_552109.patch added, fixes -W and --show completion for
+      dpkg-deb (Closes: #552109)
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 16 Oct 2009 19:52:11 +0200
+ -- David Paleino <d.paleino at gmail.com>  Fri, 23 Oct 2009 16:47:09 +0200
 
 bash-completion (1:1.1-1) unstable; urgency=low
 
diff --git a/debian/patches/02-fix_552109.patch b/debian/patches/02-fix_552109.patch
new file mode 100644
index 0000000..742ec3f
--- /dev/null
+++ b/debian/patches/02-fix_552109.patch
@@ -0,0 +1,16 @@
+Upstream's 4b289de
+---
+ contrib/dpkg |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- bash-completion-debian.orig/contrib/dpkg
++++ bash-completion-debian/contrib/dpkg
+@@ -40,7 +40,7 @@ _dpkg()
+     fi
+ 
+     case "$prev" in
+-        -@(c|i|A|I|f|e|x|X|-@(install|unpack|record-avail|contents|info|fsys-tarfile|field|control|extract)))
++        -@(c|i|A|I|f|e|x|X|W|-@(install|unpack|record-avail|contents|info|fsys-tarfile|field|control|extract|show)))
+             _filedir '?(u)deb'
+             return 0
+             ;;
diff --git a/debian/patches/series b/debian/patches/series
index 037f8bd..0a3fe47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-fix_550943.patch
+02-fix_552109.patch

-- 
debian-package



More information about the Bash-completion-commits mailing list