Codebase list minbif / cfd3a7c
Remove -dbg package Sébastien Delafond 6 years ago
3 changed file(s) with 2 addition(s) and 34 deletion(s). Raw diff Collapse all Expand all
6868 * Display list of channels on an IM account with /LIST;
6969 * irssi scripts to increase your user experience of minbif;
7070 * CoinCoin plugin for libpurple.
71
72 Package: minbif-dbg
73 Architecture: any
74 Section: debug
75 Priority: extra
76 Depends: minbif (= ${binary:Version}), minbif-common (= ${binary:Version}), ${misc:Depends}
77 Description: IRC-to-other-IM-networks gateway using Pidgin library (dbg)
78 Minbif is an IRC gateway to IM networks which provides the following features:
79 * Minbif uses a library which abstracts all IM calls, and has several
80 plugins to support more than 15 IM protocols (IRC included!);
81 * Two modes: inetd and daemon fork;
82 * Only IRC commands are used to control Minbif;
83 * Certificates check;
84 * Buddies are IRC users;
85 * Each account has a status channel. You see in all connected
86 buddies, and their status on it;
87 * Add and remove buddies from list with /INVITE and /KICK commands;
88 * Blocked users are bans on the account's status channel;
89 * Display when a buddy is typing a message;
90 * Can chat with someone who is not in your buddy list;
91 * You can see buddies' icons (with libcaca) or download them;
92 * DCC SEND an image to set your icon on IM networks;
93 * Display extended information about buddies with /WII command;
94 * Support away messages;
95 * Can send and receive files, which are sent or received to/from your
96 IRC client with DCC SEND;
97 * Conversation channels are supported;
98 * Auto\-rejoin conversation channels at connection;
99 * Display list of channels on an IM account with /LIST;
100 * irssi scripts to increase your user experience of minbif;
101 * CoinCoin plugin for libpurple.
102 .
103 This package provides debugging symbols.
00 #!/bin/sh
1
12 set -e
23
34 # Replace documentation directory with symlink
7171 # dh_installinfo
7272 dh_installman -p minbif-common
7373 dh_link
74 dh_strip --dbg-package=minbif-dbg
74 dh_strip
7575 dh_compress
7676 dh_fixperms
7777 # dh_perl