File: control

package info (click to toggle)
urlscan 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: python: 1,019; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download
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
Source: urlscan
Section: mail
Priority: optional
Maintainer: Marcin Kulisz <debian@kulisz.net>
Build-Depends: debhelper-compat (= 13),
               dh-python
Build-Depends-Indep: python3,
                     python3-setuptools
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/urlscan.git
Vcs-Browser: https://salsa.debian.org/debian/urlscan
Homepage: https://github.com/firecat53/urlscan
Rules-Requires-Root: no

Package: urlscan
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-urwid
Recommends: libcanberra-gtk3-module
Suggests: neomutt | mutt,
          www-browser
Description: Extract and browse the URLs contained in an email (urlview replacement)
 urlscan searches for URLs in email messages, then displays a list of
 them in the current terminal.  It is primarily meant as a replacement
 for urlview, which it improves upon in the following ways:
 .
  * urlscan understands email encodings such as quoted-printable;
    urlview does not.
  * urlscan extracts and displays the context surrounding each URL.