diff -u manderlbot-0.9.2/debian/changelog manderlbot-0.9.2/debian/changelog --- manderlbot-0.9.2/debian/changelog +++ manderlbot-0.9.2/debian/changelog @@ -1,3 +1,30 @@ +manderlbot (0.9.2-17) unstable; urgency=low + + * New maintainer's email address pkg-erlang-devel@lists.alioth.debian.org + mailing list. + * Fixed two small bugs in bloto and fortune behaviors. + * Use ${erlang:Depends} subst variable which expands into automatically + calculated dependencies by erlang-depends. + * Added debian/README.source file with a reference to + /usr/share/doc/quilt/README.source. + * Bumped standards version to 3.8.3. + + -- Sergei Golovan Fri, 02 Oct 2009 00:29:28 +0400 + +manderlbot (0.9.2-16) unstable; urgency=low + + * Removed Torsten Werner from the uploaders list as per his request. + * Loosened runtime dependencies to erlang-inets and erlang-xmerl to match + new Erlang packages structure. + * Added cm-super to build-dependencies to use Type1 fonts in PDF + documentation. + * Fixed page size in PDF documentation to fit paper size. + * Removed documentation in intermediate LaTeX format from the binary + package. + * Bumped standards version to 3.8.2. + + -- Sergei Golovan Mon, 29 Jun 2009 10:19:31 +0400 + manderlbot (0.9.2-15) unstable; urgency=low * Protected quilt calls in debian/rules to make the source package diff -u manderlbot-0.9.2/debian/docs manderlbot-0.9.2/debian/docs --- manderlbot-0.9.2/debian/docs +++ manderlbot-0.9.2/debian/docs @@ -1,3 +1,2 @@ README -doc/manderlbot.tex doc/manderlbot.pdf diff -u manderlbot-0.9.2/debian/control manderlbot-0.9.2/debian/control --- manderlbot-0.9.2/debian/control +++ manderlbot-0.9.2/debian/control @@ -1,15 +1,15 @@ Source: manderlbot Section: net Priority: optional -Maintainer: Erlang Packagers -Uploaders: Torsten Werner , Sergei Golovan +Maintainer: Debian Erlang Packagers +Uploaders: Sergei Golovan Build-Depends: debhelper (>= 5.0.0), quilt -Build-Depends-Indep: erlang-dev (>= 1:13.b), lyx, docbook, docbook-utils, hevea -Standards-Version: 3.8.1 +Build-Depends-Indep: erlang-dev (>= 1:13.b.1-dfsg-3), lyx, docbook, docbook-utils, hevea, cm-super +Standards-Version: 3.8.3 Package: manderlbot Architecture: all -Depends: ${erlang-nox:Depends} +Depends: ${erlang:Depends} Description: An IRC bot, written in Erlang Manderlbot is an IRC bot with XML configuration file, allowing you to launch it on several servers and channels at once, each channel will have its own diff -u manderlbot-0.9.2/debian/patches/r13.diff manderlbot-0.9.2/debian/patches/r13.diff --- manderlbot-0.9.2/debian/patches/r13.diff +++ manderlbot-0.9.2/debian/patches/r13.diff @@ -1,4 +1,4 @@ -Patch by Sergei Golovan replaces obsolete function calls. +Patch by Sergei Golovan replaces obsolete function calls and fixes typos. --- manderlbot-0.9.2.orig/priv/builder.erl +++ manderlbot-0.9.2/priv/builder.erl @@ -248,0 +249,22 @@ +--- manderlbot-0.9.2.orig/src/mdb_bhv_bloto.erl ++++ manderlbot-0.9.2/src/mdb_bhv_bloto.erl +@@ -60,7 +60,7 @@ + behaviour(Input, BotName, Data, BotPid, Channel) -> + [NickFrom|IpFrom] = string:tokens(Input#data.header_from, "!"), + +- case bloto:add(NickFrom, Channel) of ++ case add(NickFrom, Channel) of + {winner, Nick} -> + mdb_bot:say(BotPid, Nick ++ " " ++ Data); + +--- manderlbot-0.9.2.orig/src/mdb_bhv_fortune.erl ++++ manderlbot-0.9.2/src/mdb_bhv_fortune.erl +@@ -45,7 +45,7 @@ + + {A, B, C} = now(), + random:seed(A, B, C), +- list:foreach(fun(Message) -> ++ lists:foreach(fun(Message) -> + mdb_bot:say(BotPid, Message, NickFrom) + end, + lists:nth(random:uniform(length(Data)), Data)); diff -u manderlbot-0.9.2/debian/patches/series manderlbot-0.9.2/debian/patches/series --- manderlbot-0.9.2/debian/patches/series +++ manderlbot-0.9.2/debian/patches/series @@ -6,0 +7 @@ +doc.diff only in patch2: unchanged: --- manderlbot-0.9.2.orig/debian/README.source +++ manderlbot-0.9.2/debian/README.source @@ -0,0 +1,8 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To get detailed instructions on how to apply the series of patches +and modify them, please read /usr/share/doc/quilt/README.source + + -- Sergei Golovan Wed, 30 Sep 2009 14:53:10 +0400 only in patch2: unchanged: --- manderlbot-0.9.2.orig/debian/patches/doc.diff +++ manderlbot-0.9.2/debian/patches/doc.diff @@ -0,0 +1,13 @@ +Patch fixes page size in PDF documentation. + +--- manderlbot-0.9.2.orig/doc/manderlbot.lyx ++++ manderlbot-0.9.2/doc/manderlbot.lyx +@@ -9,7 +9,7 @@ + \paperfontsize default + \spacing onehalf + \papersize a4paper +-\paperpackage a4wide ++#\paperpackage a4wide + \use_geometry 0 + \use_amsmath 0 + \use_natbib 0