diff --git a/debian/bip.examples b/debian/bip.examples deleted file mode 100644 index 4d125c0..0000000 --- a/debian/bip.examples +++ /dev/null @@ -1,2 +0,0 @@ -samples/bip.conf -samples/bip.vim diff --git a/debian/bip.manpages b/debian/bip.manpages deleted file mode 100644 index 7ef120c..0000000 --- a/debian/bip.manpages +++ /dev/null @@ -1,3 +0,0 @@ -bipmkpw.1 -bip.1 -bip.conf.1 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 2440855..0000000 --- a/debian/changelog +++ /dev/null @@ -1,8 +0,0 @@ -bip (0.5.0-1) unstable; urgency=low - - * Initial release. - * Change to use the bip with GPL + OpenSSL exception licence, and link to - OpenSSL - - -- Arnaud Cornet Thu, 17 Nov 2005 15:28:19 +0100 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/control b/debian/control deleted file mode 100644 index 79cb528..0000000 --- a/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -Source: bip -Section: net -Priority: optional -Maintainer: Arnaud Cornet -Standards-Version: 3.6.2.1 -Build-Depends: cdbs, debhelper (>= 4.9.13), bison, flex, libssl-dev - -Package: bip -Architecture: any -Depends: ${shlibs:Depends} -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 deleted file mode 100644 index e9165a0..0000000 --- a/debian/copyright +++ /dev/null @@ -1,29 +0,0 @@ -This package was debianized by Arnaud Cornet on -Sun, 09 Oct 2005 14:18:48 +0200 - -It was downloaded from http://bip.berlios.de - -Upstream Author: Arnaud Cornet and loïc Gomez - -Copyright: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 dated June, 1991. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. - -Specific permission is granted for the GPLed code in this distribution to -be linked to OpenSSL without invoking GPL clause 2(b). - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index c19b8ef..0000000 --- a/debian/rules +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk