[DHG_packages] 04/05: system-filepath: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:46:59 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 c8be2fac577d80bdc3667b7f593a94893f583d73
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:44:07 2016 -0400

    system-filepath: build with ghc 8 in experimental
---
 p/haskell-system-filepath/debian/changelog |  8 ++---
 p/haskell-system-filepath/debian/control   | 50 +++++++++++++++++++-----------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-system-filepath/debian/changelog b/p/haskell-system-filepath/debian/changelog
index 611a034..aa8e2c9 100644
--- a/p/haskell-system-filepath/debian/changelog
+++ b/p/haskell-system-filepath/debian/changelog
@@ -1,14 +1,14 @@
-haskell-system-filepath (0.4.13.4-4) UNRELEASED; urgency=medium
+haskell-system-filepath (0.4.13.4-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:36:16 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:43:59 -0400
 
 haskell-system-filepath (0.4.13.4-3) unstable; urgency=medium
 
diff --git a/p/haskell-system-filepath/debian/control b/p/haskell-system-filepath/debian/control
index b042182..c936d2b 100644
--- a/p/haskell-system-filepath/debian/control
+++ b/p/haskell-system-filepath/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-system-filepath
 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,
+ haskell-devscripts (>= 0.10),
  libghc-text-dev (>= 0.11.0.6),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/fpco/haskell-filesystem
-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-system-filepath
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-system-filepath-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: high-level, byte-based file and directory path manipulations${haskell:ShortBlurb}
  Functions for portable file path manipulation.
  .
@@ -32,11 +39,15 @@ Description: high-level, byte-based file and directory path manipulations${haske
 
 Package: libghc-system-filepath-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: high-level, byte-based file and directory path manipulations${haskell:ShortBlurb}
  Functions for portable file path manipulation.
  .
@@ -45,10 +56,13 @@ Description: high-level, byte-based file and directory path manipulations${haske
 Package: libghc-system-filepath-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: high-level, byte-based file and directory path manipulations${haskell:ShortBlurb}
  Functions for portable file path manipulation.
  .

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