summaryrefslogtreecommitdiff
path: root/debian/control
blob: 39f0927c0f249c9a4b127dc8ae1faacbf7476c91 (plain)
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
Source: libcircle-fe-gtk-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 11),
 libmodule-build-perl,
 perl
Build-Depends-Indep: libfile-sharedir-perl (>= 1.00),
 libglib-perl,
 libgtk2-perl,
 libio-async-loop-glib-perl,
 libio-async-perl (>= 0.14),
 libmodule-pluggable-perl,
 libnet-async-tangence-perl (>= 0.13),
 libtangence-perl (>= 0.18)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcircle-fe-gtk-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcircle-fe-gtk-perl.git
Homepage: https://metacpan.org/release/circle-fe-gtk
Testsuite: autopkgtest-pkg-perl

Package: circle-gtk
Provides: libcircle-fe-gtk-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libfile-sharedir-perl (>= 1.00),
 libglib-perl,
 libgtk2-perl,
 libio-async-loop-glib-perl,
 libio-async-perl (>= 0.14),
 libmodule-pluggable-perl,
 libnet-async-tangence-perl (>= 0.13),
 libtangence-perl (>= 0.18)
Suggests: circle-backend
Description: GTK 2 frontend for the Circle IRC client
 Circle is an IRC client which merges the best attributes of a local
 client and the common screen+irssi recipe:
 .
  * Keep IRC connects and state on a backend server, allowing
    disconnections from local UI.
  * Interact with a real local GUI for the frontend, instead of
    incurring SSH roundtrips for every keypress.
 .
 Circle uses Tangence for its underlying communications layer.
 .
 This package provides a GTK 2 user interface for Circle. It needs
 circle-backend to be installed on the same or a different machine
 in order to be useful.