File: control

package info (click to toggle)
poezio 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,840 kB
  • sloc: python: 25,382; xml: 968; ansic: 329; makefile: 196; sh: 73; javascript: 43
file content (63 lines) | stat: -rw-r--r-- 1,927 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: poezio
Section: net
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Tanguy Ortolo <tanguy+debian@ortolo.eu>,
    Martin <debacle@debian.org>
Build-Depends:
    debhelper-compat (= 13),
    dh-python,
    pkg-config,
    python3-all,
    python3-all-dev,
    python3-cffi,
    python3-mpd,
    python3-potr,
    python3-pyinotify,
    python3-pytest,
    python3-setuptools,
    python3-slixmpp,
    python3-sphinx,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://poez.io/
Vcs-Git: https://salsa.debian.org/xmpp-team/poezio.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/poezio

Package: poezio
Architecture: all
Depends:
    ${misc:Depends},
    ${python3:Depends},
    ${shlibs:Depends},
    ${sphinxdoc:Depends},
    python3-aiodns,
    python3-cffi,
    python3-gnupg,
    python3-pkg-resources,
    python3-poezio-poopt (>= ${source:Version}),
    python3-poezio-poopt (<< ${source:Upstream-Version}.1~),
    python3-slixmpp (>= 1.3.0+git20180331)
Description: Console-based XMPP client
 Poezio is a free console XMPP client (the protocol on which the Jabber IM
 network is built).
 .
 Its goal is to let you connect very easily (no account creation needed) to the
 network and join various chatrooms, immediately. It tries to look like the most
 famous IRC clients (weechat, irssi, etc). Many commands are identical and
 you won't be lost if you already know these clients. Configuration can be made
 in a configuration file or directly from the client.

Package: python3-poezio-poopt
Architecture: any
Section: python
Multi-Arch: same
Depends:
    ${misc:Depends},
    ${python3:Depends},
    ${shlibs:Depends},
Description: Console-based XMPP client (binary module)
 Poezio is a free console XMPP client (the protocol on which the Jabber IM
 network is built).
 .
 This package contains a binary extension module used by Poezio.