[DHG_packages] 03/06: xdg-basedir: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:49: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 eb93f0117f86488a1d96d843efd4f6a17dd01079
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:43:00 2016 -0400

    xdg-basedir: build with ghc 8 in experimental
---
 p/haskell-xdg-basedir/debian/changelog |  8 ++++----
 p/haskell-xdg-basedir/debian/control   | 37 ++++++++++++++++------------------
 2 files changed, 21 insertions(+), 24 deletions(-)

diff --git a/p/haskell-xdg-basedir/debian/changelog b/p/haskell-xdg-basedir/debian/changelog
index f6dda3d..c92d16b 100644
--- a/p/haskell-xdg-basedir/debian/changelog
+++ b/p/haskell-xdg-basedir/debian/changelog
@@ -1,14 +1,14 @@
-haskell-xdg-basedir (0.2.2-7) UNRELEASED; urgency=medium
+haskell-xdg-basedir (0.2.2-7) 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:36:33 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:42:49 -0400
 
 haskell-xdg-basedir (0.2.2-6) unstable; urgency=medium
 
diff --git a/p/haskell-xdg-basedir/debian/control b/p/haskell-xdg-basedir/debian/control
index e39d82c..29d2bd3 100644
--- a/p/haskell-xdg-basedir/debian/control
+++ b/p/haskell-xdg-basedir/debian/control
@@ -3,25 +3,24 @@ 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://github.com/willdonnelly/xdg-basedir
-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-xdg-basedir
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-xdg-basedir-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: basic implementation of the XDG Base Directory specification${haskell:ShortBlurb}
  This should be a very straightforward implementation of the XDG Base
  Directory spec.
@@ -30,11 +29,10 @@ Description: basic implementation of the XDG Base Directory specification${haske
 
 Package: libghc-xdg-basedir-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: basic implementation of the XDG Base Directory spec${haskell:ShortBlurb}
  This should be a very straightforward implementation of the XDG Base
  Directory spec.
@@ -44,10 +42,9 @@ Description: basic implementation of the XDG Base Directory spec${haskell:ShortB
 Package: libghc-xdg-basedir-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: basic implementation of the XDG Base Directory specification${haskell:ShortBlurb}
  This should be a very straightforward implementation of the XDG Base
  Directory spec.

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