Package: task / 2.5.1+dfsg-7

Metadata

Package Version Patches format
task 2.5.1+dfsg-7 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/Config.cpp | 2 1 + 1 - 0 !
src/commands/CmdEdit.cpp | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 use editor, not vi
 Use editor (rather than vi) as the default editor,
 as per Policy 11.4.
002_enable warnings.patch | (download)

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

 enable warnings globally
003_fix groff warnings.patch | (download)

doc/man/task-color.5.in | 6 6 + 0 - 0 !
doc/man/task.1.in | 4 2 + 2 - 0 !
doc/man/taskrc.5.in | 20 16 + 4 - 0 !
3 files changed, 24 insertions(+), 6 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.t | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable checking if copyright information covers the current year
006_update basetest prefix.patch | (download)

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

 allow running python tests
007_remove date time from source.patch | (download)

src/commands/CmdDiagnostics.cpp | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove binary timestamp (reproductible builds)
008_fix_date_tests.patch | (download)

test/dates.t.cpp | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 these tests fail at certain times of year
009_fix test exit code.patch | (download)

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

 disable problem script (fails in sbuild env)
010_fix manpage rule precedence color.patch | (download)

doc/man/taskrc.5.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 taskrc(5) manpage: spurious "pri." in rule.precedence.color
 The taskrc(5) manpage gives the following example for
 rule.precedence.color:
 .
 due.today,active,blocking,blocked,overdue,due,scheduled,keyword.
 ,project.,tag.,uda.,recurring,pri.,tagged,completed,deleted
 .
 The "pri." item is incorrect, because there is no color rule named
 "color.pri.X" in this version of Taskwarrior.