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 | |
parent | bff5f95056b22cbfd195a8da3c6efd960a829c6e (diff) | |
download | weechat-ee2121b917ac3bf894f014458e9d9306cc0e4d30.zip |
Remove weechat-gtk dependency since GTK gui does not exist
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 47315e457..96755b285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +weechat (0.1.1-2) unstable; urgency=low + + * debian/control: + - Add myself to uploaders. + - Remove unecessary dependency on weechat-gtk (Closes: #308287). + + -- Julien Louis <ptitlouis@sysif.net> Tue, 10 May 2005 22:38:52 +0200 + weechat (0.1.1-1) unstable; urgency=low * WeeChat version 0.1.1, see ChangeLog for detail. 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. |