[DHG_packages] 01/05: xcb-types: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:21:05 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 c91bb4c981e421f23fa8b2b7d94a3e239bd1114d
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:17:01 2016 -0400

    xcb-types: build with ghc 8 in experimental
---
 p/haskell-xcb-types/debian/changelog |  8 +++---
 p/haskell-xcb-types/debian/control   | 56 ++++++++++++++++++++++--------------
 2 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/p/haskell-xcb-types/debian/changelog b/p/haskell-xcb-types/debian/changelog
index 98c37f2..0aa5f4f 100644
--- a/p/haskell-xcb-types/debian/changelog
+++ b/p/haskell-xcb-types/debian/changelog
@@ -1,13 +1,13 @@
-haskell-xcb-types (0.7.1-3) UNRELEASED; urgency=medium
+haskell-xcb-types (0.7.1-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:36:32 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:16:51 -0400
 
 haskell-xcb-types (0.7.1-2) unstable; urgency=medium
 
diff --git a/p/haskell-xcb-types/debian/control b/p/haskell-xcb-types/debian/control
index 945598c..98e6e02 100644
--- a/p/haskell-xcb-types/debian/control
+++ b/p/haskell-xcb-types/debian/control
@@ -1,27 +1,30 @@
 Source: haskell-xcb-types
 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,
- libghc-mtl-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-xml-dev (>= 1.3),
  libghc-xml-dev (<< 1.4),
+ libghc-xml-dev (>= 1.3),
  libghc-xml-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-xml-doc,
 Standards-Version: 3.9.8
 Homepage: http://community.haskell.org/~aslatter/code/xcb-types
-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-xcb-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Parses XML files used by the XCB project
+X-Description: parses XML files used by the XCB project
  This package provides types which mirror the structures used in the XCB code
  generation XML files.
  .
@@ -41,12 +44,16 @@ X-Description: Parses XML files used by the XCB project
 
 Package: libghc-xcb-types-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}
  .
@@ -54,11 +61,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-xcb-types-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}
  .
@@ -67,10 +78,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-xcb-types-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