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
|
Source: hexchat
Section: net
Priority: optional
Maintainer: Jesse Rhodes <drubo@drubo.net>
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/hexchat.git
Vcs-git: git://anonscm.debian.org/collab-maint/hexchat.git
Build-Depends:
debhelper (>= 9.0.0),
dh-autoreconf,
imagemagick,
intltool,
libcanberra-dev,
libdbus-glib-1-dev,
libglib2.0-dev,
libgtk2.0-dev (>= 2.10.0),
libnotify-dev,
libpci-dev,
libperl-dev,
libproxy-dev,
libssl-dev,
libtool,
python-dev
Standards-Version: 3.9.5
Homepage: http://hexchat.github.io/
Package: hexchat
Architecture: any
Provides: irc
Depends: ${misc:Depends}, hexchat-common (= ${source:Version}), ${shlibs:Depends}
Recommends: gvfs-bin
Suggests: unifont
Description: IRC client for X based on X-Chat 2
HexChat is a graphical IRC client with a GTK+ GUI. Features include Python
(2 and 3) and Perl scripting support, a plugin API, multiple server/channel
windows, spell checking, multiple authentication methods including SASL,
and customizable notifications. For more information on IRC,
see http://irchelp.org/.
Package: hexchat-common
Architecture: all
Provides: irc
Depends: ${misc:Depends}
Recommends: hexchat
Description: Common files for HexChat
This package includes documentation, headers, and locale files for the
Debian HexChat packages that are common for all architectures. Hexchat is a
popular and featureful IRC client with a GTK+ GUI. For more information on
IRC, see http://irchelp.org/.
|