File: control

package info (click to toggle)
offpunk 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: python: 5,078; sh: 110; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (2)
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