--- bobot++-2.2.3.orig/debian/manpages +++ bobot++-2.2.3/debian/manpages @@ -0,0 +1 @@ +debian/bobot++.1 --- bobot++-2.2.3.orig/debian/docs +++ bobot++-2.2.3/debian/docs @@ -0,0 +1 @@ +NEWS README documentation/index.html --- bobot++-2.2.3.orig/debian/watch +++ bobot++-2.2.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://mirror.lihnidos.org/GNU/savannah/bobotpp/bobotpp-(\d+.*)\.tar\.gz --- bobot++-2.2.3.orig/debian/changelog +++ bobot++-2.2.3/debian/changelog @@ -0,0 +1,138 @@ +bobot++ (1:2.2.3-0.1) experimental; urgency=low + + * Non-maintainer upload. + * New upstream release (Closes: #366959) + * Guile 1.8 transition. + + -- Dmitrijs Ledkovs Thu, 28 Feb 2013 13:03:46 +0000 + +bobot++ (1:1.97-10.4) unstable; urgency=low + + * Non-maintainer upload. + * Fix "bobot++: ftbfs with gcc-4.5": apply patch by Sebastian Ramacher. + (Closes: #564968) + + -- gregor herrmann Sun, 04 Sep 2011 17:09:43 +0200 + +bobot++ (1:1.97-10.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS: missing include with GCC 4.4 (Closes: #505372) + * debian/watch added + + -- David Paleino Sun, 20 Dec 2009 11:51:03 +0100 + +bobot++ (1:1.97-10.2) unstable; urgency=low + + * Non-maintainer upload. + * Applied patch to fix FTBFS bug, closes: #424147 + + -- Michael Meskes Wed, 09 Apr 2008 11:41:57 +0200 + +bobot++ (1:1.97-10.1) unstable; urgency=low + + * Non-maintainer upload. + * Explicitly include needed headers to fix FTBFS with gcc-4.3. (Closes: + #417122) + * Use the proper headers and namespace for the C++ tests run by configure. + + -- James Vega Sun, 09 Mar 2008 03:26:28 -0400 + +bobot++ (1:1.97-10) unstable; urgency=low + + * debian/control: + + Set policy to 3.6.2.1. + * source/Parser.C: + + Fixed AMD64 FTBFS (Closes: #285539). + * configure.in: + + Append -lpthread to GUILE_LIBS to fix a GNU/Hurd FTBFS (Closes: #309941). + + -- Sam Hocevar (Debian packages) Wed, 24 Aug 2005 14:04:45 +0200 + +bobot++ (1:1.97-9) unstable; urgency=low + + * debian/control: + + Set policy to 3.6.1.0. + * debian/rules: + + Use debian/compat instead of DH_COMPAT. + * source/Channel.C: + + Do not deop users after a serverop. This behaviour can be reverted to + the old one using a simple script. + + -- Sam Hocevar (Debian packages) Wed, 27 Aug 2003 12:48:24 +0200 + +bobot++ (1:1.97-8) unstable; urgency=low + + * debian/control: + + Build-depend on guile-1.6 (>=1.6.4-2.1) to fix the ia64 build. + + Removed the leading "an" from the package description. + + -- Sam Hocevar (Debian packages) Mon, 7 Jul 2003 14:57:40 +0200 + +bobot++ (1:1.97-7) unstable; urgency=low + + * Fixed the libguile-dev dependency in debian/control. + * Fixed a compilation error in BotInterp.H. + * Set policy to 3.5.10. + + -- Sam Hocevar (Debian packages) Fri, 25 Apr 2003 01:43:48 +0200 + +bobot++ (1:1.97-6) unstable; urgency=low + + * Fell back to the 1.9x series, 2.1.1 is too unpredictable. + * Updated standards version to 3.5.9.0. + * Removed call to obsolete dh_suidregister. + * Added versioned build-dependency on debhelper (>=2.0). + * Only trusted users can now ban a wildcard (Closes: #148691). + * Applied a user-contributed patch to fix channel locking (Closes: #151694). + * Backported gcc-3.2 fixes from the 2.1.1 branch. + * The !spymessage and !rspymessage now take an optional argument to + add/remove other nicks to/from the spy list (Closes: #108681). + * Added -O2 -Wall to the compilation flags. + + -- Samuel Hocevar Fri, 25 Apr 2003 01:43:48 +0200 + +bobot++ (2.1.1-1) unstable; urgency=low + + * New upstream release. + * Now builds under gcc-3.2 (Closes: #174946). + * Binary is now called bobotpp; added a symlink for compatibility. + + -- Samuel Hocevar Sat, 15 Mar 2003 14:24:03 +0100 + +bobot++ (1.97-5) unstable; urgency=low + + * Fixed g++-3.2 build (Closes: #174946). + + -- Samuel Hocevar Fri, 14 Feb 2003 19:47:19 +0100 + +bobot++ (1.97-4) unstable; urgency=low + + * Fixed the random number generator so that it only calls srand() once. + * Added autoconf to the Build-Depends (Closes: #139404). + * The rspymessage command can be used by anyone, even users who have + been removed from the spylist (Closes: #108630). + + -- Samuel Hocevar Tue, 19 Mar 2002 00:27:32 +0100 + +bobot++ (1.97-3) unstable; urgency=low + + * Make usage of guile-config for compilation, for architectures which + do not have qthreads (Closes: #118938, #119011). + + -- Samuel Hocevar Sat, 10 Nov 2001 19:13:30 +0100 + +bobot++ (1.97-2) unstable; urgency=low + + * Replaced libguile9-dev with libguile9-dev | libguile6-dev in the build + dependencies. + * Included missing header in String.C (Closes: #118389). + * Fixed compilation with gcc-3.0 and gcc-2.96 (Closes: #118543). + + -- Samuel Hocevar Wed, 7 Nov 2001 15:11:04 +0100 + +bobot++ (1.97-1) unstable; urgency=low + + * Initial Release (Closes: #75675). + + -- Samuel Hocevar Wed, 25 Oct 2000 14:19:09 +0200 --- bobot++-2.2.3.orig/debian/examples +++ bobot++-2.2.3/debian/examples @@ -0,0 +1 @@ +examples/config/* --- bobot++-2.2.3.orig/debian/bobot++.1 +++ bobot++-2.2.3/debian/bobot++.1 @@ -0,0 +1,80 @@ +.TH BOBOT++ 1 "25 October 2000" "Bobot++ Version 1.97 " "" +.SH "NAME" +bobot++ \- an IRC bot. +.SH "SYNOPSIS" +bobot++ [-h] [-b] [-f file] [-d dir] [-D] +.SH "DESCRIPTION" +.I bobot++ +is a robust IRC bot with many features such as flood control, +userlist and channel control, logging, scripting. +.PP +.SH "OPTIONS" +.PP +.I bobot++ +accepts the following options: +.TP +.PD +.BI \-h +Show help message and exit. +.TP +.PD +.BI \-b +Do not run in the background. +.TP +.PD +.BI \-f " file" +Use +.I file +as a configuration file. +.TP +.PD +.BI \-d " dir" +Use +.I dir +as the working directory. +.TP +.PD +.BI \-D +Debug mode: do not run in the background and verbose input/output printing. +.PD +.SH "CONFIGURATION FILES" +The +.I bot.conf +configuration file needs to be present in the current directory and is +the only mandatory configuration file. You can override this behaviour +with the +.BI \-f +and +.BI \-d +flags. +.PP +Other configuration files that +.I bobot++ +will look for are +.I bot.users +which contains the userlist, and +.I bot.shit +which contains the shitlist. +.PP +Also, +.I bot.init +contains a list of aliases that the bot will recognize, +.I bot.help +is the customizable help file for the different bot commands, +and +.I bot.autoexec +is a Guile Scheme script that will be loaded at launch time, which you +can use to load other scripts, or create new aliases, commands and hooks. +.PP +On the Debian distribution, configuration examples can be found +in the +.I /usr/share/doc/bobot++/examples/ +directory. +.SH "COPYRIGHT" +bobot++ is distributed under the terms of GNU General Public Licence. +.SH "AUTHORS" +.PP +bobot++ was written by Etienne Bernard . +.PP +This manual page was written by Sam Hocevar for the Debian +GNU/Linux system (but may be used by others). --- bobot++-2.2.3.orig/debian/rules +++ bobot++-2.2.3/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +%: + dh $@ --with autoreconf + +override_dh_auto_build: + dh_auto_build --parallel +override_dh_install: + dh_install + mv debian/bobot++/usr/bin/bobotpp debian/bobot++/usr/bin/bobot++ + rm -rf debian/bobot++/usr/share/bobotpp/ --- bobot++-2.2.3.orig/debian/control +++ bobot++-2.2.3/debian/control @@ -0,0 +1,17 @@ +Source: bobot++ +Section: net +Priority: optional +Maintainer: Sam Hocevar (Debian packages) +Build-Depends: debhelper (>= 9), guile-1.8-dev, dh-autoreconf +Standards-Version: 3.9.4 + +Package: bobot++ +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: IRC bot with scripting features + bobot++ is a robust IRC bot with many common bot features such as flood + control, userlist and channel control, logging, but also intelligent + ban/deban and channel mode settings. + . + It also provides Scheme scripting features using Guile. + --- bobot++-2.2.3.orig/debian/install +++ bobot++-2.2.3/debian/install @@ -0,0 +1 @@ +scripts/* usr/share/bobot++ --- bobot++-2.2.3.orig/debian/copyright +++ bobot++-2.2.3/debian/copyright @@ -0,0 +1,11 @@ +This package was debianized by Sam Hocevar on +Wed, 25 Oct 2000 14:19:09 +0200. + +It was downloaded from http://www.pltplp.net/bobot++/archive/ + +Upstream Author: Etienne Bernard + +Copyright: GPL + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- bobot++-2.2.3.orig/debian/compat +++ bobot++-2.2.3/debian/compat @@ -0,0 +1 @@ +9 --- bobot++-2.2.3.orig/source/Makefile.am +++ bobot++-2.2.3/source/Makefile.am @@ -77,11 +77,11 @@ ## what is up with telnet stuff? -##bobotpp_LDFLAGS = @GUILE_LDFLAGS@ +bobotpp_LDADD = @LDFLAGS@ ##bototpp_CXXFLAGS = @GUILE_CFLAGS@ #bobot-scheme.scm: bobot-scheme.scm.in # sed -e 's|\!pkgdatadir\!|@datadir@\/bobotpp|g' bobot-scheme.scm.in > bobot-scheme.scm #scmconfigdir = /etc/bobotpp -#scmconfig_DATA = bobot-scheme.scm \ No newline at end of file +#scmconfig_DATA = bobot-scheme.scm