summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-11-02 19:05:54 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-11-02 19:05:54 +0000
commit5839cc6bfdfde915c37b09d575b6b7df5c404148 (patch)
treea2020a896f0d0b3742a19ce690eebe40a603baff /debian/control
parent476054fb4f305f92148459626991394fb7939e0d (diff)
downloadweechat-5839cc6bfdfde915c37b09d575b6b7df5c404148.zip
Now builds many Debian packages (common and one for each GUI)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 25 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0a4844738..0c7591258 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,36 @@ Source: weechat
Section: net
Priority: optional
Maintainer: FlashCode <flashcode@flashtux.org>
-Build-Depends: debhelper (>> 4.0.0)
+Build-Depends: debhelper (>> 4.0.0), libncurses5 (>= 5.2.20020112a-7)
Standards-Version: 3.5.8
Package: weechat
+Architecture: all
+Depends: ${shlibs:Depends}, weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}), weechat-gtk (= ${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.
+ It is customizable and extensible with scripts.
+
+Package: weechat-curses
+Architecture: any
+Depends: ${shlibs:Depends}, weechat-common (= ${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.
+ It is customizable and extensible with scripts.
+
+Package: weechat-gtk
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, weechat-common (= ${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.
It is customizable and extensible with scripts.
+
+Package: weechat-common
+Architecture: all
+Recommends: weechat-curses | weechat-gtk
+Description: Common files for WeeChat
+ Documentation, examples, and locale files for WeeChat - fast, light and
+ extensible IRC client. It is useless without weechat-curses or weechat-gtk.