diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-16 17:48:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-16 17:48:52 +0200 |
commit | e0866d48cb0125110611265b272ed58219d22a51 (patch) | |
tree | 916d7d1afa986230ff126068a34e7c9f7d798ebf /debian-devel/control | |
parent | 5ed1903f67017b532f6eb63b1b426ea351d7939e (diff) | |
download | weechat-e0866d48cb0125110611265b272ed58219d22a51.zip |
debian: add files to build devel doc package
Diffstat (limited to 'debian-devel/control')
-rw-r--r-- | debian-devel/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian-devel/control b/debian-devel/control index 8f548142e..809e05935 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -28,6 +28,7 @@ Vcs-Browser: https://anonscm.debian.org/git/users/kolter/weechat.git Package: weechat-devel Architecture: all Depends: ${misc:Depends}, weechat-devel-curses (>= ${source:Version}) +Suggests: weechat-devel-doc (= ${source:Version}) Conflicts: weechat Description: Fast, light and extensible chat client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client @@ -54,6 +55,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-core (= ${binary:Version}) Conflicts: weechat-curses Recommends: weechat-devel-plugins (= ${binary:Version}) +Suggests: weechat-devel-doc (= ${source:Version}) Description: Fast, light and extensible chat client - console client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. @@ -80,6 +82,7 @@ Package: weechat-devel-core Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: weechat-core +Suggests: weechat-devel-doc (= ${source:Version}) Description: Fast, light and extensible chat client - core files WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. @@ -105,6 +108,17 @@ Description: Fast, light and extensible chat client - plugins - IRC proxy - Trigger +Package: weechat-devel-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Conflicts: weechat-doc +Description: Fast, light and extensible chat client - documentation + WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client + for many operating systems. Everything can be done with a keyboard. + . + This package contains the html documentation for WeeChat. + Package: weechat-devel-dev Section: devel Architecture: all |