[Pkg-mc-commits] r39 - in trunk/debian: . patches
winnie at alioth.debian.org
winnie at alioth.debian.org
Sat Feb 16 13:24:44 UTC 2008
Author: winnie
Date: 2008-02-16 13:24:41 +0000 (Sat, 16 Feb 2008)
New Revision: 39
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/patches/01_mc.ext.in.mime.patch
Log:
Add several patches from bts
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-02-16 13:04:55 UTC (rev 38)
+++ trunk/debian/changelog 2008-02-16 13:24:41 UTC (rev 39)
@@ -6,8 +6,14 @@
* Added updated debian-description.syntax (Closes: #372136)
* Added updated sh.syntax (Closes: #372139)
* Added strace.syntax (Closes: #383319)
+ * Added option to open gzipped/bziped2 html files. (Closes: #444293)
+ * Added option to open compressed pdf/ps/dvi files. (Closes: #314557
+ * Added option to open compressed pdf/ps/dvi files. (Closes: #314557))
+ * After all options fail, use mime-support in order to open something.
+ (Closes: #360676)
+ + Therefore I'll have to depend on mime-support (added as depends)
- -- Patrick Winnertz <winnie at debian.org> Sat, 16 Feb 2008 00:49:11 +0100
+ -- Patrick Winnertz <winnie at debian.org> Sat, 16 Feb 2008 14:22:47 +0100
mc (1:4.6.2~pre1-1) unstable; urgency=low
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2008-02-16 13:04:55 UTC (rev 38)
+++ trunk/debian/control 2008-02-16 13:24:41 UTC (rev 39)
@@ -9,7 +9,7 @@
Package: mc
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, mime-support
Suggests: perl, mime-support, zip, unzip, bzip2, links | w3m | lynx, arj, file
Description: midnight commander - a powerful file manager
GNU Midnight Commander is a text-mode full-screen file manager. It
Modified: trunk/debian/patches/01_mc.ext.in.mime.patch
===================================================================
--- trunk/debian/patches/01_mc.ext.in.mime.patch 2008-02-16 13:04:55 UTC (rev 38)
+++ trunk/debian/patches/01_mc.ext.in.mime.patch 2008-02-16 13:24:41 UTC (rev 39)
@@ -1,6 +1,6 @@
diff -Nurwd mc-4.6.2~pre1.orig/lib/mc.ext.in mc-4.6.2~pre1/lib/mc.ext.in
---- mc-4.6.2~pre1.orig/lib/mc.ext.in 2008-02-13 16:10:32.000000000 +0100
-+++ mc-4.6.2~pre1/lib/mc.ext.in 2008-02-13 16:10:55.000000000 +0100
+--- mc-4.6.2~pre1.orig/lib/mc.ext.in 2008-02-16 14:05:32.000000000 +0100
++++ mc-4.6.2~pre1/lib/mc.ext.in 2008-02-16 14:22:07.000000000 +0100
@@ -132,7 +132,7 @@
# tar
regex/\.(tar|TAR)$
@@ -272,7 +272,7 @@
### Miscellaneous ###
-@@ -524,24 +552,29 @@
+@@ -524,30 +552,61 @@
# gzip
type/^gzip
@@ -300,9 +300,42 @@
+### Debian additions ###
+
++# view gzipped HTML
++regex/\.([hH][tT][mM][lL]?)\.([gG][zZ])$
++ Open=zcat %f|run-mailcap text/html:-
++ View=zcat %f|%view{ascii} w3m -dump -T text/html;
++
++# view bzipped HTML
++regex/\.([hH][tT][mM][lL]?)\.([bB][zZ])2$
++ Open=bzcat %f|run-mailcap text/html:-
++ View=bzcat %f|%view{ascii} w3m -dump -T text/html;
++
++# view gzipped (E)PS
++regex/\.(e|)ps\.gz$
++ Open=gv %f &
++ Icon=postscript.xpm
++ View with GhostView=gv %f &
++
++# compressed PDF
++shell/.pdf.gz
++ Open=zxpdf %f &
++ View=zxpdf %f &
++
++# compressed postscript
++shell/.ps.gz
++ Open=gv %f &
++ View=gv %f &
++
+# Gettext Catalogs
+shell/.mo
+ View=%view{ascii} msgunfmt %f || cat %f
### Default ###
+ # Default target for anything not described above
+ default/*
+- Open=
++ Open=run-mailcap --action=edit %f
+ View=
+
+
More information about the Pkg-mc-commits
mailing list