[DHG_packages] 04/05: ghc-syb-utils: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:04:22 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 bc65994d232218feaa9c24e77b0de59c78c0a806
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:02:00 2016 -0400

    ghc-syb-utils: build with ghc 8 in experimental
---
 p/haskell-ghc-syb-utils/debian/changelog |  8 +++----
 p/haskell-ghc-syb-utils/debian/control   | 38 ++++++++++++++------------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/p/haskell-ghc-syb-utils/debian/changelog b/p/haskell-ghc-syb-utils/debian/changelog
index df2072e..e028358 100644
--- a/p/haskell-ghc-syb-utils/debian/changelog
+++ b/p/haskell-ghc-syb-utils/debian/changelog
@@ -1,14 +1,14 @@
-haskell-ghc-syb-utils (0.2.3-5) UNRELEASED; urgency=medium
+haskell-ghc-syb-utils (0.2.3-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)
   * 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:35:20 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:01:54 -0400
 
 haskell-ghc-syb-utils (0.2.3-4) unstable; urgency=medium
 
diff --git a/p/haskell-ghc-syb-utils/debian/control b/p/haskell-ghc-syb-utils/debian/control
index ce706bd..a895cee 100644
--- a/p/haskell-ghc-syb-utils/debian/control
+++ b/p/haskell-ghc-syb-utils/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
 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-syb-dev (>= 0.1.0),
  libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-syb-doc,
+Build-Depends-Indep: ghc-doc, libghc-syb-doc
 Standards-Version: 3.9.8
 Homepage: http://github.com/nominolo/ghc-syb
-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-ghc-syb-utils
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-ghc-syb-utils-dev
 Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell: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: Scrap Your Boilerplate utilities for the GHC API
  Common utilities for the Ghc Api, either based on Data/Typeable or
  for use with Data.Generics over Ghc Api types.
@@ -33,11 +31,10 @@ Description: Scrap Your Boilerplate utilities for the GHC API
 
 Package: libghc-ghc-syb-utils-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: Scrap Your Boilerplate utilities for the GHC API; profiling libraries
  Common utilities for the Ghc Api, either based on Data/Typeable or
  for use with Data.Generics over Ghc Api types.
@@ -47,10 +44,9 @@ Description: Scrap Your Boilerplate utilities for the GHC API; profiling librari
 Package: libghc-ghc-syb-utils-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Scrap Your Boilerplate utilities for the GHC API; documentation
  Common utilities for the Ghc Api, either based on Data/Typeable or
  for use with Data.Generics over Ghc Api types.

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