diff --git a/AUTHORS b/AUTHORS index 3517dc8..16eb15e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,7 +3,7 @@ Lo Sexy contributors: Yoan 'jj' Guillot fixes -Yanick 'YS' Shauss: SSL cert stuff +Yannick 'YS' Schaus: SSL cert stuff Thanks to our marketting and management team: ack|, ato, blackmore, lafouine, Gaston & gromit diff --git a/debian/changelog b/debian/changelog index 1efafc3..37f0e9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ bip (0.5.0-1) unstable; urgency=low * Initial release. - * debian/rules: Initial package -- Arnaud Cornet Sun, 09 Oct 2005 14:16:42 +0200 diff --git a/debian/control b/debian/control index dc244ba..f5a0394 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,16 @@ Source: bip Section: net Priority: optional -Maintainer: Arnaud Cornet -Standards-Version: 3.6.1.1 -Build-Depends: cdbs, libssl-dev, bison, flex, libc6-dev +Maintainer: Arnaud Cornet +Standards-Version: 3.6.2.1 +Build-Depends: cdbs, debhelper (>= 4.9.13), bison, flex Package: bip Architecture: any Depends: ${shlibs:Depends} -Description: multiuser irc proxy with ssl, conversation replay and more - Bip is a IRC proxy that supports as replaying logged conversation when a client - connects, multiple clients on one irc server connection, SSL support (on both - ends) and has a handy logging directory structure. It is multiuser, and has a - flexible configuration. Some of it's configuration can be changed at runtime - with special irc commands. +Description: multiuser irc proxy with conversation replay and more + Bip is a IRC proxy that supports replaying logged conversation when a client + connects, multiple clients on one irc server connection, It has a handy + logging directory structure. It is multiuser, and has a flexible + configuration. Some of it's configuration can be changed at runtime with + special irc commands. diff --git a/debian/copyright b/debian/copyright index 4c61fb3..3c62135 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Sun, 09 Oct 2005 14:18:48 +0200 It was downloaded from http://bip.berlios.de -Upstream Author: Arnaud Cornet and loïc Gomez +Upstream Author: Arnaud Cornet and loïc Gomez Copyright: diff --git a/debian/rules b/debian/rules index c19b8ef..d489c1d 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk + +#DEB_CONFIGURE_EXTRA_FLAGS:= --disable-ssl