gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Nov 19 20:33:53 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/d44f6bc9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/961cb5a8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d648b29d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9444c1e3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/060e16b6 (commit)



commit d44f6bc9d533c1159886b52affcbd43a34b1ded4
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 19 17:28:53 2017 -0800

    Fix missing/misspelled files for distribution.
    
    Mostly errors from 6c01e54.

commit 961cb5a829bb325525652429886aeed71e6d4483
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 19 17:28:41 2017 -0800

    Bug 790550 - FTBFS: missing __init__.py

commit d648b29d0d99f59fb833ec1ff9187a889bfe4c1d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 19 17:20:26 2017 -0800

    Fix distribution paths for resource files.
    
    glib-compile-resources lists the resource files as absolute paths,
    but SET_LOCAL_DIST expects relative paths; the result was that the
    tarball code was looking for ${CMAKE_SOURCE_DIR}/${CMAKE_CURRENT_SOURCE_DIR}/foo.
    This change strips off ${CMAKE_CURRENT_SOURCE_DIR} from the filenames
    before passing them to SET_LOCAL_DIST.

commit 9444c1e300e869aeea763a2db4f164560d067232
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 19 14:05:09 2017 -0800

    Fix bad string construction in adjust_sql_options.



Summary of changes:
 bindings/python/CMakeLists.txt                      | 16 +++++++++-------
 gnucash/CMakeLists.txt                              |  9 ++++++++-
 gnucash/gnome-utils/test/CMakeLists.txt             |  2 +-
 gnucash/report/report-system/test/CMakeLists.txt    |  5 ++---
 gnucash/report/standard-reports/test/CMakeLists.txt |  5 ++---
 libgnucash/app-utils/test/CMakeLists.txt            |  1 +
 libgnucash/backend/dbi/gnc-backend-dbi.cpp          |  2 +-
 7 files changed, 24 insertions(+), 16 deletions(-)



More information about the gnucash-patches mailing list