Don't mess source and debian stuff

This commit is contained in:
nohar 2006-02-03 13:01:02 +00:00
parent 6fa60fc496
commit 8aa77d202a
7 changed files with 0 additions and 63 deletions

2
debian/bip.examples vendored
View File

@ -1,2 +0,0 @@
samples/bip.conf
samples/bip.vim

3
debian/bip.manpages vendored
View File

@ -1,3 +0,0 @@
bipmkpw.1
bip.1
bip.conf.1

8
debian/changelog vendored
View File

@ -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 <arnaud.cornet@gmail.com> Thu, 17 Nov 2005 15:28:19 +0100

1
debian/compat vendored
View File

@ -1 +0,0 @@
4

16
debian/control vendored
View File

@ -1,16 +0,0 @@
Source: bip
Section: net
Priority: optional
Maintainer: Arnaud Cornet <arnaud.cornet@gmail.com>
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.

29
debian/copyright vendored
View File

@ -1,29 +0,0 @@
This package was debianized by Arnaud Cornet <arnaud.cornet@gmail.com> on
Sun, 09 Oct 2005 14:18:48 +0200
It was downloaded from http://bip.berlios.de
Upstream Author: Arnaud Cornet <arnaud.cornet@gmail.com> and loïc Gomez <debian-bip@kyoshiro.org>
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'.

4
debian/rules vendored
View File

@ -1,4 +0,0 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk