[Pkg-xfce-commits] r3401 - in goodies/trunk/xfce4-weather-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Aug 3 01:11:19 UTC 2009
Author: corsac
Date: 2009-08-03 13:11:19 +0000 (Mon, 03 Aug 2009)
New Revision: 3401
Added:
goodies/trunk/xfce4-weather-plugin/debian/patches/01_fix-cache-folder-permissions.patch
Modified:
goodies/trunk/xfce4-weather-plugin/debian/changelog
Log:
* debian/patches:
- 01_fix-cache-folder-permissions added, fix permissions on the cache
folder.
Modified: goodies/trunk/xfce4-weather-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/changelog 2009-08-03 13:07:16 UTC (rev 3400)
+++ goodies/trunk/xfce4-weather-plugin/debian/changelog 2009-08-03 13:11:19 UTC (rev 3401)
@@ -1,8 +1,11 @@
-xfce4-weather-plugin (0.7.2-1) UNRELEASED; urgency=low
+xfce4-weather-plugin (0.7.2-1) unstable; urgency=low
* New upstream release.
+ * debian/patches:
+ - 01_fix-cache-folder-permissions added, fix permissions on the cache
+ folder.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 03 Aug 2009 14:25:34 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 03 Aug 2009 14:59:20 +0200
xfce4-weather-plugin (0.7.1-1) unstable; urgency=low
Added: 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 (rev 0)
+++ goodies/trunk/xfce4-weather-plugin/debian/patches/01_fix-cache-folder-permissions.patch 2009-08-03 13:11:19 UTC (rev 3401)
@@ -0,0 +1,13 @@
+diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
+index 6e41791..48bf44e 100644
+--- a/panel-plugin/weather-summary.c
++++ b/panel-plugin/weather-summary.c
+@@ -172,7 +172,7 @@ static gchar *get_logo_path (void)
+ gchar *dir = g_strconcat(g_get_user_cache_dir(), G_DIR_SEPARATOR_S,
+ "xfce4", G_DIR_SEPARATOR_S, "weather-plugin", NULL);
+
+- g_mkdir_with_parents(dir, 0644);
++ g_mkdir_with_parents(dir, 0755);
+ g_free(dir);
+
+ return g_strconcat(g_get_user_cache_dir(), G_DIR_SEPARATOR_S,
More information about the Pkg-xfce-commits
mailing list