1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Test the package in --no-recommends conditions.
Tests: run-commands
Depends: @
Restrictions: allow-stderr
# Do the same as before, with recommended packages.
Tests: run-commands
Depends: @,
xdg-utils,
python3-cryptography,
python3-feedparser,
python3-bs4,
python3-readability,
python3-requests,
python3-setproctitle,
python3-chardet
Restrictions: allow-stderr
# Do the same as before, with recommended and suggested packages.
Tests: run-commands
Depends: @,
xdg-utils,
python3-cryptography,
python3-feedparser,
python3-bs4,
python3-readability,
python3-requests,
python3-setproctitle,
python3-chardet,
chafa,
timg,
wl-clipboard,
xclip,
xsel
Restrictions: allow-stderr
|