mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #1178
- Fixed bug #1178, which inlcuded binary libraries in the source package.
This commit is contained in:
parent
b230da75e6
commit
f2ae8a13fa
2 changed files with 6 additions and 4 deletions
|
@ -119,8 +119,8 @@ endforeach (doc_FILE)
|
||||||
set (CPACK_SOURCE_GENERATOR "TGZ")
|
set (CPACK_SOURCE_GENERATOR "TGZ")
|
||||||
set (CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION})
|
set (CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION})
|
||||||
set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSourceConfig"
|
set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSourceConfig"
|
||||||
"_CPack_Packages" "cmake_install" "install_manifest"
|
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
|
||||||
"Makefile$" "test" "package-config" "misc/*"
|
"test" "package-config" "misc/*" "src/task$" "src/libtask.a"
|
||||||
"src/task$" "src/libtask.a" "auto.h$"
|
"src/columns/libcolumns.a" "src/commands/libcommands.a"
|
||||||
"/\\.gitignore" "/\\.git/" "swp$")
|
"auto.h$" "/\\.gitignore" "/\\.git/" "swp$")
|
||||||
include (CPack)
|
include (CPack)
|
||||||
|
|
|
@ -71,6 +71,8 @@ Bugs
|
||||||
+ Fixed bug #1150, which referenced deprecated features in the tutorial man
|
+ Fixed bug #1150, which referenced deprecated features in the tutorial man
|
||||||
page (thanks to Benjamin Weber).
|
page (thanks to Benjamin Weber).
|
||||||
+ Fixed bug #1154, which now allows priorities to be specified in any case.
|
+ Fixed bug #1154, which now allows priorities to be specified in any case.
|
||||||
|
+ Fixed bug #1178, which included binary libraries in the released source
|
||||||
|
package (thanks to Jakub Wilk).
|
||||||
+ Improved hyphenation by splitting on commas (even if no whitespace after).
|
+ Improved hyphenation by splitting on commas (even if no whitespace after).
|
||||||
Leads to better output of, for example, 'task show', where comma-separated
|
Leads to better output of, for example, 'task show', where comma-separated
|
||||||
lists are common.
|
lists are common.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue