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

Yury Zaytsev zaytsev-guest at alioth.debian.org
Wed Nov 11 21:26:56 UTC 2009


Author: zaytsev-guest
Date: 2009-11-11 21:26:56 +0000 (Wed, 11 Nov 2009)
New Revision: 293

Removed:
   trunk/debian/patches/vfs/02_ignore_ftp_chmod_error.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Removed

02_ignore_ftp_chmod_error.patch

because of

http://www.midnight-commander.org/ticket/1708

... and updated changelog & quilt accordingly.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-11-05 23:23:57 UTC (rev 292)
+++ trunk/debian/changelog	2009-11-11 21:26:56 UTC (rev 293)
@@ -36,6 +36,9 @@
   * Use DEB_BUILD_OPTIONS to chose the number of building processes
     (Closes: #549658).
 
+  [ Yury V. Zaytsev ]
+  * Remove FTP chattr patch, because the problem was solved upstream.
+
  -- Denis Briand <denis at narcan.fr>  Tue, 27 Oct 2009 23:23:38 +0100
 
 mc (2:4.7.0-pre1-3) unstable; urgency=low

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2009-11-05 23:23:57 UTC (rev 292)
+++ trunk/debian/patches/series	2009-11-11 21:26:56 UTC (rev 293)
@@ -8,6 +8,5 @@
 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/84_use_dvicat_instead_of_dvi2tty.patch
 bugs/85_add_djvu_files_support.patch

Deleted: trunk/debian/patches/vfs/02_ignore_ftp_chmod_error.patch
===================================================================
--- trunk/debian/patches/vfs/02_ignore_ftp_chmod_error.patch	2009-11-05 23:23:57 UTC (rev 292)
+++ trunk/debian/patches/vfs/02_ignore_ftp_chmod_error.patch	2009-11-11 21:26:56 UTC (rev 293)
@@ -1,14 +0,0 @@
-ignore error on ftpfs
-Index: mc-4.6.2~git20090522/vfs/ftpfs.c
-===================================================================
---- mc-4.6.2~git20090522.orig/vfs/ftpfs.c	2009-05-22 17:22:37.000000000 +0200
-+++ mc-4.6.2~git20090522/vfs/ftpfs.c	2009-05-24 10:49:14.000000000 +0200
-@@ -1536,7 +1536,7 @@
-     char buf[BUF_SMALL];
- 
-     g_snprintf(buf, sizeof(buf), "SITE CHMOD %4.4o /%%s", mode & 07777);
--    return ftpfs_send_command(me, path, buf, OPT_FLUSH);
-+    return ftpfs_send_command(me, path, buf, OPT_FLUSH | OPT_IGNORE_ERROR);
- }
- 
- static int ftpfs_chown (struct vfs_class *me, const char *path, int owner, int group)




More information about the Pkg-mc-commits mailing list