[DHG_packages] 03/05: lambdabot-social-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 2d733c314bc317a303cef87b9bb5b2905dbed3ba
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:19:56 2016 -0400

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

diff --git a/p/haskell-lambdabot-social-plugins/debian/changelog b/p/haskell-lambdabot-social-plugins/debian/changelog
index f81321d..a673c9e 100644
--- a/p/haskell-lambdabot-social-plugins/debian/changelog
+++ b/p/haskell-lambdabot-social-plugins/debian/changelog
@@ -1,13 +1,13 @@
-haskell-lambdabot-social-plugins (5.0.1-4) UNRELEASED; urgency=medium
+haskell-lambdabot-social-plugins (5.0.1-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:19:52 -0400
 
 haskell-lambdabot-social-plugins (5.0.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-lambdabot-social-plugins/debian/control b/p/haskell-lambdabot-social-plugins/debian/control
index 481e230..2fe9b70 100644
--- a/p/haskell-lambdabot-social-plugins/debian/control
+++ b/p/haskell-lambdabot-social-plugins/debian/control
@@ -1,27 +1,30 @@
 Source: haskell-lambdabot-social-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,
- libghc-lambdabot-core-dev (>= 5.0.1),
+ haskell-devscripts (>= 0.10),
  libghc-lambdabot-core-dev (<< 5.1),
+ libghc-lambdabot-core-dev (>= 5.0.1),
  libghc-lambdabot-core-prof,
  libghc-mtl-dev (>= 2),
  libghc-mtl-prof,
  libghc-split-dev (>= 0.2),
  libghc-split-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-lambdabot-core-doc,
  libghc-mtl-doc,
  libghc-split-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-social-plugins
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Social plugins for Lambdabot
  Lambdabot is an IRC bot written over several years by
@@ -41,13 +44,18 @@ X-Description: Social plugins for Lambdabot
 
 Package: libghc-lambdabot-social-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}
  .
@@ -55,12 +63,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-lambdabot-social-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}
  .
@@ -69,11 +82,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-lambdabot-social-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