Package: rmlint / 2.10.2-0.2

Metadata

Package Version Patches format
rmlint 2.10.2-0.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
reproducible build.patch | (download)

SConstruct | 15 12 + 3 - 0 !
lib/SConscript | 4 3 + 1 - 0 !
lib/cmdline.c | 2 1 + 1 - 0 !
lib/config.h.in | 2 2 + 0 - 0 !
4 files changed, 18 insertions(+), 5 deletions(-)

 make builds reproducible.
 * Use environment variables BUILD_DATE and BUILD_TIME, in place
   of __DATE__ and __TIME__.
 * Use Debian revision number in place of git revision number.
disable asciinema demo.patch | (download)

docs/index.rst | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 disable asciinema demo to avoid possible privacy breach issues.
disable web fonts.patch | (download)

docs/_templates/layout.html | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 disable use of web fonts to avoid possible privacy breach issues.
no strip.patch | (download)

SConstruct | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 stop scons from stripping binaries
 so that it may be delegated to debhelper.
xattr fixes.patch | (download)

SConstruct | 17 3 + 14 - 0 !
1 file changed, 3 insertions(+), 14 deletions(-)

 [patch] remove header in checkfunc

this is the proper way suggested by upstream
https://pairlist4.pair.net/pipermail/scons-users/2023-January/009150.html

nose.patch | (download)

pytest.ini | 3 3 + 0 - 0 !
test-requirements.txt | 3 1 + 2 - 0 !
tests/SConscript | 8 4 + 4 - 0 !
tests/conftest.py | 21 21 + 0 - 0 !
tests/test_formatters/test_csv.py | 4 1 + 3 - 0 !
tests/test_formatters/test_json.py | 4 1 + 3 - 0 !
tests/test_formatters/test_others.py | 4 1 + 3 - 0 !
tests/test_formatters/test_py.py | 11 4 + 7 - 0 !
tests/test_formatters/test_sh.py | 39 10 + 29 - 0 !
tests/test_mains/test_dedupe.py | 20 5 + 15 - 0 !
tests/test_mains/test_hash.py | 9 4 + 5 - 0 !
tests/test_options/test_cache.py | 8 3 + 5 - 0 !
tests/test_options/test_clamp.py | 13 4 + 9 - 0 !
tests/test_options/test_equal.py | 22 7 + 15 - 0 !
tests/test_options/test_help.py | 7 2 + 5 - 0 !
tests/test_options/test_hidden_dirs.py | 13 4 + 9 - 0 !
tests/test_options/test_keep_hardlinks.py | 4 1 + 3 - 0 !
tests/test_options/test_km.py | 4 1 + 3 - 0 !
tests/test_options/test_match_basenames.py | 13 4 + 9 - 0 !
tests/test_options/test_match_with_extension.py | 7 2 + 5 - 0 !
tests/test_options/test_match_without_extension.py | 7 2 + 5 - 0 !
tests/test_options/test_merge_directories.py | 51 13 + 38 - 0 !
tests/test_options/test_mtime_window.py | 14 4 + 10 - 0 !
tests/test_options/test_newer_than.py | 10 3 + 7 - 0 !
tests/test_options/test_no_backup.py | 4 1 + 3 - 0 !
tests/test_options/test_pass_files.py | 4 1 + 3 - 0 !
tests/test_options/test_perms.py | 4 1 + 3 - 0 !
tests/test_options/test_rankby.py | 7 2 + 5 - 0 !
tests/test_options/test_replay.py | 35 12 + 23 - 0 !
tests/test_options/test_size.py | 10 3 + 7 - 0 !
tests/test_options/test_sorting.py | 20 7 + 13 - 0 !
tests/test_options/test_stdin.py | 12 4 + 8 - 0 !
tests/test_options/test_symlinks.py | 6 2 + 4 - 0 !
tests/test_robustness/test_8Mlongpathfiles.py | 8 3 + 5 - 0 !
tests/test_robustness/test_badlinks_as_args.py | 4 1 + 3 - 0 !
tests/test_robustness/test_collisions.py | 8 3 + 5 - 0 !
tests/test_robustness/test_manyfiles.py | 8 3 + 5 - 0 !
tests/test_robustness/test_manylongpathfiles.py | 8 3 + 5 - 0 !
tests/test_robustness/test_path_doubles.py | 24 4 + 20 - 0 !
tests/test_types/test_badlink.py | 4 1 + 3 - 0 !
tests/test_types/test_baduids.py | 4 1 + 3 - 0 !
tests/test_types/test_duplicate.py | 16 5 + 11 - 0 !
tests/test_types/test_empty_dirs.py | 11 3 + 8 - 0 !
tests/test_types/test_empty_files.py | 4 1 + 3 - 0 !
tests/test_types/test_nonstripped.py | 6 2 + 4 - 0 !
tests/utils.py | 11 11 + 0 - 0 !
46 files changed, 179 insertions(+), 338 deletions(-)

 [patch] tests: replace nose with pytest

nose is no longer maintained, see
https://github.com/nose-devs/nose/issues/1099#issuecomment-562394879.

This was initially submitted here: https://bugs.gentoo.org/878695.