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

Denis Briand narcan-guest at alioth.debian.org
Thu Nov 5 23:23:57 UTC 2009


Author: narcan-guest
Date: 2009-11-05 23:23:57 +0000 (Thu, 05 Nov 2009)
New Revision: 292

Added:
   trunk/debian/patches/debian/1462_fix_wrong_path_to_wrapper_script_540238.patch
Removed:
   trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch
Modified:
   trunk/debian/patches/series
Log:
move debian specific patch into patches/debian/


Deleted: trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch
===================================================================
--- trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch	2009-11-05 23:19:13 UTC (rev 291)
+++ trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch	2009-11-05 23:23:57 UTC (rev 292)
@@ -1,20 +0,0 @@
-fix_wrong_path_to_wrapper_script
-Closes: #540238
-Author: Denis Briand <denis at narcan.fr>
-Thanks to Jindřich Makovička
-Index: mc-4.7.0-pre1/contrib/mc.csh.in
-===================================================================
---- mc-4.7.0-pre1.orig/contrib/mc.csh.in	2009-08-07 13:18:42.000000000 +0200
-+++ mc-4.7.0-pre1/contrib/mc.csh.in	2009-08-07 13:19:20.000000000 +0200
-@@ -1 +1 @@
--alias mc 'source @pkglibexecdir@/mc-wrapper.csh'
-+alias mc 'source /usr/share/mc/bin/mc-wrapper.csh'
-Index: mc-4.7.0-pre1/contrib/mc.sh.in
-===================================================================
---- mc-4.7.0-pre1.orig/contrib/mc.sh.in	2009-08-07 13:19:37.000000000 +0200
-+++ mc-4.7.0-pre1/contrib/mc.sh.in	2009-08-07 13:20:07.000000000 +0200
-@@ -1,3 +1,3 @@
- # Don't define aliases in plain Bourne shell
- [ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0
--alias mc='. @pkglibexecdir@/mc-wrapper.sh'
-+alias mc='. /usr/share/mc/bin/mc-wrapper.sh'

Copied: trunk/debian/patches/debian/1462_fix_wrong_path_to_wrapper_script_540238.patch (from rev 290, trunk/debian/patches/bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch)
===================================================================
--- trunk/debian/patches/debian/1462_fix_wrong_path_to_wrapper_script_540238.patch	                        (rev 0)
+++ trunk/debian/patches/debian/1462_fix_wrong_path_to_wrapper_script_540238.patch	2009-11-05 23:23:57 UTC (rev 292)
@@ -0,0 +1,20 @@
+fix_wrong_path_to_wrapper_script
+Closes: #540238
+Author: Denis Briand <denis at narcan.fr>
+Thanks to Jindřich Makovička
+Index: mc-4.7.0-pre1/contrib/mc.csh.in
+===================================================================
+--- mc-4.7.0-pre1.orig/contrib/mc.csh.in	2009-08-07 13:18:42.000000000 +0200
++++ mc-4.7.0-pre1/contrib/mc.csh.in	2009-08-07 13:19:20.000000000 +0200
+@@ -1 +1 @@
+-alias mc 'source @pkglibexecdir@/mc-wrapper.csh'
++alias mc 'source /usr/share/mc/bin/mc-wrapper.csh'
+Index: mc-4.7.0-pre1/contrib/mc.sh.in
+===================================================================
+--- mc-4.7.0-pre1.orig/contrib/mc.sh.in	2009-08-07 13:19:37.000000000 +0200
++++ mc-4.7.0-pre1/contrib/mc.sh.in	2009-08-07 13:20:07.000000000 +0200
+@@ -1,3 +1,3 @@
+ # Don't define aliases in plain Bourne shell
+ [ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0
+-alias mc='. @pkglibexecdir@/mc-wrapper.sh'
++alias mc='. /usr/share/mc/bin/mc-wrapper.sh'

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2009-11-05 23:19:13 UTC (rev 291)
+++ trunk/debian/patches/series	2009-11-05 23:23:57 UTC (rev 292)
@@ -6,8 +6,8 @@
 debian/07_use_default_images_viewer.patch
 debian/08_use_sensible-editor.patch
 debian/09_uzip_broken_528239.patch
+debian/1462_fix_wrong_path_to_wrapper_script_540238.patch
 vfs/01_ftpfs_symlink.patch
 vfs/02_ignore_ftp_chmod_error.patch
-bugs/1462_fix_wrong_path_to_wrapper_script_540238.patch
 bugs/84_use_dvicat_instead_of_dvi2tty.patch
 bugs/85_add_djvu_files_support.patch




More information about the Pkg-mc-commits mailing list