[SCM] pkg-boinc scripts branch, master, updated. 450c3e7e5d421d1adf0b3f98a60ab6b98e14405d

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Sat Nov 10 17:26:53 UTC 2012


The following commit has been merged in the master branch:
commit 450c3e7e5d421d1adf0b3f98a60ab6b98e14405d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Nov 10 17:10:18 2012 +0100

    Fixed the export script, now seems to be working well

diff --git a/export-boinc b/export-boinc
index 5f03b1f..ba7b357 100755
--- a/export-boinc
+++ b/export-boinc
@@ -143,41 +143,46 @@ 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
-# [non-free] Contains binary textured font files (.txf) without source.
-api/txf* export-ignore
+samples/example_app/bin export-ignore
+#TODO should we remove ttf files?
+# [non-free] Contains binary textured font files (.ttf) without source.
+#api/ttf export-ignore
 # license fails to explicitly express that is allows modifications
-api/texfont.{cpp,h} export-ignore
+#api/ttfont.{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 and openssl not included anymore in the source tree
+#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
+#.cvsignore not included anymore in the source tree
+#.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 not included anymore in the source tree
+#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
-config.sub export-ignore
-config.guess export-ignore
+#config.sub and config.guess not included anymore in the source tree
+#config.sub export-ignore
+#config.guess export-ignore
 EOATTRIBUTES
 
 # source files should not be executable

-- 
pkg-boinc scripts



More information about the pkg-boinc-commits mailing list