[Pkg-xfce-commits] r3404 - in goodies/trunk/xfce4-weather-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Mon Aug 3 01:16:50 UTC 2009


Author: corsac
Date: 2009-08-03 13:16:49 +0000 (Mon, 03 Aug 2009)
New Revision: 3404

Modified:
   goodies/trunk/xfce4-weather-plugin/debian/changelog
   goodies/trunk/xfce4-weather-plugin/debian/patches/01_fix-cache-folder-permissions.patch
Log:
upload

Modified: goodies/trunk/xfce4-weather-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/changelog	2009-08-03 13:15:25 UTC (rev 3403)
+++ goodies/trunk/xfce4-weather-plugin/debian/changelog	2009-08-03 13:16:49 UTC (rev 3404)
@@ -5,7 +5,7 @@
     - 01_fix-cache-folder-permissions added, fix permissions on the cache
       folder.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 03 Aug 2009 14:59:20 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 03 Aug 2009 15:11:16 +0200
 
 xfce4-weather-plugin (0.7.1-1) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-weather-plugin/debian/patches/01_fix-cache-folder-permissions.patch
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/patches/01_fix-cache-folder-permissions.patch	2009-08-03 13:15:25 UTC (rev 3403)
+++ goodies/trunk/xfce4-weather-plugin/debian/patches/01_fix-cache-folder-permissions.patch	2009-08-03 13:16:49 UTC (rev 3404)
@@ -7,7 +7,7 @@
  				"xfce4", G_DIR_SEPARATOR_S, "weather-plugin", NULL);
  
 -	g_mkdir_with_parents(dir, 0644);
-+	g_mkdir_with_parents(dir, 0755);
++	g_mkdir_with_parents(dir, 0700);
  	g_free(dir);
  
  	return g_strconcat(g_get_user_cache_dir(), G_DIR_SEPARATOR_S,




More information about the Pkg-xfce-commits mailing list