[Bash-completion-commits] [SCM] debian-package branch, master, updated. upstream/1.0-17-g537f5e9

David Paleino d.paleino at gmail.com
Sat May 30 17:20:17 UTC 2009


The following commit has been merged in the master branch:
commit 537f5e9f16b7863843d745621b10d61deadf6fd7
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat May 30 19:19:19 2009 +0200

    02-514377.patch added, assumes .gz files can't be concatenated (Closes: #514377)

diff --git a/debian/changelog b/debian/changelog
index 56ec9d1..14fea0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ bash-completion (1:1.0-3) UNRELEASED; urgency=low
   * debian/patches/:
     - 01-529510.patch added, checks for GNUish userland fail on
       GNU/kFreeBSD, GNU/kOpenSolaris, etc (Closes: #529510)
+    - 02-514377.patch added, assumes .gz files can't be concatenated
+      (Closes: #514377)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 19:14:48 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 19:18:39 +0200
 
 bash-completion (1:1.0-2) unstable; urgency=low
 
diff --git a/debian/patches/02-514377.patch b/debian/patches/02-514377.patch
new file mode 100644
index 0000000..89cad09
--- /dev/null
+++ b/debian/patches/02-514377.patch
@@ -0,0 +1,21 @@
+commit 9f05078e9276cd3e0fcb0a4000c105d6c3558591
+Author: David Paleino <d.paleino at gmail.com>
+Date:   Sat Apr 4 21:58:05 2009 +0200
+
+    Permit .gz files concatenation (Debian: #514377)
+
+---
+ bash_completion |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- bash-completion-debian.orig/bash_completion
++++ bash-completion-debian/bash_completion
+@@ -3474,7 +3474,7 @@ _gzip()
+ 	elif [[ "$prev" == -* ]]; then
+ 		[[ "$prev" == -*[dlt]* ]] && xspec="!"$xspec
+ 		[[ "$prev" == -*f* ]] && xspec=
+-	elif [ "$prev" = '>' ]; then
++	elif [ "$prev" = '>' -o "$prev" = '>>' ]; then
+ 		xspec=
+ 	elif [ "$prev" = '<' ]; then
+ 		xspec=
diff --git a/debian/patches/series b/debian/patches/series
index fea85ef..419b7cf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-529510.patch
+02-514377.patch

-- 
debian-package



More information about the Bash-completion-commits mailing list