Package: mkcal / 0.7.28+dfsg-1

Metadata

Package Version Patches format
mkcal 0.7.28+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001 Make timed support optional.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
src/CMakeLists.txt | 8 6 + 2 - 0 !
tests/CMakeLists.txt | 8 6 + 2 - 0 !
3 files changed, 14 insertions(+), 6 deletions(-)

 make timed support optional


1001 Disable broken test.patch | (download)

tests/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable broken test tst_perf
 The problem intst_perf is that unless a populated database is passed in via
 the SQLITESTORAGEDB environment variable, a temporary file is created which is
 the passed to sqlite3_open() which creates an empty database. In this case
 ExtendedStorage::Ptr::open() calls SqliteStorage::open() which expects
 database tables to exist and tries to do a database schema migration which
 fails because the database is still empty.