File: control

package info (click to toggle)
nyx 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,628 kB
  • sloc: python: 7,055; makefile: 7; sh: 3
file content (42 lines) | stat: -rw-r--r-- 1,304 bytes parent folder | download | duplicates (3)
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
36
37
38
39
40
41
42
Source: nyx
Section: comm
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>
Uploaders: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python3,
 python3-distutils,
 python3-setuptools,
 python3-stem (>= 1.6.0),
Standards-Version: 4.3.0.1
X-Python3-Version: >= 3.6
Vcs-Git: https://salsa.debian.org/debian/nyx.git
Vcs-Browser: https://salsa.debian.org/debian/nyx
Homepage: https://nyx.torproject.org

Package: tor-arm
Depends: nyx, ${misc:Depends}
Section: oldlibs
Architecture: all
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: nyx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
Suggests: tor
Description: terminal status monitor for tor
 The anonymizing relay monitor is a terminal status monitor for Tor relays,
 intended for command-line aficionados, ssh connections, and anyone stuck with
 a tty terminal. This works much like top does for system usage, providing real
 time statistics for:
 .
  - bandwidth, cpu, and memory usage
  - relay's current configuration
  - logged events
  - connection details (ip, hostname, fingerprint, and consensus data)
  - etc.
 .
 nyx was previously named tor-arm (which is now a transitional package).