[SCM] pkg-boinc scripts branch, master, updated. 450c3e7e5d421d1adf0b3f98a60ab6b98e14405d
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Sat Nov 10 17:26:52 UTC 2012
The following commit has been merged in the master branch:
commit df6e2ad623228c4a2099fbee0701d23c791a1781
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Nov 10 16:30:17 2012 +0100
Fixed export-boinc script
diff --git a/export-boinc b/export-boinc
index 64ce4b1..5f03b1f 100755
--- a/export-boinc
+++ b/export-boinc
@@ -143,36 +143,36 @@ cat > .gitattributes <<EOATTRIBUTES
*.dll export-ignore
*.exe export-ignore
# compiled samples ... also for Linux shall not be with the source
-samples/example_app/bin/ export-ignore
+samples/example_app/bin* export-ignore
# [non-free] Contains binary textured font files (.txf) without source.
-api/txf export-ignore
+api/txf* export-ignore
# license fails to explicitly express that is allows modifications
api/texfont.{cpp,h} export-ignore
# redundant with GLUT library, license does not express clearly freedom to modify
-samples/glut export-ignore
+samples/glut* export-ignore
# [non-free] File is licensed under the BOINC Public License which is
# DFSG-incompatible.
-zip/configure export-ignore
+zip/configure* export-ignore
# DFSG-incompatible Apple Public Source License (APSL).
-lib/mac export-ignore
+lib/mac* export-ignore
# [non-free] The file lib/mac/dyld_gdb.h is licensed under the
# [unneeded] This 3rd party software is already in Debian and we added
# them to boinc's Build-Depends.
-curl/ export-ignore
-zlib/ export-ignore
-openssl/ export-ignore
-samples/jpeglib/ export-ignore
+curl* export-ignore
+zlib* export-ignore
+openssl* export-ignore
+samples/jpeglib* export-ignore
# [unneeded] Cruft that is not needed to build the BOINC software.
.vimrc export-ignore
.cvsignore export-ignore
# [non-free, unneeded] Unneeded build systems and binaries without
# source.
-coprocs/ export-ignore
-win_build/ export-ignore
-mac_build/ export-ignore
-client/mac/ export-ignore
-clientgui/mac/ export-ignore
-mac_installer/ export-ignore
+coprocs* export-ignore
+win_build* export-ignore
+mac_build* export-ignore
+client/mac* export-ignore
+clientgui/mac* export-ignore
+mac_installer* export-ignore
client/app_stats_mac.cpp export-ignore
# modified in build process
version.h export-ignore
--
pkg-boinc scripts
More information about the pkg-boinc-commits
mailing list