Package: libuser / 1:0.60~dfsg-1.2

Metadata

Package Version Patches format
libuser 1:0.60~dfsg-1.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 build fix not a proper format string.patch | (download)

modules/files.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build fix: not a proper format string

Fix "format not a string literal and no format arguments" error

0002 Try harder to ignore the retunrn of ftuncate.patch | (download)

modules/files.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 try harder to ignore the retunrn of ftuncate

ftruncate is declared warn_unused_result, thus ignoring it won't work.
But we have no use for its return value here.

0003 adapt test to pbuilder that uses UID 1234.patch | (download)

tests/config_login.defs | 16 8 + 8 - 0 !
tests/config_test.c | 14 7 + 7 - 0 !
tests/config_test.py | 4 2 + 2 - 0 !
3 files changed, 17 insertions(+), 17 deletions(-)

 adapt test to pbuilder, that uses uid 1234