diff options
author | Julien Louis <ptitlouis@sysif.net> | 2005-05-12 19:56:53 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2005-05-12 19:56:53 +0000 |
commit | ee2121b917ac3bf894f014458e9d9306cc0e4d30 (patch) | |
tree | 0157cb4f778e5fc10c92d1ee894a19e86dd526b7 /debian/control | |
parent | bff5f95056b22cbfd195a8da3c6efd960a829c6e (diff) | |
download | weechat-ee2121b917ac3bf894f014458e9d9306cc0e4d30.zip |
Remove weechat-gtk dependency since GTK gui does not exist
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a1d830782..d9a46d296 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,13 @@ Source: weechat Section: net Priority: optional Maintainer: Sebastien Helleu <flashcode@flashtux.org> +Uploaders: Julien Louis <ptitlouis@sysif.net> Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev Standards-Version: 3.6.1 Package: weechat Architecture: all -Depends: weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}), weechat-gtk (= ${Source-Version}) +Depends: weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}) Description: Fast, light and extensible IRC client WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client for many operating systems. Everything can be done with a keyboard. |