Package: task / 2.5.3+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
task | 2.5.3+dfsg-4 | 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 ! |
=?utf-8?b?dxnliokangvkaxrvcukanswgbm90iokanhzp4ocd?= MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit |
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) |
src/libshared/test/dates.t.cpp |
6 3 + 3 - 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) |
0013 Port testsuite to python3.patch | (download) |
src/libshared/test/json_test.t |
8 3 + 5 - 0 ! |
port testsuite to python3 |
0011 Lexer Do not allow leading zero for number type.patch | (download) |
src/Lexer.cpp |
20 18 + 2 - 0 ! |
lexer: do not allow leading zero for number type Lexer: Do not allow leading zero for two and more digit integers tests: Add test for TW #2392 |
0012 Backport parser issues fixes.patch | (download) |
src/CLI2.cpp |
56 50 + 6 - 0 ! |
backport parser issues fixes This backports upstream PR #2405 and commit a5eee5f, which contain extra fixes and tests for issues with numeric project names (amongst others) which were being wrongly interpreted as expressions. Addresses upstream issues TW-{2388,2386,2257,1908,1896} |
0013 Fix infinite loop for monthly recurrence.patch | (download) |
src/recur.cpp |
5 4 + 1 - 0 ! |
fix infinite loop for monthly recurrence MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit There is an off-by-one error when reading a PnM recurrence cycle, which results means for n > 1, an infinite loop occurs generating the next date. Patch from Micha Mirosaw |