[DHG_packages] 02/05: log-domain: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:33:45 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 ffc9b933b140ed942b08de991479a90bcb92da45
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:31:05 2016 -0400

    log-domain: build with ghc 8 in experimental
---
 p/haskell-log-domain/debian/changelog |   6 +-
 p/haskell-log-domain/debian/control   | 145 +++++++++++++++++++---------------
 2 files changed, 83 insertions(+), 68 deletions(-)

diff --git a/p/haskell-log-domain/debian/changelog b/p/haskell-log-domain/debian/changelog
index 64ca733..3e489d1 100644
--- a/p/haskell-log-domain/debian/changelog
+++ b/p/haskell-log-domain/debian/changelog
@@ -1,8 +1,8 @@
-haskell-log-domain (0.10.3.1-5) UNRELEASED; urgency=medium
+haskell-log-domain (0.10.3.1-5) 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>  Mon, 17 Oct 2016 18:31:00 -0400
 
 haskell-log-domain (0.10.3.1-4) unstable; urgency=medium
 
diff --git a/p/haskell-log-domain/debian/control b/p/haskell-log-domain/debian/control
index 03514ee..88fe812 100644
--- a/p/haskell-log-domain/debian/control
+++ b/p/haskell-log-domain/debian/control
@@ -2,71 +2,78 @@ Source: haskell-log-domain
 Section: haskell
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.10)
-  , ghc
-  , ghc-prof
-  , libghc-bytes-dev (>= 0.7)
-  , libghc-bytes-dev (<< 1)
-  , libghc-bytes-prof
-  , libghc-cereal-dev (>= 0.3.5)
-  , libghc-cereal-dev (<< 0.6)
-  , libghc-cereal-prof
-  , libghc-comonad-dev (>= 4)
-  , libghc-comonad-dev (<< 6)
-  , libghc-comonad-prof
-  , libghc-distributive-dev (>= 0.3)
-  , libghc-distributive-dev (<< 1)
-  , libghc-distributive-prof
-  , libghc-generic-deriving-dev
-  , libghc-generic-deriving-prof
-  , libghc-hashable-dev (>= 1.1.2.3)
-  , libghc-hashable-dev (<< 1.3)
-  , libghc-hashable-prof
-  , libghc-hashable-extras-dev (>= 0.2)
-  , libghc-hashable-extras-dev (<< 1)
-  , libghc-hashable-extras-prof
-  , libghc-safecopy-dev (>= 0.8.1)
-  , libghc-safecopy-dev (<< 0.10)
-  , libghc-safecopy-prof
-  , libghc-semigroupoids-dev (>= 4)
-  , libghc-semigroupoids-dev (<< 6)
-  , libghc-semigroupoids-prof
-  , libghc-semigroups-dev (>= 0.8.4)
-  , libghc-semigroups-dev (<< 1)
-  , libghc-semigroups-prof
-  , libghc-vector-dev (>= 0.9)
-  , libghc-vector-dev (<< 0.12)
-  , libghc-vector-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-bytes-doc
-  , libghc-cereal-doc
-  , libghc-comonad-doc
-  , libghc-distributive-doc
-  , libghc-generic-deriving-doc
-  , libghc-hashable-doc
-  , libghc-hashable-extras-doc
-  , libghc-safecopy-doc
-  , libghc-semigroupoids-doc
-  , libghc-semigroups-doc
-  , libghc-vector-doc
+Uploaders:
+ Clint Adams <clint at debian.org>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-bytes-dev (<< 1),
+ libghc-bytes-dev (>= 0.7),
+ libghc-bytes-prof,
+ libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.3.5),
+ libghc-cereal-prof,
+ libghc-comonad-dev (<< 6),
+ libghc-comonad-dev (>= 4),
+ libghc-comonad-prof,
+ libghc-distributive-dev (<< 1),
+ libghc-distributive-dev (>= 0.3),
+ libghc-distributive-prof,
+ libghc-generic-deriving-dev,
+ libghc-generic-deriving-prof,
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1.2.3),
+ libghc-hashable-extras-dev (<< 1),
+ libghc-hashable-extras-dev (>= 0.2),
+ libghc-hashable-extras-prof,
+ libghc-hashable-prof,
+ libghc-safecopy-dev (<< 0.10),
+ libghc-safecopy-dev (>= 0.8.1),
+ libghc-safecopy-prof,
+ libghc-semigroupoids-dev (<< 6),
+ libghc-semigroupoids-dev (>= 4),
+ libghc-semigroupoids-prof,
+ libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.8.4),
+ libghc-semigroups-prof,
+ libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.9),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-bytes-doc,
+ libghc-cereal-doc,
+ libghc-comonad-doc,
+ libghc-distributive-doc,
+ libghc-generic-deriving-doc,
+ libghc-hashable-doc,
+ libghc-hashable-extras-doc,
+ libghc-safecopy-doc,
+ libghc-semigroupoids-doc,
+ libghc-semigroups-doc,
+ libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/log-domain
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-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-log-domain
 X-Description: Log-domain arithmetic
  This package provides log-domain floats, doubles and complex numbers.
 
 Package: libghc-log-domain-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -74,11 +81,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-log-domain-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -87,9 +98,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-log-domain-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Depends:
+ ${haskell:Depends},
+ ${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