Package: arpon / 3.0-ng+dfsg1-3

Metadata

Package Version Patches format
arpon 3.0-ng+dfsg1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gcc 7 fixes.patch | (download)

src/opt.c | 6 4 + 2 - 0 !
src/sig.c | 1 1 + 0 - 0 !
2 files changed, 5 insertions(+), 2 deletions(-)

 fix gcc-7 compile errors
 * Fix comparison between pointer and zero character constant.
 * Fix implicit fallthrough by adding a break (though the break will never be
   reached since exit is called anyways).
 * Add fallthrough comment where fallthrough is intentional.  Gcc parses this
   comment and recognizes the fallthrough as intentional.
installed files paths.patch | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
log/CMakeLists.txt | 2 1 + 1 - 0 !
src/CMakeLists.txt | 6 3 + 3 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

 adjust intalled files and paths
 * Arpon is installed to /usr/sbin (not /sbin) in Debian.
 * Log file gets placed in a separate folder for logrotate.
 * Do not install empty log file and pidfile, will be created dynamically on
   daemon startup.
 * Doc directory has been cleaned to be DFSG conform, disabled in Cmake.
man spelling.patch | (download)

man8/arpon.8 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix spelling errors in man page.
disable cflags.patch | (download)

CMakeLists.txt | 28 0 + 28 - 0 !
1 file changed, 28 deletions(-)

 disable additional cflags
 CMAKE's default flags for build type release and also those added by the
 maintainer should not be added for the debian version, disabling them