Package: bash-completion Version:1:2.1-2 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Having dpkg listing ddeb files (the Ubuntu dbg debs) would be useful, that has been reported on https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/568404
The attached patch fixes the issue Cheers, Sebastien Bacher
diff -Nru bash-completion-2.1/debian/changelog bash-completion-2.1/debian/changelog --- bash-completion-2.1/debian/changelog 2013-12-27 01:30:54.000000000 +0000 +++ bash-completion-2.1/debian/changelog 2014-02-06 17:34:48.000000000 +0000 @@ -1,3 +1,10 @@ +bash-completion (1:2.1-2ubuntu2) trusty; urgency=medium + + * debian/patches/dpkg-ddeb.patch: + - dpkg supports ddeb, thanks Rune Philosof (lp: #568404) + + -- Sebastien Bacher <seb...@ubuntu.com> Thu, 06 Feb 2014 17:24:13 +0000 + bash-completion (1:2.1-2ubuntu1) trusty; urgency=medium * Resync with Debian, remaining diff diff -Nru bash-completion-2.1/debian/patches/dpkg-ddeb.patch bash-completion-2.1/debian/patches/dpkg-ddeb.patch --- bash-completion-2.1/debian/patches/dpkg-ddeb.patch 1970-01-01 01:00:00.000000000 +0100 +++ bash-completion-2.1/debian/patches/dpkg-ddeb.patch 2014-02-06 17:23:41.000000000 +0000 @@ -0,0 +1,11 @@ +--- dpkg/completions/dpkg 2014-02-06 17:21:49.000000000 +0000 ++++ dpkg/completions/dpkg.new 2014-02-06 17:22:54.788354701 +0000 +@@ -55,7 +55,7 @@ + -c|-i|-A|-I|-R|-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 -Nru bash-completion-2.1/debian/patches/series bash-completion-2.1/debian/patches/series --- bash-completion-2.1/debian/patches/series 2013-12-27 01:26:41.000000000 +0000 +++ bash-completion-2.1/debian/patches/series 2014-02-06 17:24:00.000000000 +0000 @@ -1,3 +1,4 @@ disable-avahi-browse.diff 101_bash_completion.oga_ogv.patch dpkg-deb-R-add.patch +dpkg-ddeb.patch
_______________________________________________ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel