[renpy] 74/146: Added 04_editor.patch

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch experimental
in repository renpy.

commit 3cca015076576e9de4af1a6c355052082c924f45
Author: Miriam Ruiz <miriam at debian.org>
Date:   Thu Apr 29 19:57:25 2010 +0000

    Added 04_editor.patch
---
 debian/changelog               |  2 ++
 debian/patches/04_editor.patch | 20 ++++++++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f788de0..8dd4310 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ renpy (6.10.2.dfsg1-1) unstable; urgency=low
   * Added libfribidi-dev to Build-Depends
   * Upgraded Standards Version to 3.8.4
   * Fixed debian/watch file. Thanks to Yan Morin. Closes: #530950
+  * Added 04_editor.patch to call Debian's default editor instead of jEdit.
+    Closes: #517891
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 29 Apr 2010 20:49:29 +0200
 
diff --git a/debian/patches/04_editor.patch b/debian/patches/04_editor.patch
new file mode 100644
index 0000000..a83ca7a
--- /dev/null
+++ b/debian/patches/04_editor.patch
@@ -0,0 +1,20 @@
+--- /dev/null
++++ b/launcher/Debian.editor.py
+@@ -0,0 +1,6 @@
++# Name: Debian
++# Version: 1
++# Description: Debian default editor
++
++config.editor = '/usr/bin/editor'
++config.editor_transient = '/usr/bin/editor'
+--- a/launcher/editor.rpy
++++ b/launcher/editor.rpy
+@@ -11,7 +11,7 @@ init python:
+     
+     # The default name for the editor.
+     if persistent.editor is None:
+-        persistent.editor = "jEdit"
++        persistent.editor = "Debian"
+     
+     # A map from editor name to the file containing information about
+     # that editor.
diff --git a/debian/patches/series b/debian/patches/series
index 1a0534d..534afd6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 01_abspaths.patch
 02_traceback.patch
 03_checkdir.patch
+04_editor.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git



More information about the Pkg-games-commits mailing list