[DHG_packages] 05/05: lambdabot: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:12:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 4bd77873cf2eb9724260fd4ce2f4e62033c66dd9
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:11:48 2016 -0400

    lambdabot: build with ghc 8 in experimental
---
 p/lambdabot/debian/changelog | 10 +++++-----
 p/lambdabot/debian/control   | 42 ++++++++++++++++++++++++------------------
 2 files changed, 29 insertions(+), 23 deletions(-)

diff --git a/p/lambdabot/debian/changelog b/p/lambdabot/debian/changelog
index 5041f6a..c6231ac 100644
--- a/p/lambdabot/debian/changelog
+++ b/p/lambdabot/debian/changelog
@@ -1,12 +1,12 @@
-lambdabot (5.0.3-5) UNRELEASED; urgency=medium
+lambdabot (5.0.3-5) experimental; urgency=medium
 
-  [ Clint Adams ]
+  [ Dmitry Bogatov ]
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Clint Adams <clint at debian.org>  Tue, 24 May 2016 15:06:44 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:10:59 -0400
 
 lambdabot (5.0.3-4) unstable; urgency=medium
 
diff --git a/p/lambdabot/debian/control b/p/lambdabot/debian/control
index 60fc4c3..61c0f50 100644
--- a/p/lambdabot/debian/control
+++ b/p/lambdabot/debian/control
@@ -1,45 +1,51 @@
 Source: lambdabot
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Priority: optional
 Section: net
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
- libghc-lambdabot-core-dev (>= 5.0.3),
+ debhelper (>= 9),
+ ghc (>= 8),
+ haskell-devscripts (>= 0.10),
  libghc-lambdabot-core-dev (<< 5.1),
- libghc-lambdabot-haskell-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-core-dev (>= 5.0.3),
  libghc-lambdabot-haskell-plugins-dev (<< 5.1),
- libghc-lambdabot-irc-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-haskell-plugins-dev (>= 5.0.3),
  libghc-lambdabot-irc-plugins-dev (<< 5.1),
- libghc-lambdabot-misc-plugins-dev (>= 5.0.1),
+ libghc-lambdabot-irc-plugins-dev (>= 5.0.3),
  libghc-lambdabot-misc-plugins-dev (<< 5.1),
- libghc-lambdabot-novelty-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-misc-plugins-dev (>= 5.0.1),
  libghc-lambdabot-novelty-plugins-dev (<< 5.1),
- libghc-lambdabot-reference-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-novelty-plugins-dev (>= 5.0.3),
  libghc-lambdabot-reference-plugins-dev (<< 5.1),
- libghc-lambdabot-social-plugins-dev (>= 5.0.1),
+ libghc-lambdabot-reference-plugins-dev (>= 5.0.3),
  libghc-lambdabot-social-plugins-dev (<< 5.1),
+ libghc-lambdabot-social-plugins-dev (>= 5.0.1),
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/lambdabot
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/lambdabot
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: lambdabot
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
+ ${shlibs:Depends},
+Recommends:
  djinn,
-Suggests: ${haskell:Suggests},
- mueval,
+ ${haskell:Recommends},
+Suggests:
  aspell,
  hoogle (>= 4.2.23),
  hsbrainfuck,
+ mueval,
  unlambda,
-Provides: ${haskell:Provides},
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Development tool and advanced IRC bot
  Lambdabot is an IRC bot written over several years by those on
  the #haskell IRC channel.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list