File: 02-dpkg_ddeb.patch

package info (click to toggle)
bash-completion 1%3A2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,740 kB
  • ctags: 31
  • sloc: exp: 8,230; makefile: 948; sh: 727; perl: 59; python: 26; xml: 13; ansic: 6
file content (21 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Sebastien Bacher <seb128@ubuntu.com>
Subject: dpkg also supports *.ddeb
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/568404
Origin: vendor
Forwarded: no

---
 completions/dpkg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- bash-completion.orig/completions/dpkg
+++ bash-completion/completions/dpkg
@@ -55,7 +55,7 @@ _dpkg()
         -c|-i|-A|-I|-f|-e|-x|-X|-W|--install|--unpack|--record-avail| \
         --contents|--info|--fsys-tarfile|--field|--control|--extract| \
         --show)
-            _filedir '?(u)deb'
+            _filedir '?(u|d)deb'
             return 0
             ;;
         -b|--build)