[Bash-completion-commits] ./current r1173: Added .epub to unzip|zipinfo completion (Closes: #492476)

David Paleino d.paleino at gmail.com
Sat Sep 6 14:53:04 UTC 2008


------------------------------------------------------------
revno: 1173
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sat 2008-09-06 16:53:04 +0200
message:
  Added .epub to unzip|zipinfo completion (Closes: #492476)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-09-06 14:42:51 +0000
+++ b/bash_completion	2008-09-06 14:53:04 +0000
@@ -88,7 +88,7 @@
 # TODO: see #455510
 #complete -f -X '!*.?(t)bz?(2)' bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep
 complete -f -X '!*.*' bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep
-complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott|od[fgpst])' unzip zipinfo
+complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott|od[fgpst]|epub)' unzip zipinfo
 complete -f -X '*.Z' compress znew
 complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip
 # TODO: see #455510

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-09-06 14:42:51 +0000
+++ b/debian/changelog	2008-09-06 14:53:04 +0000
@@ -10,9 +10,10 @@
   * Don't expand ~foo to /home/foo/ (Closes: #489720)
   * Set ssh as default for rsync (was rsh) (Closes: #492328)
   * Added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
+  * Added .epub to unzip|zipinfo completion (Closes: #492476)
   * debian/links fixed (Closes: #494292)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 06 Sep 2008 16:42:25 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 06 Sep 2008 16:52:38 +0200
 
 bash-completion (20080705) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list