[Pkg-haskell-commits] darcs: lambdabot: New upstream version 4.3.0.1

Raúl Benencia rul at kalgan.cc
Sun Oct 6 20:08:30 UTC 2013


Sun Oct  6 20:06:38 UTC 2013  Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
  * New upstream version 4.3.0.1

    M ./changelog -2 +8
    M ./control -1 +1
    M ./patches/disable-some-plugins -54 +54

Sun Oct  6 20:06:38 UTC 2013  Raúl Benencia <rul at kalgan.cc>
  * New upstream version 4.3.0.1
diff -rN -u old-lambdabot/changelog new-lambdabot/changelog
--- old-lambdabot/changelog	2013-10-06 20:08:29.909548794 +0000
+++ new-lambdabot/changelog	2013-10-06 20:08:29.931116507 +0000
@@ -1,4 +1,4 @@
-lambdabot (4.3-1) UNRELEASED; urgency=low
+lambdabot (4.3.0.1-1) UNRELEASED; urgency=low
 
   [ Joachim Breitner ]
   * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
@@ -15,7 +15,13 @@
     Quote, Numberwang, Stats)
   * Adjust watch file to new hackage layout
 
- -- Joachim Breitner <nomeata at debian.org>  Mon, 20 May 2013 17:35:19 +0200
+  [ Raúl Benencia ]
+  * New upstream release
+  * Update disable-some-plugins patch in order for it to work with the new
+    upstream release
+  * Depend on libghc-src-exts-dev (>= 1.14.0)
+
+ -- Raúl Benencia <rul at kalgan.cc>  Sun, 06 Oct 2013 16:35:28 -0300
 
 lambdabot (4.2.3.2-4) unstable; urgency=low
 
diff -rN -u old-lambdabot/control new-lambdabot/control
--- old-lambdabot/control	2013-10-06 20:08:29.906537819 +0000
+++ new-lambdabot/control	2013-10-06 20:08:29.935084159 +0000
@@ -15,7 +15,7 @@
   , libghc-dependent-sum-template-dev (>= 0.0.0.1)
   , libghc-edit-distance-dev (>= 0.2)
   , libghc-haskeline-dev (>= 0.7)
-  , libghc-src-exts-dev (>= 1.12.0)
+  , libghc-src-exts-dev (>= 1.14.0)
   , libghc-hslogger-dev (>= 1.2.1)
   , libghc-http-dev (>= 1:4000)
   , libghc-lifted-base-dev (>= 0.2)
diff -rN -u old-lambdabot/patches/disable-some-plugins new-lambdabot/patches/disable-some-plugins
--- old-lambdabot/patches/disable-some-plugins	2013-10-06 20:08:29.906537819 +0000
+++ new-lambdabot/patches/disable-some-plugins	2013-10-06 20:08:29.935084159 +0000
@@ -3,9 +3,9 @@
  Disable these. Also implement random in Lambdabot.Utils more naively.
 Author: Joachim Breitner <nomeata at debian.org>
 
---- lambdabot-4.3.orig/lambdabot.cabal
-+++ lambdabot-4.3/lambdabot.cabal
-@@ -77,7 +77,7 @@ library
+--- a/lambdabot.cabal
++++ b/lambdabot.cabal
+@@ -77,7 +77,7 @@
                          Lambdabot.Plugin.Check
                          Lambdabot.Plugin.Check.ShowQ
                          Lambdabot.Plugin.Compose
@@ -14,7 +14,7 @@
                          Lambdabot.Plugin.Dict
                          Lambdabot.Plugin.Djinn
                          Lambdabot.Plugin.Dummy
-@@ -98,20 +98,20 @@ library
+@@ -98,20 +98,20 @@
                          Lambdabot.Plugin.Localtime
                          Lambdabot.Plugin.Log
                          Lambdabot.Plugin.More
@@ -38,7 +38,7 @@
                          Lambdabot.Plugin.System
                          Lambdabot.Plugin.Tell
                          Lambdabot.Plugin.Ticker
-@@ -161,17 +161,17 @@ library
+@@ -161,17 +161,17 @@
                          dependent-map           == 0.1.*,
                          dependent-sum           == 0.2.*,
                          dependent-sum-template  >= 0.0.0.1,
@@ -48,7 +48,7 @@
                          edit-distance           >= 0.2,
                          filepath                >= 1.3,
                          haskeline               >= 0.7,
-                         haskell-src-exts        >= 1.12.0,
+                         haskell-src-exts        >= 1.14.0,
 -                        hstatsd                 >= 0.1,
 +                        --hstatsd                 >= 0.1,
                          hslogger                >= 1.2.1,
@@ -59,7 +59,7 @@
                          monad-control           >= 0.3,
                          mtl                     >= 2,
                          network                 >= 2.3.0.13,
-@@ -182,8 +182,8 @@ library
+@@ -182,8 +182,8 @@
                          process                 >= 1.1,
                          QuickCheck              >= 2,
                          random                  >= 1,
@@ -70,56 +70,56 @@
                          regex-tdfa              >= 1.1,
                          SafeSemaphore           >= 0.9,
                          show                    >= 0.4,
