Package: task / 2.5.1+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
task | 2.5.1+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001_default editor.patch | (download) |
doc/man/taskrc.5.in |
4 2 + 2 - 0 ! |
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 ! |
enable warnings globally |
003_fix groff warnings.patch | (download) |
doc/man/task-color.5.in |
6 6 + 0 - 0 ! |
fix some groff warnings |
004_no task ref.patch | (download) |
doc/CMakeLists.txt |
1 0 + 1 - 0 ! |
do not install task-ref.pdf file |
005_tests time independent.patch | (download) |
test/version.t |
2 1 + 1 - 0 ! |
disable checking if copyright information covers the current year |
006_update basetest prefix.patch | (download) |
test/basetest/utils.py |
2 1 + 1 - 0 ! |
allow running python tests |
007_remove date time from source.patch | (download) |
src/commands/CmdDiagnostics.cpp |
2 0 + 2 - 0 ! |
remove binary timestamp (reproductible builds) |
008_fix_date_tests.patch | (download) |
test/dates.t.cpp |
8 4 + 4 - 0 ! |
these tests fail at certain times of year |
009_fix test exit code.patch | (download) |
test/run_all |
2 1 + 1 - 0 ! |
disable problem script (fails in sbuild env) |
010_fix manpage rule precedence color.patch | (download) |
doc/man/taskrc.5.in |
2 1 + 1 - 0 ! |
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. |