[DHG_packages] 05/06: sendfile: 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 6e0a6e8fe2dc2f46ae71a6d52ed2abe0489c48da
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:33:33 2016 -0400

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

diff --git a/p/haskell-sendfile/debian/changelog b/p/haskell-sendfile/debian/changelog
index 8fdf5e3..4e1f7d6 100644
--- a/p/haskell-sendfile/debian/changelog
+++ b/p/haskell-sendfile/debian/changelog
@@ -1,13 +1,13 @@
-haskell-sendfile (0.7.9-7) UNRELEASED; urgency=medium
+haskell-sendfile (0.7.9-7) 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:10 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:33:24 -0400
 
 haskell-sendfile (0.7.9-6) unstable; urgency=medium
 
diff --git a/p/haskell-sendfile/debian/control b/p/haskell-sendfile/debian/control
index 7527434..3d337ef 100644
--- a/p/haskell-sendfile/debian/control
+++ b/p/haskell-sendfile/debian/control
@@ -1,31 +1,38 @@
 Source: haskell-sendfile
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio 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,
- libghc-network-dev (>= 2),
+ haskell-devscripts (>= 0.10),
  libghc-network-dev (<< 3),
+ libghc-network-dev (>= 2),
  libghc-network-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-network-doc,
 Standards-Version: 3.9.8
 Homepage: http://hub.darcs.net/stepcut/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-sendfile
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-sendfile-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell portable sendfile library${haskell:ShortBlurb}
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data
@@ -38,11 +45,15 @@ Description: Haskell portable sendfile library${haskell:ShortBlurb}
 
 Package: libghc-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: Haskell portable sendfile library${haskell:ShortBlurb}
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data
@@ -56,10 +67,13 @@ Description: Haskell portable sendfile library${haskell:ShortBlurb}
 Package: libghc-sendfile-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell portable sendfile library${haskell:ShortBlurb}
  This Haskell library exposes zero-copy sendfile functionality in a
  portable way. sendfile is a non standard system call that copies data

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