Package: manderlbot / 0.9.3-1

Metadata

Package Version Patches format
manderlbot 0.9.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build.diff | (download)

Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 patch fixes build process for newer erlang.
Last-Modified: Tue, 03 Apr 2018 15:01:32 +0300


config.diff | (download)

conf/config.xml | 106 37 + 69 - 0 !
1 file changed, 37 insertions(+), 69 deletions(-)

---
manpage.diff | (download)

doc/manderlbot.1.sgml | 13 6 + 7 - 0 !
1 file changed, 6 insertions(+), 7 deletions(-)

 patch fixes syntax in the manpage source. also, it adds
 a missing argument and translates the date to English.
Last-Modified: Tue, 03 Apr 2018 15:12:47 +0300


run.diff | (download)

manderlbot.sh.in | 5 2 + 3 - 0 !
src/manderlbot.erl | 5 4 + 1 - 0 !
2 files changed, 6 insertions(+), 4 deletions(-)

 patch bypasses boot script when starting manderlbot.
 Using boot script without rebuilding manderlbot becomes impossible when
 Erlang is upgraded.
Last-Modified: Tue, 03 Apr 2018 15:15:54 +0300


r13.diff | (download)

priv/builder.erl | 39 19 + 20 - 0 !
src/config.erl | 5 2 + 3 - 0 !
src/debian.erl | 4 2 + 2 - 0 !
src/irc_lib.erl | 8 4 + 4 - 0 !
src/mdb_bhv_dict.erl | 4 2 + 2 - 0 !
src/mdb_bhv_pyramid.erl | 4 2 + 2 - 0 !
src/mdb_dispatch.erl | 5 2 + 3 - 0 !
src/misc_tools.erl | 9 4 + 5 - 0 !
8 files changed, 37 insertions(+), 41 deletions(-)

 patch replaces obsolete function calls and fixes typos.
Last-Modified: Tue, 03 Apr 2018 15:13:26 +0300


utf8.diff | (download)

src/irc_lib.erl | 4 2 + 2 - 0 !
src/mdb_bhv_pyramid.erl | 2 1 + 1 - 0 !
src/mdb_connection.erl | 4 2 + 2 - 0 !
src/mdb_dispatch.erl | 4 2 + 2 - 0 !
4 files changed, 7 insertions(+), 7 deletions(-)

 patch changes encoding of the source files to utf-8.
Last-Modified: Tue, 03 Apr 2018 15:23:16 +0300


rand.diff | (download)

src/mdb_bhv_fortune.erl | 8 2 + 6 - 0 !
src/mdb_bhv_random.erl | 8 2 + 6 - 0 !
src/mdb_bhv_timer.erl | 4 1 + 3 - 0 !
3 files changed, 5 insertions(+), 15 deletions(-)

 patch replaces the deprecated random module calls by
 corresponding rand module calls.
Last-Modified: Tue, 03 Apr 2018 15:14:28 +0300