Package: snoopy / 2.4.6-5
Metadata
Package | Version | Patches format |
---|---|---|
snoopy | 2.4.6-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 parse proc properties to the end.patch | (download) |
src/datasource/rpname.c |
11 4 7 - 0 ! |
[patch 1/2] parse proc properties to the end Bug-Debian: https://bugs.debian.org/880086 |
0002 properly extract Name values containing whitespace.patch | (download) |
tests/datasource/datasource_rpname.sh |
2 1 1 - 0 ! |
[patch 2/2] properly extract name values containing whitespace Bug-Debian: https://bugs.debian.org/880086 |
02_Fix spelling errors.patch | (download) |
ChangeLog |
4 2 2 - 0 ! |
fix minor spelling errors. |
03_disable tests.patch | (download) |
tests/combined/Makefile.am |
4 2 2 - 0 ! |
disable tests failing in pbuilder/sbuilder The following tests are disabled as they always fail when building with pbuilder or sbuilder: * combined-filter-exclude_uid-drop.sh * combined-filter-only_uid-pass.sh * datasource_egid.sh * datasource_egroup.sh . The following test is disabled as it does not work reliably (causing random FTBFS), presumably because of a high load of the build servers: * datasource_timestamp_us.sh . Finally, the following tests have caused build failures on some architectures (spark64, alpha), probably because of some unique setup on the buildd and wrong assumptions about the format of thread identification: * datasource_tid.sh * datasource_tid_kernel.sh * datasource_login.sh |
04_gcc 7.patch | (download) |
src/datasource/cmdline.c |
2 1 1 - 0 ! |
fix compile error with gcc-7 Comparing a pointer with a character constant is an error in gcc-7; compare the pointer against NULL instead of the zero character constant |