r10965 - in packages/trunk/renpy/debian: . patches
Miriam Ruiz
miriam at alioth.debian.org
Thu Apr 29 19:57:25 UTC 2010
Author: miriam
Date: 2010-04-29 19:57:25 +0000 (Thu, 29 Apr 2010)
New Revision: 10965
Added:
packages/trunk/renpy/debian/patches/04_editor.patch
Modified:
packages/trunk/renpy/debian/changelog
packages/trunk/renpy/debian/patches/series
Log:
Added 04_editor.patch
Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog 2010-04-29 19:37:56 UTC (rev 10964)
+++ packages/trunk/renpy/debian/changelog 2010-04-29 19:57:25 UTC (rev 10965)
@@ -5,6 +5,8 @@
* 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
Added: packages/trunk/renpy/debian/patches/04_editor.patch
===================================================================
--- packages/trunk/renpy/debian/patches/04_editor.patch (rev 0)
+++ packages/trunk/renpy/debian/patches/04_editor.patch 2010-04-29 19:57:25 UTC (rev 10965)
@@ -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.
Modified: packages/trunk/renpy/debian/patches/series
===================================================================
--- packages/trunk/renpy/debian/patches/series 2010-04-29 19:37:56 UTC (rev 10964)
+++ packages/trunk/renpy/debian/patches/series 2010-04-29 19:57:25 UTC (rev 10965)
@@ -2,3 +2,4 @@
01_abspaths.patch
02_traceback.patch
03_checkdir.patch
+04_editor.patch
More information about the Pkg-games-commits
mailing list