r25320 - in /desktop/unstable/gconf/debian: changelog update-gconf-defaults

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Oct 7 10:04:46 UTC 2010


Author: joss
Date: Thu Oct  7 10:04:41 2010
New Revision: 25320

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25320
Log:
update-gconf-defaults: patch from Ubuntu to deal with broken 
symlinks. Closes: #599393. Thanks Michael Vogt.

Modified:
    desktop/unstable/gconf/debian/changelog
    desktop/unstable/gconf/debian/update-gconf-defaults

Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=25320&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog [utf-8] Thu Oct  7 10:04:41 2010
@@ -6,6 +6,8 @@
   * fr.po: French translation by Christian Perrier. Closes: #599049.
   * da.po: Danish translation by Joe Hansen. Closes: #599125.
   * cs.po: Czech translation by Michal Simunek. Closes: #599198.
+  * update-gconf-defaults: patch from Ubuntu to deal with broken 
+    symlinks. Closes: #599393. Thanks Michael Vogt.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 03 Oct 2010 21:33:40 +0200
 

Modified: desktop/unstable/gconf/debian/update-gconf-defaults
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/update-gconf-defaults?rev=25320&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/update-gconf-defaults [utf-8] (original)
+++ desktop/unstable/gconf/debian/update-gconf-defaults [utf-8] Thu Oct  7 10:04:41 2010
@@ -130,7 +130,8 @@
     if f.endswith(ext):
       break
   else:
-    defaults_files.append(f)
+    if os.path.exists(os.path.join(options.source_dir, f)):
+      defaults_files.append(f)
 defaults_files.sort()
 
 if options.ifchanged:




More information about the pkg-gnome-commits mailing list