[Pkg-mc-commits] r14 - in trunk/debian: . patches
winnie at alioth.debian.org
winnie at alioth.debian.org
Fri Jan 25 09:06:52 UTC 2008
Author: winnie
Date: 2008-01-25 09:06:51 +0000 (Fri, 25 Jan 2008)
New Revision: 14
Removed:
trunk/debian/patches/40_view.c.patch
trunk/debian/patches/45_ftpfs_symlink1.patch
Modified:
trunk/debian/TODO
Log:
Deleted one surely not longer used patch and one where I'm not sure
Modified: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO 2008-01-25 08:58:35 UTC (rev 13)
+++ trunk/debian/TODO 2008-01-25 09:06:51 UTC (rev 14)
@@ -1,2 +1,3 @@
* rediff all patches in debian/patches
- review patches/37_mcedit-segv.patch .. I'm not sure if it is still needed.
+ - review patches/40_view.c.patch ... I'm not sure if it is still needed, too
Deleted: trunk/debian/patches/40_view.c.patch
===================================================================
--- trunk/debian/patches/40_view.c.patch 2008-01-25 08:58:35 UTC (rev 13)
+++ trunk/debian/patches/40_view.c.patch 2008-01-25 09:06:51 UTC (rev 14)
@@ -1,16 +0,0 @@
---- src/view.c 2005-04-27 23:34:30.000000000 +0200
-+++ src/view.c 2005-04-27 23:36:20.000000000 +0200
-@@ -1239,7 +1239,12 @@
- if (lines != -1 && line >= lines)
- return p;
-
-- c = get_byte (view, p);
-+ if ((c = get_byte (view, p)) == -1) {
-+ if (upto)
-+ return line;
-+ else
-+ return p;
-+ }
-
- if (view->wrap_mode) {
- if (c == '\r')
Deleted: trunk/debian/patches/45_ftpfs_symlink1.patch
===================================================================
--- trunk/debian/patches/45_ftpfs_symlink1.patch 2008-01-25 08:58:35 UTC (rev 13)
+++ trunk/debian/patches/45_ftpfs_symlink1.patch 2008-01-25 09:06:51 UTC (rev 14)
@@ -1,11 +0,0 @@
---- vfs/ftpfs.c 22 Feb 2005 18:35:23 -0000 1.176
-+++ vfs/ftpfs.c 5 Apr 2005 18:13:23 -0000
-@@ -117,7 +117,7 @@ int ftpfs_use_passive_connections = 1;
- int ftpfs_use_unix_list_options = 1;
-
- /* First "CWD <path>", then "LIST -la ." */
--int ftpfs_first_cd_then_ls;
-+int ftpfs_first_cd_then_ls = 1;
-
- /* Use the ~/.netrc */
- int use_netrc = 1;
More information about the Pkg-mc-commits
mailing list