[Pkg-mc-commits] r276 - in trunk/debian: . patches patches/bugs

Denis Briand narcan-guest at alioth.debian.org
Mon Sep 21 18:51:43 UTC 2009


Author: narcan-guest
Date: 2009-09-21 18:51:43 +0000 (Mon, 21 Sep 2009)
New Revision: 276

Added:
   trunk/debian/patches/bugs/85_add_djvu_files_support.patch
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/patches/series
Log:
add djvu files support. Closes: #543651


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-09-20 20:22:33 UTC (rev 275)
+++ trunk/debian/changelog	2009-09-21 18:51:43 UTC (rev 276)
@@ -29,6 +29,7 @@
   * Suggest gv package to read ps files into X.
   * Use catdvi instead of dvi2tty (Closes: #543202).
   * Suggest catdvi to preview dvi files on text-only devices.
+  * Add djvu files support and suggest djvulibre-bin package (Closes: #543651).
 
  -- Patrick Winnertz <winnie at debian.org>  Wed, 19 Aug 2009 21:52:58 +0200
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-09-20 20:22:33 UTC (rev 275)
+++ trunk/debian/control	2009-09-21 18:51:43 UTC (rev 276)
@@ -13,7 +13,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: imagemagick, mime-support
-Suggests: perl, zip, unzip, bzip2, links | w3m | lynx, arj, file, xpdf-reader | pdf-viewer, dbview, odt2txt, gv, catdvi
+Suggests: perl, zip, unzip, bzip2, links | w3m | lynx, arj, file, xpdf-reader | pdf-viewer, dbview, odt2txt, gv, catdvi, djvulibre-bin
 Description: midnight commander - a powerful file manager
  GNU Midnight Commander is a text-mode full-screen file manager. It
  uses a two panel interface and a subshell for command execution. It

Added: trunk/debian/patches/bugs/85_add_djvu_files_support.patch
===================================================================
--- trunk/debian/patches/bugs/85_add_djvu_files_support.patch	                        (rev 0)
+++ trunk/debian/patches/bugs/85_add_djvu_files_support.patch	2009-09-21 18:51:43 UTC (rev 276)
@@ -0,0 +1,20 @@
+Description: Add djvu support
+Bug-Debian: http://bugs.debian.org/543651
+Author: Jakub Wilk <ubanus at users.sf.net>
+Author: Denis Briand <denis at narcan.fr>
+Index: mc-4.7.0-pre2~git20090919/misc/mc.ext.in
+===================================================================
+--- mc-4.7.0-pre2~git20090919.orig/misc/mc.ext.in	2009-09-21 18:34:47.000000000 +0200
++++ mc-4.7.0-pre2~git20090919/misc/mc.ext.in	2009-09-21 18:42:56.000000000 +0200
+@@ -476,6 +476,11 @@
+ 	#Open=(ghostview %f &)
+ 	View=%view{ascii} pdftotext %f -
+ 
++#DjVu
++type/^DjVu
++    Open=run-mailcap %f 2>&1 &
++    View=%view{ascii} djvused -e print-pure-txt %f
++
+ # The following code very ugly and should not be taken as example.
+ # It should be cleaned up when the new format of mc.ext is developed.
+ 

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2009-09-20 20:22:33 UTC (rev 275)
+++ trunk/debian/patches/series	2009-09-21 18:51:43 UTC (rev 276)
@@ -18,3 +18,4 @@
 man/02_man_escape_minus_sign.patch
 bugs/83_add_ico_files_support.patch
 bugs/84_use_dvicat_instead_of_dvi2tty.patch
+bugs/85_add_djvu_files_support.patch




More information about the Pkg-mc-commits mailing list