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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:17:08 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 84188bce274b5e47ce5b677d31024513abb978dc
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:15:58 2016 -0400

    lambdabot-misc-plugins: build with ghc 8 in experimental
---
 p/haskell-lambdabot-misc-plugins/debian/changelog |  8 +--
 p/haskell-lambdabot-misc-plugins/debian/control   | 73 ++++++++++++++---------
 p/haskell-lambdabot-misc-plugins/debian/copyright |  2 +-
 3 files changed, 50 insertions(+), 33 deletions(-)

diff --git a/p/haskell-lambdabot-misc-plugins/debian/changelog b/p/haskell-lambdabot-misc-plugins/debian/changelog
index ca7cec8..7984098 100644
--- a/p/haskell-lambdabot-misc-plugins/debian/changelog
+++ b/p/haskell-lambdabot-misc-plugins/debian/changelog
@@ -1,13 +1,13 @@
-haskell-lambdabot-misc-plugins (5.0.1-4) UNRELEASED; urgency=medium
+haskell-lambdabot-misc-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:15:54 -0400
 
 haskell-lambdabot-misc-plugins (5.0.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-lambdabot-misc-plugins/debian/control b/p/haskell-lambdabot-misc-plugins/debian/control
index bd960df..8e837b0 100644
--- a/p/haskell-lambdabot-misc-plugins/debian/control
+++ b/p/haskell-lambdabot-misc-plugins/debian/control
@@ -1,19 +1,19 @@
 Source: haskell-lambdabot-misc-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-safesemaphore-dev (>= 0.9),
- libghc-safesemaphore-prof,
+ haskell-devscripts (>= 0.10),
  libghc-hstatsd-dev (>= 0.1),
  libghc-hstatsd-prof,
- libghc-lambdabot-core-dev (>= 5.0.1),
  libghc-lambdabot-core-dev (<< 5.1),
+ libghc-lambdabot-core-dev (>= 5.0.1),
  libghc-lambdabot-core-prof,
  libghc-lifted-base-dev (>= 0.2),
  libghc-lifted-base-prof,
@@ -26,27 +26,29 @@ Build-Depends: debhelper (>= 9),
  libghc-parsec3-dev,
  libghc-parsec3-prof,
  libghc-random-dev (>= 1),
- libghc-random-prof,
  libghc-random-fu-dev (>= 0.2),
  libghc-random-fu-prof,
+ libghc-random-prof,
  libghc-random-source-dev (>= 0.3),
  libghc-random-source-prof,
  libghc-regex-tdfa-dev (>= 1.1),
  libghc-regex-tdfa-prof,
+ libghc-safesemaphore-dev (>= 0.9),
+ libghc-safesemaphore-prof,
  libghc-split-dev (>= 0.2),
  libghc-split-prof,
  libghc-tagsoup-dev (>= 0.12),
  libghc-tagsoup-prof,
- libghc-transformers-dev,
- libghc-transformers-prof,
  libghc-transformers-base-dev (>= 0.4),
  libghc-transformers-base-prof,
+ libghc-transformers-dev,
+ libghc-transformers-prof,
  libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-prof,
  libghc-zlib-dev (>= 0.5),
  libghc-zlib-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-safesemaphore-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hstatsd-doc,
  libghc-lambdabot-core-doc,
  libghc-lifted-base-doc,
@@ -58,15 +60,16 @@ Build-Depends-Indep: ghc-doc,
  libghc-random-fu-doc,
  libghc-random-source-doc,
  libghc-regex-tdfa-doc,
+ libghc-safesemaphore-doc,
  libghc-split-doc,
  libghc-tagsoup-doc,
- libghc-transformers-doc,
  libghc-transformers-base-doc,
+ libghc-transformers-doc,
  libghc-utf8-string-doc,
  libghc-zlib-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-misc-plugins
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Lambdabot miscellaneous plugins
  Lambdabot is an IRC bot written over several years by
@@ -88,13 +91,18 @@ X-Description: Lambdabot miscellaneous plugins
 
 Package: libghc-lambdabot-misc-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}
  .
@@ -102,12 +110,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-lambdabot-misc-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}
  .
@@ -116,11 +129,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-lambdabot-misc-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}
  .
diff --git a/p/haskell-lambdabot-misc-plugins/debian/copyright b/p/haskell-lambdabot-misc-plugins/debian/copyright
index 77dbe75..bf4e97a 100644
--- a/p/haskell-lambdabot-misc-plugins/debian/copyright
+++ b/p/haskell-lambdabot-misc-plugins/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: James Cook <mokus at deepbondi.net>
 Source: https://hackage.haskell.org/package/lambdabot-misc-plugins
 
 Files: *
-Copyright: 
+Copyright:
     2003 Andrew J. Bromage
     2003 Shae Erisson
     2003 Sven M. Hallberg

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