[DHG_packages] 05/06: idna: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 23:59:16 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 36488fe7c6e5d4711c704ea56c3f419da02ff124
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 19:56:47 2016 -0400

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

diff --git a/p/haskell-idna/debian/changelog b/p/haskell-idna/debian/changelog
index da01a06..8214ff2 100644
--- a/p/haskell-idna/debian/changelog
+++ b/p/haskell-idna/debian/changelog
@@ -1,13 +1,13 @@
-haskell-idna (0.3.0-5) UNRELEASED; urgency=medium
+haskell-idna (0.3.0-5) 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:35:35 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 19:56:40 -0400
 
 haskell-idna (0.3.0-4) unstable; urgency=medium
 
diff --git a/p/haskell-idna/debian/control b/p/haskell-idna/debian/control
index 7811e26..dc5aa1b 100644
--- a/p/haskell-idna/debian/control
+++ b/p/haskell-idna/debian/control
@@ -1,37 +1,44 @@
 Source: haskell-idna
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+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,
+ haskell-devscripts (>= 0.10),
  libghc-punycode-dev (>= 2.0),
  libghc-punycode-prof,
- libghc-stringprep-dev (>= 1),
  libghc-stringprep-dev (<< 2),
+ libghc-stringprep-dev (>= 1),
  libghc-stringprep-prof,
  libghc-text-dev (>= 0.1),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-punycode-doc,
  libghc-stringprep-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/idna
-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-idna
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-idna-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: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
  This package implements the Internationalized Domain Names in Applications
  (RFC 3490) encoding.
@@ -40,11 +47,15 @@ Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
 
 Package: libghc-idna-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: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
  This package implements the Internationalized Domain Names in Applications
  (RFC 3490) encoding.
@@ -54,10 +65,13 @@ Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
 Package: libghc-idna-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: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
  This package implements the Internationalized Domain Names in Applications
  (RFC 3490) encoding.

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