[DHG_packages] 03/05: simple-sendfile: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:48:48 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 2da6e454b7f83a02b24f9f0fbe7251fdea31f5ee
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:46:16 2016 -0400

    simple-sendfile: build with ghc 8 in experimental
---
 p/haskell-simple-sendfile/debian/changelog |  6 +++
 p/haskell-simple-sendfile/debian/control   | 65 ++++++++++++++++++------------
 2 files changed, 46 insertions(+), 25 deletions(-)

diff --git a/p/haskell-simple-sendfile/debian/changelog b/p/haskell-simple-sendfile/debian/changelog
index 40b3c39..75ca0de 100644
--- a/p/haskell-simple-sendfile/debian/changelog
+++ b/p/haskell-simple-sendfile/debian/changelog
@@ -1,3 +1,9 @@
+haskell-simple-sendfile (0.2.25-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:46:04 -0400
+
 haskell-simple-sendfile (0.2.25-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-simple-sendfile/debian/control b/p/haskell-simple-sendfile/debian/control
index 076fd0c..b750642 100644
--- a/p/haskell-simple-sendfile/debian/control
+++ b/p/haskell-simple-sendfile/debian/control
@@ -1,42 +1,50 @@
 Source: haskell-simple-sendfile
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iulian Udrea <iulian at linux.com>, Clint Adams <clint at debian.org>
+Uploaders:
+ Iulian Udrea <iulian at linux.com>,
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
+Build-Depends:
  cdbs,
- haskell-devscripts (>= 0.10),
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-network-dev,
- libghc-network-prof,
- libghc-conduit-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
  libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof [hurd-any kfreebsd-any],
- libghc-conduit-extra-dev (>= 1.0),
+ libghc-conduit-dev (>= 1.0),
  libghc-conduit-extra-dev (<< 1.2),
+ libghc-conduit-extra-dev (>= 1.0),
  libghc-conduit-extra-prof [hurd-any kfreebsd-any],
+ libghc-conduit-prof [hurd-any kfreebsd-any],
+ libghc-hspec-dev (>= 1.3),
+ libghc-network-dev,
+ libghc-network-prof,
  libghc-resourcet-dev,
  libghc-resourcet-prof,
- libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
- libghc-network-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-conduit-doc [hurd-any kfreebsd-any],
  libghc-conduit-extra-doc [hurd-any kfreebsd-any],
+ libghc-network-doc,
  libghc-resourcet-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/simple-sendfile
-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-simple-sendfile
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-simple-sendfile-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: Cross platform library for the sendfile system call${haskell:ShortBlurb}
  Cross platform library for the sendfile system call. This library tries to
  call minimum system calls which are the bottleneck of web servers.
@@ -45,11 +53,15 @@ Description: Cross platform library for the sendfile system call${haskell:ShortB
 
 Package: libghc-simple-sendfile-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: Cross platform library for the sendfile system call${haskell:ShortBlurb}
  Cross platform library for the sendfile system call. This library tries to
  call minimum system calls which are the bottleneck of web servers.
@@ -59,10 +71,13 @@ Description: Cross platform library for the sendfile system call${haskell:ShortB
 Package: libghc-simple-sendfile-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: Cross platform library for the sendfile system call${haskell:ShortBlurb}
  Cross platform library for the sendfile system call. This library tries to
  call minimum system calls which are the bottleneck of web servers.

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