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

Steffen Moeller moeller at debian.org
Fri Dec 31 16:46:18 UTC 2010


The following commit has been merged in the master branch:
commit 9e9bbc3f9e8c2b8fff5df68b1e9a3667952a6b0b
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Dec 27 20:13:40 2010 +0100

    Redundant files in /usr/include/boinc
    
    The situation is somewhat unfortunate in that the sample
    code expects the subdirectories lib and api to host .h
    files, but boinc itself does not keep up that distinction
    in its destination folder with "make install".
    
    How exactly this will develop remains unclear. The current
    situation is that the files in lib and api are partially
    redundant - but only partially. This may be a bug in the
    BOINC install routine.

diff --git a/debian/boinc-dev.install b/debian/boinc-dev.install
index 69a62d3..a1e068e 100644
--- a/debian/boinc-dev.install
+++ b/debian/boinc-dev.install
@@ -1,13 +1,18 @@
 usr/include/boinc
 usr/lib/lib*         usr/lib
 
-api/graphics_data.h             usr/include/boinc/api
-api/reduce.h                    usr/include/boinc/api
-api/boinc_gl.h                  usr/include/boinc/api
-api/txf_util.h                  usr/include/boinc/api
-lib/md5_file.h                  usr/include/boinc/lib
-lib/str_replace.h		usr/include/boinc
-lib/coproc.h                    usr/include/boinc
+#api/graphics_data.h             usr/include/boinc/api
+#api/reduce.h                    usr/include/boinc/api
+#api/boinc_gl.h                  usr/include/boinc/api
+#api/txf_util.h                  usr/include/boinc/api
+#lib/md5_file.h                  usr/include/boinc/lib
+#lib/procinfo.h                  usr/include/boinc/lib
+#lib/str_replace.h               usr/include/boinc
+#lib/coproc.h                    usr/include/boinc
+
+# The two below are redundant but seem requested by sample code
+lib/*.h	                        usr/include/boinc/lib
+api/*.h                         usr/include/boinc/api
 
 # no longer available
 #lib/cal.h			usr/include/boinc

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list