File: control

package info (click to toggle)
toxic 0.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,116 kB
  • sloc: ansic: 21,369; objc: 263; sh: 194; makefile: 87; python: 57
file content (41 lines) | stat: -rw-r--r-- 1,528 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
31
32
33
34
35
36
37
38
39
40
41
Source: toxic
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: asciidoc,
               debhelper-compat (= 13),
               libalut-dev,
               libconfig-dev,
               libcurl4-gnutls-dev | libcurl4-openssl-dev,
               libncurses-dev,
               libnotify-dev,
               libopenal-dev,
               libqrencode-dev,
               libtoxcore-dev,
               python3-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/JFreegman/toxic
#Vcs-Browser: https://salsa.debian.org/debian/toxic
#Vcs-Git: https://salsa.debian.org/debian/toxic.git
Vcs-Browser: https://salsa.debian.org/debian/toxic
Vcs-Git: https://salsa.debian.org/debian/toxic.git

Package: toxic
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: curses Tox based instant messenging client
 This is a Tox-based instant messenging client which formerly resided in
 the Tox core repository, and is now available as a standalone
 application.
 .
 Tox is a secure and distributed Skype replacement.
 .
 At its heart it’s a client dealing with its core library communicating
 on its own protocol. All communications are encrypted using the peer
 audited NaCl cypto library and this encryption can not be turned off.
 .
 Tox is powered by a distributed network which uses P2P connections for
 chats between people, unlike other Skype replacements no federated
 servers, centralized servers, or supernodes are used.