[DHG_packages] 03/05: logging-facade: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:08:00 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 eb302db42feae0b37e16390613e2f16a47a6c897
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:05:32 2016 -0400

    logging-facade: build with ghc 8 in experimental
---
 p/haskell-logging-facade/debian/changelog |  6 ++--
 p/haskell-logging-facade/debian/control   | 56 +++++++++++++++++++------------
 2 files changed, 38 insertions(+), 24 deletions(-)

diff --git a/p/haskell-logging-facade/debian/changelog b/p/haskell-logging-facade/debian/changelog
index 641b863..d19b47e 100644
--- a/p/haskell-logging-facade/debian/changelog
+++ b/p/haskell-logging-facade/debian/changelog
@@ -1,8 +1,8 @@
-haskell-logging-facade (0.1.1-2) UNRELEASED; urgency=medium
+haskell-logging-facade (0.1.1-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:45 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:05:26 -0400
 
 haskell-logging-facade (0.1.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-logging-facade/debian/control b/p/haskell-logging-facade/debian/control
index 91d20ed..c8883fc 100644
--- a/p/haskell-logging-facade/debian/control
+++ b/p/haskell-logging-facade/debian/control
@@ -1,32 +1,39 @@
 Source: haskell-logging-facade
 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: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-ghci,
- libghc-hspec-dev (>= 2),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-hspec-dev (<< 3),
-Build-Depends-Indep: ghc-doc,
+ libghc-hspec-dev (>= 2),
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/logging-facade
-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-logging-facade
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Simple logging abstraction that allows multiple backends
+X-Description: simple logging abstraction that allows multiple backends
  This is a logging front-end.
 
 Package: libghc-logging-facade-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -34,11 +41,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-logging-facade-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -47,10 +58,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-logging-facade-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 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