[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-217-g5e3dcf4

Steffen Moeller moeller at debian.org
Sat Apr 9 15:33:19 UTC 2011


The following commit has been merged in the master branch:
commit 3b9a8ced2b08c337a831efae093a279af4f3a824
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Apr 9 16:05:53 2011 +0200

    Another const warning addressed.

diff --git a/debian/patches/advanced_link_image_const.patch b/debian/patches/advanced_link_image_const.patch
new file mode 100644
index 0000000..bbdb5d5
--- /dev/null
+++ b/debian/patches/advanced_link_image_const.patch
@@ -0,0 +1,11 @@
+Index: boinc/clientgui/res/skins/default/graphic/advanced_link_image.xpm
+===================================================================
+--- boinc.orig/clientgui/res/skins/default/graphic/advanced_link_image.xpm	2011-04-09 16:01:00.000000000 +0200
++++ boinc/clientgui/res/skins/default/graphic/advanced_link_image.xpm	2011-04-09 16:01:15.000000000 +0200
+@@ -1,5 +1,5 @@
+ /* XPM */
+-static char *advanced_link_image_xpm[] = {
++static const char *advanced_link_image_xpm[] = {
+ /* columns rows colors chars-per-pixel */
+ "101 20 67 1",
+ "o c Black",
diff --git a/debian/patches/series b/debian/patches/series
index 19e4432..ba0a269 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ wrapperURL.patch
 FlatBookStaticChar.patch
 csh2tcsh.patch
 AdvancedFrame_const.patch
+advanced_link_image_const.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list