[DHG_packages] 01/05: lambdabot-novelty-plugins: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:22:50 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 a7246daba927eb7b1740f7522fa8de7d8981d410
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:18:51 2016 -0400

    lambdabot-novelty-plugins: build with ghc 8 in experimental
---
 .../debian/changelog                               |  8 +--
 p/haskell-lambdabot-novelty-plugins/debian/control | 59 ++++++++++++++--------
 2 files changed, 42 insertions(+), 25 deletions(-)

diff --git a/p/haskell-lambdabot-novelty-plugins/debian/changelog b/p/haskell-lambdabot-novelty-plugins/debian/changelog
index 5155135..730a795 100644
--- a/p/haskell-lambdabot-novelty-plugins/debian/changelog
+++ b/p/haskell-lambdabot-novelty-plugins/debian/changelog
@@ -1,13 +1,13 @@
-haskell-lambdabot-novelty-plugins (5.0.3-4) UNRELEASED; urgency=medium
+haskell-lambdabot-novelty-plugins (5.0.3-4) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:40 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:18:46 -0400
 
 haskell-lambdabot-novelty-plugins (5.0.3-3) unstable; urgency=medium
 
diff --git a/p/haskell-lambdabot-novelty-plugins/debian/control b/p/haskell-lambdabot-novelty-plugins/debian/control
index 0518622..599dae9 100644
--- a/p/haskell-lambdabot-novelty-plugins/debian/control
+++ b/p/haskell-lambdabot-novelty-plugins/debian/control
@@ -1,19 +1,21 @@
 Source: haskell-lambdabot-novelty-plugins
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Alexandre Delanoë <anoe at debian.org>
+Uploaders:
+ Alexandre Delanoë <anoe at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-brainfuck-dev (>= 0.1),
  libghc-brainfuck-prof,
  libghc-dice-dev (>= 0.1),
  libghc-dice-prof,
- libghc-lambdabot-core-dev (>= 5.0.3),
  libghc-lambdabot-core-dev (<< 5.1),
+ libghc-lambdabot-core-dev (>= 5.0.3),
  libghc-lambdabot-core-prof,
  libghc-misfortune-dev (>= 0.1),
  libghc-misfortune-prof,
@@ -23,7 +25,8 @@ Build-Depends: debhelper (>= 9),
  libghc-regex-tdfa-prof,
  libghc-unlambda-dev (>= 0.1),
  libghc-unlambda-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-brainfuck-doc,
  libghc-dice-doc,
  libghc-lambdabot-core-doc,
@@ -33,7 +36,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-unlambda-doc,
 Standards-Version: 3.9.8
 Homepage: http://haskell.org/haskellwiki/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/haskell-lambdabot-novelty-plugins
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Novelty plugins for Lambdabot
  Lambdabot is an IRC bot written over several years by
@@ -61,13 +64,18 @@ X-Description: Novelty plugins for Lambdabot
 
 Package: libghc-lambdabot-novelty-plugins-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -75,12 +83,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-lambdabot-novelty-plugins-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -89,11 +102,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-lambdabot-novelty-plugins-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
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