[SCM] KBoincSpy packaging branch, master, updated. upstream/0.9.1-16-gfc5230b

Frank S. Thomas fst at debian.org
Thu Mar 19 22:38:50 UTC 2009


The following commit has been merged in the master branch:
commit 419debb3053d0a5897b953d35c7c5e10b060d363
Author: Frank S. Thomas <fst at debian.org>
Date:   Thu Mar 19 18:12:22 2009 +0100

    Added 103_fix_duplicate_key_in_desktop.patch.
    
    debian/patches: Added 103_fix_duplicate_key_in_desktop.patch to fix the
    duplicate key in the .desktop file instead of fixing this directly in the
    source tree.

diff --git a/debian/changelog b/debian/changelog
index c77b712..03bda23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,11 @@ kboincspy (0.9.1-6) UNRELEASED; urgency=low
     - Migrated from Subversion to Git, updated Vcs fields accordingly.
     - Added ${misc:Depends} to the packages' Depends field to appease Lintian.
     - Bumped Standards-Version from 3.7.3 to 3.8.1, no changes required.
-  * debian/patches/: Added 102_new_translations.patch to update the .po files
-    instead of adding them directly to the source tree.
+  * debian/patches/:
+    - Added 102_new_translations.patch to update the .po files instead of
+      adding them directly to the source tree.
+    - Added 103_fix_duplicate_key_in_desktop.patch to fix the duplicate key in
+      the .desktop file instead of fixing this directly in the source tree.
 
  -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 21:30:23 +0100
 
diff --git a/debian/patches/103_fix_duplicate_key_in_desktop.patch b/debian/patches/103_fix_duplicate_key_in_desktop.patch
new file mode 100644
index 0000000..09232f5
--- /dev/null
+++ b/debian/patches/103_fix_duplicate_key_in_desktop.patch
@@ -0,0 +1,13 @@
+Index: b/src/panels/sztaki/host/kbssztakihostpanel.desktop
+===================================================================
+--- a/src/panels/sztaki/host/kbssztakihostpanel.desktop
++++ b/src/panels/sztaki/host/kbssztakihostpanel.desktop
+@@ -4,7 +4,7 @@
+ Name=SZTAKI Desktop Grid Host Statistics Panel
+ X-KDE-Projects=szdg.lpds.sztaki.hu,szdg.lpds.sztaki.hu_szdg
+ X-KDE-Target=Project
+-X-KDE-Library=kbshostpanel
++X-KDE-Name=kbshostpanel
+ X-KDE-Arguments=http://szdg.lpds.sztaki.hu/szdg/show_host_detail?hostid=%1,http://szdg.lpds.sztaki.hu/szdg/home.php
+ X-KDE-Library=libkbshostpanel
+ ServiceTypes=KBSPanelNode
diff --git a/debian/patches/series b/debian/patches/series
index e26eaa2..60dff80 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 001_add_libs_to_libadd.patch
 101_support_autoconf_2.6.patch
 102_new_translations.patch
+103_fix_duplicate_key_in_desktop.patch
diff --git a/src/panels/sztaki/host/kbssztakihostpanel.desktop b/src/panels/sztaki/host/kbssztakihostpanel.desktop
index 65743c6..8caf002 100644
--- a/src/panels/sztaki/host/kbssztakihostpanel.desktop
+++ b/src/panels/sztaki/host/kbssztakihostpanel.desktop
@@ -4,7 +4,7 @@ Type=Service
 Name=SZTAKI Desktop Grid Host Statistics Panel
 X-KDE-Projects=szdg.lpds.sztaki.hu,szdg.lpds.sztaki.hu_szdg
 X-KDE-Target=Project
-X-KDE-Name=kbshostpanel
+X-KDE-Library=kbshostpanel
 X-KDE-Arguments=http://szdg.lpds.sztaki.hu/szdg/show_host_detail?hostid=%1,http://szdg.lpds.sztaki.hu/szdg/home.php
 X-KDE-Library=libkbshostpanel
 ServiceTypes=KBSPanelNode

-- 
KBoincSpy packaging



More information about the pkg-boinc-commits mailing list