Package: task / 3.4.2+dfsg-3

Metadata

Package Version Patches format
task 3.4.2+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_default editor.patch | (download)

doc/man/taskrc.5.in | 4 2 + 2 - 0 !
src/Context.cpp | 3 1 + 2 - 0 !
src/commands/CmdEdit.cpp | 3 1 + 2 - 0 !
3 files changed, 4 insertions(+), 6 deletions(-)

 =?utf-8?b?dxnliokangvkaxrvcukanswgbm90iokanhzp4ocd?=
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

003_fix groff warnings.patch | (download)

doc/man/task.1.in | 4 2 + 2 - 0 !
doc/man/taskrc.5.in | 8 7 + 1 - 0 !
2 files changed, 9 insertions(+), 3 deletions(-)

 fix some groff warnings

004_no task ref.patch | (download)

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

 do not install task-ref.pdf file

005_tests time independent.patch | (download)

test/version.test.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable checking if copyright information covers the current year

008_fix_date_tests.patch | (download)

src/libshared/test/dates.t.cpp | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 these tests fail at certain times of year

0013 Port testsuite to python3.patch | (download)

src/libshared/test/json_test.t | 6 2 + 4 - 0 !
test/basetest/CMakeLists.txt | 1 0 + 1 - 0 !
test/basetest/compat.py | 7 0 + 7 - 0 !
test/basetest/hooks.py | 7 1 + 6 - 0 !
test/basetest/meta.py | 3 0 + 3 - 0 !
test/basetest/task.py | 4 1 + 3 - 0 !
test/basetest/utils.py | 87 6 + 81 - 0 !
test/encoding.test.py | 2 1 + 1 - 0 !
test/export.test.py | 2 1 + 1 - 0 !
9 files changed, 12 insertions(+), 107 deletions(-)

 port testsuite to python3


0008 Avoid using features not enabled in taskchampion.patch | (download)

src/taskchampion-cpp/Cargo.toml | 2 1 + 1 - 0 !
src/taskchampion-cpp/src/lib.rs | 53 8 + 45 - 0 !
2 files changed, 9 insertions(+), 46 deletions(-)

 avoid using features not compiled in rust-taskchampion

Initially librust-taskchampion-dev omits default features server-sync,
server-aws, server-gcp. Since these are defaults, they're used
unconditionally here, so can't be disabled with features, so as a (poor)
stopgap, we panic if they are invoked.

0008 link taskchampion cpp with sqlite3.patch | (download)

src/taskchampion-cpp/CMakeLists.txt | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 link taskchampion-cpp with sqlite3

Since the rusqlite dependency has been rewritten not to use bundled sqlite, we need to explicitly link sqlite3 at build time.

0009 CMakeLists include test in default targets to avoid .patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
test/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 cmakelists: include test in default targets to avoid a second make
 step