Package: devtodo / 0.1.20+git20200830.0ad52b0-3

Metadata

Package Version Patches format
devtodo 0.1.20+git20200830.0ad52b0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_todorc fix for debian.patch | (download)

doc/todorc.example | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 incorporates the debian/todorc in the upstream config file
 It fixes a path in debian, turn paranoid mode on by default and print one
 item per line in verbose mode.
020_use libedit readline compat layer.patch | (download)

src/TodoDB.cc | 2 1 + 1 - 0 !
src/main.cc | 2 1 + 1 - 0 !
src/support.cc | 37 9 + 28 - 0 !
src/support.h | 2 1 + 1 - 0 !
src/todorl.h | 26 0 + 26 - 0 !
5 files changed, 12 insertions(+), 57 deletions(-)

 removes libreadline dependency. uses libedit compatibility layer
 instead

030_fix compiler error.patch | (download)

src/support.cc | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix compiler error due to patch 020*