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

winnie at alioth.debian.org winnie at alioth.debian.org
Fri Jun 20 22:06:05 UTC 2008


Author: winnie
Date: 2008-06-20 22:06:04 +0000 (Fri, 20 Jun 2008)
New Revision: 159

Added:
   trunk/debian/patches/debian/05_disable_internal_editor.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/all.series
Log:
Fix another bug


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-20 21:22:06 UTC (rev 158)
+++ trunk/debian/changelog	2008-06-20 22:06:04 UTC (rev 159)
@@ -11,12 +11,13 @@
   * Add again run-mailcap calls in mc.ext. This gone lost during the
     reordering the patches in order to use quilt. (Closes: #485935)
   * Fix tar call in mc.ext (Closes: #381353)
+  * Suggest dbview. Thanks to Daniel Hahler. (Closes: #486915) 
+  * Do not use internal editor per default. (Closes: #413258)
   * For those who read this changelog: There are very many unresolved bugs
     left in the BTS, it would be cool if someone who has some C coding
     experience would have a look on some and write patches. Thanks in advance.
-  * Suggest dbview. Thanks to Daniel Hahler. (Closes: #486915) 
 
- -- Patrick Winnertz <winnie at debian.org>  Fri, 20 Jun 2008 20:57:14 +0200
+ -- Patrick Winnertz <winnie at debian.org>  Sat, 21 Jun 2008 00:00:18 +0200
 
 mc (2:4.6.2~git20080311-1) unstable; urgency=low
 

Modified: trunk/debian/patches/all.series
===================================================================
--- trunk/debian/patches/all.series	2008-06-20 21:22:06 UTC (rev 158)
+++ trunk/debian/patches/all.series	2008-06-20 22:06:04 UTC (rev 159)
@@ -4,6 +4,7 @@
 debian/01_correct_conffile_paths_in_man.patch
 debian/02_use_correct_smb_conf_path.patch
 debian/04_debian_menu_additions.patch
+debian/05_disable_internal_editor.patch
 mc.ext/01_tar_forgot_arg.patch
 mc.ext/02_use_arj.patch
 mc.ext/03_debian_packages.patch

Added: trunk/debian/patches/debian/05_disable_internal_editor.patch
===================================================================
--- trunk/debian/patches/debian/05_disable_internal_editor.patch	                        (rev 0)
+++ trunk/debian/patches/debian/05_disable_internal_editor.patch	2008-06-20 22:06:04 UTC (rev 159)
@@ -0,0 +1,12 @@
+diff -Nurwd orig/mc-4.6.2~git20080311/src/cmd.c mc-4.6.2~git20080311/src/cmd.c
+--- orig/mc-4.6.2~git20080311/src/cmd.c	2008-06-20 23:59:04.000000000 +0200
++++ mc-4.6.2~git20080311/src/cmd.c	2008-06-20 23:59:29.000000000 +0200
+@@ -74,7 +74,7 @@
+ int output_starts_shell = 0;
+ 
+ /* If set, use the builtin editor */
+-int use_internal_edit = 1;
++int use_internal_edit = 0;
+ 
+ 
+ int




More information about the Pkg-mc-commits mailing list