[Bash-completion-devel] Bug#737881: Having dpkg listing ddeb files would be useful

Sebastien Bacher seb128 at ubuntu.com
Thu Feb 6 17:38:14 UTC 2014


Package: bash-completion
Version:1:2.1-2
User: ubuntu-devel at 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
-------------- next part --------------
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 <seb128 at 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


More information about the Bash-completion-devel mailing list