Package: taskd / 1.1.0+dfsg-3

Metadata

Package Version Patches format
taskd 1.1.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 log to stdout.patch | (download)

scripts/systemd/taskd.service | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 log output to stdout (systemd)
002 remove date time.patch | (download)

src/diag.cpp | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove binary timestamps (reproductive builds)
 In order to make the build reproductive we need to avoid all
 dynamic generated var (like date).
003 fix man minus sign.patch | (download)

doc/man/taskd.1.in | 16 8 + 8 - 0 !
doc/man/taskdrc.5.in | 2 1 + 1 - 0 !
2 files changed, 9 insertions(+), 9 deletions(-)

 manual page has hyphen instead minus sign "-".
004 fix defaults.patch | (download)

src/init.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix pid file path
 The default location for the pid file is in tmp, this patch
 fix the path of this file to usr /run instead.
005 username.patch | (download)

scripts/systemd/taskd.service | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 run as debian-taskd instead of taskd
006 test target.patch | (download)

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

 fix errors in cmake test target