summaryrefslogtreecommitdiff
path: root/debian/control
blob: e2b72a3297cd6c9937b2cf2c6bd9c72c0895d4dd (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
50
Source: libcircle-fe-gtk-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
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

Package: circle-gtk
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
Provides: libcircle-fe-gtk-perl
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.