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

Denis Briand narcan-guest at alioth.debian.org
Fri Aug 28 15:39:54 UTC 2009


Author: narcan-guest
Date: 2009-08-28 15:39:54 +0000 (Fri, 28 Aug 2009)
New Revision: 259

Added:
   trunk/debian/patches/debian/06_use_default_pdf_viewer.patch
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/patches/series
Log:
Use mailcap entry to choose pdf viewer


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-08-28 14:52:17 UTC (rev 258)
+++ trunk/debian/changelog	2009-08-28 15:39:54 UTC (rev 259)
@@ -17,6 +17,7 @@
   * Bump Standards-Version to 3.8.3.
   * Add debian/README.source file.
   * mime-support is now a Recommended package.
+  * Use mailcap entry to choose pdf viewer (Closes: #544054).
 
  -- Patrick Winnertz <winnie at debian.org>  Wed, 19 Aug 2009 21:52:58 +0200
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-08-28 14:52:17 UTC (rev 258)
+++ trunk/debian/control	2009-08-28 15:39:54 UTC (rev 259)
@@ -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, dbview, odt2txt
+Suggests: perl, zip, unzip, bzip2, links | w3m | lynx, arj, file, xpdf-reader | pdf-viewer, dbview, odt2txt
 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/debian/06_use_default_pdf_viewer.patch
===================================================================
--- trunk/debian/patches/debian/06_use_default_pdf_viewer.patch	                        (rev 0)
+++ trunk/debian/patches/debian/06_use_default_pdf_viewer.patch	2009-08-28 15:39:54 UTC (rev 259)
@@ -0,0 +1,16 @@
+Comment: use mailcap entry to choose pdf viewer
+bug: #544054
+Author: Andreas Tille <tillea at rki.de>
+Index: mc-4.7.0-pre1/misc/mc.ext.in
+===================================================================
+--- mc-4.7.0-pre1.orig/misc/mc.ext.in	2009-08-28 17:29:19.000000000 +0200
++++ mc-4.7.0-pre1/misc/mc.ext.in	2009-08-28 17:30:06.000000000 +0200
+@@ -468,7 +468,7 @@
+ 
+ # PDF
+ type/^PDF
+-	Open=(xpdf %f &)
++	Open=(see %f &)
+ 	#Open=(acroread %f &)
+ 	#Open=(ghostview %f &)
+ 	View=%view{ascii} pdftotext %f -

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2009-08-28 14:52:17 UTC (rev 258)
+++ trunk/debian/patches/series	2009-08-28 15:39:54 UTC (rev 259)
@@ -52,3 +52,4 @@
 man/23_man.patch
 man/24_mcedit.patch
 man/25_mcview.patch
+debian/06_use_default_pdf_viewer.patch




More information about the Pkg-mc-commits mailing list