---- lambdabot-4.3.orig/main/Modules.hs
-+++ lambdabot-4.3/main/Modules.hs
-@@ -12,7 +12,7 @@ import qualified Lambdabot.Plugin.Base
- import qualified Lambdabot.Plugin.BF
- import qualified Lambdabot.Plugin.Check
- import qualified Lambdabot.Plugin.Compose
--import qualified Lambdabot.Plugin.Dice
-+--import qualified Lambdabot.Plugin.Dice
- import qualified Lambdabot.Plugin.Dict
- import qualified Lambdabot.Plugin.Djinn
- import qualified Lambdabot.Plugin.Dummy
-@@ -35,7 +35,7 @@ import qualified Lambdabot.Plugin.Pl
- import qualified Lambdabot.Plugin.Pointful
- import qualified Lambdabot.Plugin.Poll
- import qualified Lambdabot.Plugin.Pretty
--import qualified Lambdabot.Plugin.Quote
-+--import qualified Lambdabot.Plugin.Quote
- import qualified Lambdabot.Plugin.Search
- import qualified Lambdabot.Plugin.Seen
- import qualified Lambdabot.Plugin.Slap
-@@ -68,7 +68,7 @@ modulesInfo = $(modules $ nub
-                     , "BF"
-                     , "Check"
-                     , "Compose"
--                    , "Dice"
-+                    --, "Dice"
-                     , "Dict"
-                     , "Djinn"
-                     , "Dummy"
-@@ -90,7 +90,7 @@ modulesInfo = $(modules $ nub
-                     , "Pointful"
-                     , "Poll"
-                     , "Pretty"
--                    , "Quote"
-+                    --, "Quote"
-                     , "Search"
-                     , "Seen"
-                     , "Slap"
---- lambdabot-4.3.orig/src/Lambdabot.hs
-+++ lambdabot-4.3/src/Lambdabot.hs
-@@ -39,7 +39,7 @@ import Control.Monad.Error
+--- a/main/Modules.hs
++++ b/main/Modules.hs
+@@ -12,7 +12,7 @@
+ import Lambdabot.Plugin.BF
+ import Lambdabot.Plugin.Check
+ import Lambdabot.Plugin.Compose
+-import Lambdabot.Plugin.Dice
++--import Lambdabot.Plugin.Dice
+ import Lambdabot.Plugin.Dict
+ import Lambdabot.Plugin.Djinn
+ import Lambdabot.Plugin.Dummy
+@@ -35,7 +35,7 @@
+ import Lambdabot.Plugin.Pointful
+ import Lambdabot.Plugin.Poll
+ import Lambdabot.Plugin.Pretty
+-import Lambdabot.Plugin.Quote
++--import Lambdabot.Plugin.Quote
+ import Lambdabot.Plugin.Search
+ import Lambdabot.Plugin.Seen
+ import Lambdabot.Plugin.Slap
+@@ -68,7 +68,7 @@
+                     , "bfPlugin"
+                     , "checkPlugin"
+                     , "composePlugin"
+-                    , "dicePlugin"
++                    --, "dicePlugin"
+                     , "dictPlugin"
+                     , "djinnPlugin"
+                     , "dummyPlugin"
+@@ -90,7 +90,7 @@
+                     , "pointfulPlugin"
+                     , "pollPlugin"
+                     , "prettyPlugin"
+-                    , "quotePlugin"
++                    --, "quotePlugin"
+                     , "searchPlugin"
+                     , "seenPlugin"
+                     , "slapPlugin"
+--- a/src/Lambdabot.hs
++++ b/src/Lambdabot.hs
+@@ -39,7 +39,7 @@
  import Control.Monad.Reader
  import Control.Monad.State
  import qualified Data.Map as M
 -import Data.Random.Source
 +--import Data.Random.Source
  import qualified Data.Set as S
- import System.IO
  
-@@ -174,15 +174,3 @@ ircPrivmsg' who ""  = ircPrivmsg' who "
+ ------------------------------------------------------------------------
+@@ -173,15 +173,3 @@
  ircPrivmsg' who msg = send $ privmsg who msg
  
  ------------------------------------------------------------------------
@@ -135,9 +135,9 @@
 -        getRandomNByteInteger n = LB (lift (getRandomNByteInteger n))
 -
 - |]
---- lambdabot-4.3.orig/src/Lambdabot/Util.hs
-+++ lambdabot-4.3/src/Lambdabot/Util.hs
-@@ -24,7 +24,7 @@ module Lambdabot.Util (
+--- a/src/Lambdabot/Util.hs
++++ b/src/Lambdabot/Util.hs
+@@ -24,7 +24,7 @@
  import Control.Monad.Trans
  import Data.Char
  import Data.List
@@ -146,7 +146,7 @@
  
  ------------------------------------------------------------------------
  
-@@ -57,7 +57,10 @@ listToStr conj (item:items) =
+@@ -57,7 +57,10 @@
  
  -- | Pick a random element of the list.
  random :: MonadIO m => [a] -> m a




More information about the Pkg-haskell-commits mailing list