[Python-modules-commits] r18227 - in packages/python-docutils/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Aug 21 20:27:52 UTC 2011


    Date: Sunday, August 21, 2011 @ 20:27:51
  Author: jwilk
Revision: 18227

Emacs major mode: use ?\226?\128?\152sensible-browser?\226?\128?\153 to preview S5 slides.

Added:
  packages/python-docutils/trunk/debian/patches/emacs-sensible-browser.diff
Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/patches/series

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2011-08-21 20:20:16 UTC (rev 18226)
+++ packages/python-docutils/trunk/debian/changelog	2011-08-21 20:27:51 UTC (rev 18227)
@@ -16,8 +16,9 @@
     + Add ttf-linux-libertine to python(3)-docutils Suggests.
   * Install XML/SGML catalogs (closes: #531170).
     + Add xml-core to Build-Depends-Indep.
+  * Emacs major mode: use ‘sensible-browser’ to preview S5 slides.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 21 Aug 2011 22:19:32 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 21 Aug 2011 22:27:08 +0200
 
 python-docutils (0.7-4) unstable; urgency=low
 

Added: packages/python-docutils/trunk/debian/patches/emacs-sensible-browser.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/emacs-sensible-browser.diff	                        (rev 0)
+++ packages/python-docutils/trunk/debian/patches/emacs-sensible-browser.diff	2011-08-21 20:27:51 UTC (rev 18227)
@@ -0,0 +1,18 @@
+Description: Use ‘sensible-browser’ to preview S5 slides.
+ Use ‘sensible-browser’ (rather than ‘firefox’, which does not exist in Debian)
+ as a program to preview S5 slides.
+Author: Jakub Wilk <jwilk at debian.org>
+Forwarded: not-needed
+Last-Update: 2011-08-21
+
+--- a/tools/editors/emacs/rst.el
++++ b/tools/editors/emacs/rst.el
+@@ -3830,7 +3830,7 @@
+     ))
+ 
+ ;; FIXME: Should be `defcustom` or use something like `browse-url`
+-(defvar rst-slides-program "firefox"
++(defvar rst-slides-program "sensible-browser"
+   "Program used to preview S5 slides.")
+ 
+ (defun rst-compile-slides-preview ()

Modified: packages/python-docutils/trunk/debian/patches/series
===================================================================
--- packages/python-docutils/trunk/debian/patches/series	2011-08-21 20:20:16 UTC (rev 18226)
+++ packages/python-docutils/trunk/debian/patches/series	2011-08-21 20:27:51 UTC (rev 18227)
@@ -3,4 +3,5 @@
 12_more_usrbinenv.diff
 13_install_roman.diff
 15_emacs_debian_paths.diff
+emacs-sensible-browser.diff
 move-data-to-usr-share.diff




More information about the Python-modules-commits mailing list