summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/0003_bts_completion_update.diff33
-rw-r--r--debian/patches/series1
2 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/0003_bts_completion_update.diff b/debian/patches/0003_bts_completion_update.diff
new file mode 100644
index 000000000..98ac514dd
--- /dev/null
+++ b/debian/patches/0003_bts_completion_update.diff
@@ -0,0 +1,33 @@
+This patch is included upstream.
+
+Index: pkg-zsh/Completion/Debian/Command/_bts
+===================================================================
+--- pkg-zsh.orig/Completion/Debian/Command/_bts 2011-10-14 19:44:22.000000000 +0200
++++ pkg-zsh/Completion/Debian/Command/_bts 2011-10-14 19:44:42.000000000 +0200
+@@ -85,16 +85,18 @@
+ _wanted operator expl 'operator' compadd - '+' '-' '='
+ elif [[ CURRENT -eq 4 ]]; then
+ _wanted tag expl 'tag' \
+- compadd patch wontfix moreinfo unreproducible fixed security \
+- potato woody sid help pending upstream lfs sarge experimental \
+- sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
+- fixed-upstream
++ compadd patch wontfix moreinfo unreproducible help pending \
++ fixed security upstream confirmed fixed-upstream \
++ fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
++ sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
++ squeeze-ignore wheezy wheezy-ignore sid experimental
+ else
+ _wanted tag expl 'tag' \
+- compadd patch wontfix moreinfo unreproducible fixed security \
+- potato woody sid help pending upstream lfs sarge experimental \
+- sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
+- fixed-upstream
++ compadd patch wontfix moreinfo unreproducible help pending \
++ fixed security upstream confirmed fixed-upstream \
++ fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
++ sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
++ squeeze-ignore wheezy wheezy-ignore sid experimental
+ _wanted sep expl 'separator' compadd -S ' ' , .
+ fi
+ ;;
diff --git a/debian/patches/series b/debian/patches/series
index 878729318..13ab685d8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ deb_0001_at_config_h_in.diff
0000_apt_markauto.diff
0001_git_updates.diff
0002_aptitude_dash_F_completion.diff
+0003_bts_completion_update.diff