[DHG_packages] 01/04: iconv: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 03:27:34 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 8d70e060f28fdb39cac01104fa1cd7f813cc5231
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 23:22:25 2016 -0400

    iconv: build with ghc 8 in experimental
---
 p/haskell-iconv/debian/changelog |  8 ++++----
 p/haskell-iconv/debian/control   | 35 ++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/p/haskell-iconv/debian/changelog b/p/haskell-iconv/debian/changelog
index f7200ab..3e4a002 100644
--- a/p/haskell-iconv/debian/changelog
+++ b/p/haskell-iconv/debian/changelog
@@ -1,14 +1,14 @@
-haskell-iconv (0.4.1.3-4) UNRELEASED; urgency=medium
+haskell-iconv (0.4.1.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)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:35 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 23:22:00 -0400
 
 haskell-iconv (0.4.1.3-3) unstable; urgency=medium
 
diff --git a/p/haskell-iconv/debian/control b/p/haskell-iconv/debian/control
index 1fc9f25..193f5f9 100644
--- a/p/haskell-iconv/debian/control
+++ b/p/haskell-iconv/debian/control
@@ -3,13 +3,14 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint 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),
  libicu-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/iconv
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -17,12 +18,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-iconv-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: string-encoding conversion${haskell:ShortBlurb}
  This library provides an interface to the POSIX iconv library
  functions for string encoding conversion.
@@ -31,11 +30,10 @@ Description: string-encoding conversion${haskell:ShortBlurb}
 
 Package: libghc-iconv-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: string-encoding conversion${haskell:ShortBlurb}
  This library provides an interface to the POSIX iconv library
  functions for string encoding conversion.
@@ -45,10 +43,9 @@ Description: string-encoding conversion${haskell:ShortBlurb}
 Package: libghc-iconv-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: string-encoding conversion${haskell:ShortBlurb}
  This library provides an interface to the POSIX iconv library
  functions for string encoding conversion.

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