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

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


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

    03-522656.patch added, evince supports compressed dvi files (Closes: #522656)

diff --git a/debian/changelog b/debian/changelog
index 14fea0a..6dfa7ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ bash-completion (1:1.0-3) UNRELEASED; urgency=low
       GNU/kFreeBSD, GNU/kOpenSolaris, etc (Closes: #529510)
     - 02-514377.patch added, assumes .gz files can't be concatenated
       (Closes: #514377)
+    - 03-522656.patch added, evince supports compressed dvi files
+      (Closes: #522656)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 19:18:39 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 19:28:40 +0200
 
 bash-completion (1:1.0-2) unstable; urgency=low
 
diff --git a/debian/patches/03-522656.patch b/debian/patches/03-522656.patch
new file mode 100644
index 0000000..13873cc
--- /dev/null
+++ b/debian/patches/03-522656.patch
@@ -0,0 +1,21 @@
+commit 204afd77bfebb0d8a70821d1d6ccdd85ef6b54f5
+Author: David Paleino <d.paleino at gmail.com>
+Date:   Tue Apr 14 21:40:57 2009 +0200
+
+    Add .dvi.{gz,bz2} completion for evince/okular (Debian: #522656)
+
+---
+ bash_completion |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- bash-completion-debian.orig/bash_completion
++++ bash-completion-debian/bash_completion
+@@ -111,7 +111,7 @@ complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|b
+ complete -f -X '!*.@(dvi|DVI)' dvips dviselect dvitype dvipdf advi dvipdfm dvipdfmx
+ complete -f -X '!*.@(pdf|PDF)' acroread gpdf xpdf
+ complete -f -X '!*.@(?(e)ps|?(E)PS|pdf|PDF)' kpdf
+-complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2)|cb[rz]|CB[RZ]|djv?(u)|DJV?(U)|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' evince okular
++complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF|dvi|DVI)?(.gz|.GZ|.bz2|.BZ2)|cb[rz]|CB[RZ]|djv?(u)|DJV?(U)|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' evince okular
+ complete -f -X '!*.@(?(e)ps|?(E)PS|pdf|PDF)' ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr
+ complete -f -X '!*.texi*' makeinfo texi2html
+ complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi
diff --git a/debian/patches/series b/debian/patches/series
index 419b7cf..9515a4f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-529510.patch
 02-514377.patch
+03-522656.patch

-- 
debian-package



More information about the Bash-completion-commits mailing list