[Pkg-haskell-commits] darcs: lambdabot: Rename bf binary name to match the one provided by hsbrainfuck package
Raúl Benencia
rul at kalgan.cc
Mon Oct 7 15:46:04 UTC 2013
Mon Oct 7 15:45:28 UTC 2013 Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
* Rename bf binary name to match the one provided by hsbrainfuck package
M ./changelog -2 +4
M ./control +2
A ./patches/correct-bf-binary-name.patch
M ./patches/series +1
Mon Oct 7 15:45:28 UTC 2013 Raúl Benencia <rul at kalgan.cc>
* Rename bf binary name to match the one provided by hsbrainfuck package
diff -rN -u old-lambdabot/changelog new-lambdabot/changelog
--- old-lambdabot/changelog 2013-10-07 15:46:03.921543482 +0000
+++ new-lambdabot/changelog 2013-10-07 15:46:03.925547182 +0000
@@ -1,7 +1,7 @@
lambdabot (4.3.0.1-1) UNRELEASED; urgency=low
[ Joachim Breitner ]
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ * Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
* New upstream release
@@ -20,8 +20,10 @@
* 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)
+ * Add plugins packages to Suggest and Recommends
+ * Rename bf binary name to match the one provided by hsbrainfuck package
- -- Raúl Benencia <rul at kalgan.cc> Sun, 06 Oct 2013 16:35:28 -0300
+ -- Raúl Benencia <rul at kalgan.cc> Mon, 07 Oct 2013 12: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-07 15:46:03.905557346 +0000
+++ new-lambdabot/control 2013-10-07 15:46:03.925547182 +0000
@@ -63,6 +63,8 @@
, mueval
, aspell
, hoogle (>= 4.2.23)
+ , hsbrainfuck
+ , unlambda
Provides: ${haskell:Provides}
Description: Development tool and advanced IRC bot
Lambdabot is an IRC bot written over several years by those on
diff -rN -u old-lambdabot/patches/correct-bf-binary-name.patch new-lambdabot/patches/correct-bf-binary-name.patch
--- old-lambdabot/patches/correct-bf-binary-name.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-lambdabot/patches/correct-bf-binary-name.patch 2013-10-07 15:46:03.925547182 +0000
@@ -0,0 +1,14 @@
+Description: In Debian the bf binary was renamed to hsbrainfuck.
+Forwarded: not-needed
+Author: Raúl Benencia <rul at kalgan.cc>
+--- a/src/Lambdabot/Config/Core.hs
++++ b/src/Lambdabot/Config/Core.hs
+@@ -56,7 +56,7 @@
+ -- Program names/locations
+
+ config "aspellBinary" [t| String |] [| "aspell" |]
+-config "bfBinary" [t| String |] [| "bf" |]
++config "bfBinary" [t| String |] [| "hsbrainfuck" |]
+ config "djinnBinary" [t| String |] [| "djinn" |]
+ config "ghcBinary" [t| String |] [| "ghc" |]
+ config "ghciBinary" [t| String |] [| "ghci" |]
diff -rN -u old-lambdabot/patches/series new-lambdabot/patches/series
--- old-lambdabot/patches/series 2013-10-07 15:46:03.905557346 +0000
+++ new-lambdabot/patches/series 2013-10-07 15:46:03.929541968 +0000
@@ -1 +1,2 @@
+correct-bf-binary-name.patch
disable-some-plugins
More information about the Pkg-haskell-commits
mailing list