Package: geeqie
Version: 1:1.0-7
Severity: normal

This patch ignores chown errors, while still doing chown
(so root still can copy files preserving ownership).

--- a/ui_fileops.c
+++ b/ui_fileops.c
@@ -490,7 +490,7 @@ gboolean copy_file_attributes(const gchar *s, const gchar 
*t, gint perms, gint m
 
                /* set the dest file attributes to that of source (ignoring 
errors) */
 
-               if (perms && chown(tl, st.st_uid, st.st_gid) < 0) ret = FALSE;
+               if (perms) chown(tl, st.st_uid, st.st_gid);
                if (perms && chmod(tl, st.st_mode) < 0) ret = FALSE;



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-openvz-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages geeqie depends on:
ii  geeqie-common           1:1.0-7          data files for Geeqie
ii  libc6                   2.11.2-7         Embedded GNU C Library: Shared lib
ii  libexiv2-9              0.20-2           EXIF/IPTC metadata manipulation li
ii  libgcc1                 1:4.4.5-8        GCC support library
ii  libglib2.0-0            2.24.2-1         The GLib library of C routines
ii  libgtk2.0-0             2.20.1-2         The GTK+ graphical user interface 
ii  liblcms1                1.18.dfsg-1.2+b3 Color management library
ii  liblircclient0          0.8.3-5          infra-red remote control support -
ii  libpango1.0-0           1.28.3-1         Layout and rendering of internatio
ii  libstdc++6              4.4.5-8          The GNU Standard C++ Library v3

Versions of packages geeqie recommends:
ii  exiftran                     2.07-6      transform digital camera jpeg imag
pn  exiv2                        <none>      (no description available)
ii  imagemagick                  8:6.6.0.4-3 image manipulation programs
ii  librsvg2-common              2.26.3-1    SAX-based renderer library for SVG
pn  ufraw-batch                  <none>      (no description available)
pn  zenity                       <none>      (no description available)

Versions of packages geeqie suggests:
pn  geeqie-dbg                    <none>     (no description available)
ii  gimp                          2.6.10-1   The GNU Image Manipulation Program
ii  libjpeg-progs                 8b-1       Programs for manipulating JPEG fil
pn  ufraw                         <none>     (no description available)
pn  xpaint                        <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to