[Bash-completion-commits] [debian] 03/19: dpkg_ddeb.patch: dpkg also supports *.ddeb, thanks to Sebastien Bacher (LP: #568404)

David Paleino dapal at debian.org
Wed Mar 19 10:51:45 UTC 2014


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

dapal pushed a commit to branch master
in repository debian.

commit 91fc9306b2b115fe6250b2640e0c3bfdc3ede0e7
Author: David Paleino <dapal at debian.org>
Date:   Wed Mar 19 10:30:10 2014 +0100

    dpkg_ddeb.patch: dpkg also supports *.ddeb, thanks to Sebastien Bacher (LP: #568404)
---
 debian/changelog                  |  4 +++-
 debian/patches/02-dpkg_ddeb.patch | 21 +++++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3e3322..c4edf5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ bash-completion (1:2.1-3) UNRELEASED; urgency=medium
       + replace double escaping to single (eg for completing file/paths
         with spaces)
     - words_bad_array_subscript.patch, thanks to Barry Warsaw
+    - dpkg_ddeb.patch: dpkg also supports *.ddeb, thanks to Sebastien
+      Bacher (LP: #568404)
 
- -- David Paleino <dapal at debian.org>  Wed, 19 Mar 2014 10:25:06 +0100
+ -- David Paleino <dapal at debian.org>  Wed, 19 Mar 2014 10:29:44 +0100
 
 bash-completion (1:2.1-2) unstable; urgency=low
 
diff --git a/debian/patches/02-dpkg_ddeb.patch b/debian/patches/02-dpkg_ddeb.patch
new file mode 100644
index 0000000..beaee83
--- /dev/null
+++ b/debian/patches/02-dpkg_ddeb.patch
@@ -0,0 +1,21 @@
+From: Sebastien Bacher <seb128 at 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)
diff --git a/debian/patches/series b/debian/patches/series
index 5d03d58..8fd584c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00-fix_quote_readline_by_ref.patch
 01-words_bad_array_subscript.patch
+02-dpkg_ddeb.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/debian.git



More information about the Bash-completion-commits mailing list