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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:07:06 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 935bc069d1a677cd8837c0a94bf6e3fd1a656c83
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:05:08 2016 -0400

    iCalendar: build with ghc 8 in experimental
---
 p/haskell-icalendar/debian/changelog |  8 +++---
 p/haskell-icalendar/debian/control   | 54 +++++++++++++++++++++++-------------
 2 files changed, 38 insertions(+), 24 deletions(-)

diff --git a/p/haskell-icalendar/debian/changelog b/p/haskell-icalendar/debian/changelog
index e0ef477..265c57d 100644
--- a/p/haskell-icalendar/debian/changelog
+++ b/p/haskell-icalendar/debian/changelog
@@ -1,13 +1,13 @@
-haskell-icalendar (0.4.0.3-3) UNRELEASED; urgency=medium
+haskell-icalendar (0.4.0.3-3) 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>  Mon, 17 Oct 2016 15:04:52 -0400
 
 haskell-icalendar (0.4.0.3-2) unstable; urgency=medium
 
diff --git a/p/haskell-icalendar/debian/control b/p/haskell-icalendar/debian/control
index b2eb1c5..ee67a4b 100644
--- a/p/haskell-icalendar/debian/control
+++ b/p/haskell-icalendar/debian/control
@@ -1,15 +1,17 @@
 Source: haskell-icalendar
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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,
- libghc-base64-bytestring-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
  libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-dev (>= 1.0),
  libghc-base64-bytestring-prof,
  libghc-case-insensitive-dev (>= 0.4),
  libghc-case-insensitive-prof,
@@ -19,8 +21,8 @@ Build-Depends: debhelper (>= 9),
  libghc-mime-prof,
  libghc-mtl-dev (>= 2.1.0),
  libghc-mtl-prof,
- libghc-network-dev (>= 2.6),
  libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.6),
  libghc-network-prof,
  libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-prof,
@@ -28,7 +30,8 @@ Build-Depends: debhelper (>= 9),
  libghc-parsec3-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base64-bytestring-doc,
  libghc-case-insensitive-doc,
  libghc-data-default-doc,
@@ -40,19 +43,23 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/chrra/iCalendar
-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-icalendar
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: iCalendar data types, parser, and printer
  Data definitions, parsing and printing of the iCalendar format (RFC5545).
 
 Package: libghc-icalendar-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -60,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-icalendar-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -73,10 +84,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-icalendar-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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