[DHG_packages] 04/06: SafeSemaphore: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:35:20 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 4eb90453543ff0d9348f811d4db84f63ec32d7fe
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:32:56 2016 -0400

    SafeSemaphore: build with ghc 8 in experimental
---
 p/haskell-safesemaphore/debian/changelog |  8 ++---
 p/haskell-safesemaphore/debian/control   | 50 ++++++++++++++++++++------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-safesemaphore/debian/changelog b/p/haskell-safesemaphore/debian/changelog
index e0c67fc..27117db 100644
--- a/p/haskell-safesemaphore/debian/changelog
+++ b/p/haskell-safesemaphore/debian/changelog
@@ -1,13 +1,13 @@
-haskell-safesemaphore (0.10.1-6) UNRELEASED; urgency=medium
+haskell-safesemaphore (0.10.1-6) 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:08 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:32:40 -0400
 
 haskell-safesemaphore (0.10.1-5) unstable; urgency=medium
 
diff --git a/p/haskell-safesemaphore/debian/control b/p/haskell-safesemaphore/debian/control
index d5b32f1..d5c29b3 100644
--- a/p/haskell-safesemaphore/debian/control
+++ b/p/haskell-safesemaphore/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-safesemaphore
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh at debian.org>
+Uploaders:
+ Joey Hess <joeyh 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,
+ haskell-devscripts (>= 0.10),
  libghc-stm-dev,
  libghc-stm-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-stm-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/ChrisKuklewicz/SafeSemaphore
-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-safesemaphore
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-safesemaphore-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: exception safe alternatives to QSem, QSemN, and SampleVar - GHC libraries${haskell:ShortBlurb}
  This is an alternative to the deprecated QSem, QSemN, and SampleVar in
  GHC base. Those base modules are not exception safe and can be broken
@@ -34,11 +41,15 @@ Description: exception safe alternatives to QSem, QSemN, and SampleVar - GHC lib
 
 Package: libghc-safesemaphore-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: exception safe alternatives to QSem, QSemN, and SampleVar - GHC profiling data${haskell:ShortBlurb}
  This is an alternative to the deprecated QSem, QSemN, and SampleVar in
  GHC base. Those base modules are not exception safe and can be broken
@@ -49,10 +60,13 @@ Description: exception safe alternatives to QSem, QSemN, and SampleVar - GHC pro
 Package: libghc-safesemaphore-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: exception safe alternatives to QSem, QSemN, and SampleVar - documentation${haskell:ShortBlurb}
  This is an alternative to the deprecated QSem, QSemN, and SampleVar in
  GHC base. Those base modules are not exception safe and can be broken

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