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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:24:54 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 d49d18e0c318cb850c065e3ebc6abfbf9ddca690
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:20:58 2016 -0400

    tar: build with ghc 8 in experimental
---
 p/haskell-tar/debian/changelog |  6 +++---
 p/haskell-tar/debian/control   | 32 ++++++++++++++------------------
 2 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/p/haskell-tar/debian/changelog b/p/haskell-tar/debian/changelog
index 5f9f667..772fe17 100644
--- a/p/haskell-tar/debian/changelog
+++ b/p/haskell-tar/debian/changelog
@@ -1,8 +1,8 @@
-haskell-tar (0.5.0.3-2) UNRELEASED; urgency=medium
+haskell-tar (0.5.0.3-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:05 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:20:48 -0400
 
 haskell-tar (0.5.0.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-tar/debian/control b/p/haskell-tar/debian/control
index 2fa4805..f0a7abd 100644
--- a/p/haskell-tar/debian/control
+++ b/p/haskell-tar/debian/control
@@ -3,24 +3,23 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/tar
-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-tar
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-tar-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb}
  This library is for working with ".tar" archive files. It can read and write a
  range of common variations of archive format including V7, USTAR, POSIX and
@@ -32,10 +31,8 @@ Description: reading, writing and manipulating ".tar" archive files${haskell:Sho
 
 Package: libghc-tar-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${haskell:Provides}
 Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb}
  This library is for working with ".tar" archive files. It can read and write a
  range of common variations of archive format including V7, USTAR, POSIX and
@@ -48,10 +45,9 @@ Description: reading, writing and manipulating ".tar" archive files${haskell:Sho
 Package: libghc-tar-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb}
  This library is for working with ".tar" archive files. It can read and write a
  range of common variations of archive format including V7, USTAR, POSIX and

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