[DHG_packages] 03/05: stateref: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:40:51 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 3877e19804957bb0cee216778fa4390e079ddc2b
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:38:14 2016 -0400

    stateref: build with ghc 8 in experimental
---
 p/haskell-stateref/debian/changelog |  8 ++--
 p/haskell-stateref/debian/control   | 73 ++++++++++++++++++++++---------------
 2 files changed, 48 insertions(+), 33 deletions(-)

diff --git a/p/haskell-stateref/debian/changelog b/p/haskell-stateref/debian/changelog
index e535516..876c342 100644
--- a/p/haskell-stateref/debian/changelog
+++ b/p/haskell-stateref/debian/changelog
@@ -1,13 +1,13 @@
-haskell-stateref (0.3-4) UNRELEASED; urgency=medium
+haskell-stateref (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:36:13 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:38:02 -0400
 
 haskell-stateref (0.3-3) unstable; urgency=medium
 
diff --git a/p/haskell-stateref/debian/control b/p/haskell-stateref/debian/control
index fa7a4e4..587d156 100644
--- a/p/haskell-stateref/debian/control
+++ b/p/haskell-stateref/debian/control
@@ -2,24 +2,27 @@ Source: haskell-stateref
 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-mtl-dev
-  , libghc-mtl-prof
-  , libghc-stm-dev
-  , libghc-stm-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-mtl-doc
-  , libghc-stm-doc
+Uploaders:
+ Clint Adams <clint at debian.org>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-stm-dev,
+ libghc-stm-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-mtl-doc,
+ libghc-stm-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/stateref
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-X-Description: Abstraction for things that work like IORef
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-stateref
+X-Description: abstraction for things that work like IORef
  A collection of type-classes generalizing the read/write/modify
  operations for stateful variables provided by things like IORef,
  TVar, &c. Note that The interface has changed a bit from the 0.2.*
@@ -31,12 +34,16 @@ X-Description: Abstraction for things that work like IORef
 
 Package: libghc-stateref-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}
  .
@@ -44,11 +51,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-stateref-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}
  .
@@ -57,9 +68,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-stateref-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