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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:11:17 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 67a6ddc87e477e00b1f0a033460983e013ca9cd1
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:09:31 2016 -0400

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

diff --git a/p/haskell-categories/debian/changelog b/p/haskell-categories/debian/changelog
index d76cb6b..27dd442 100644
--- a/p/haskell-categories/debian/changelog
+++ b/p/haskell-categories/debian/changelog
@@ -1,13 +1,13 @@
-haskell-categories (1.0.7-5) UNRELEASED; urgency=medium
+haskell-categories (1.0.7-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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:54 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:09:26 -0400
 
 haskell-categories (1.0.7-4) unstable; urgency=medium
 
diff --git a/p/haskell-categories/debian/control b/p/haskell-categories/debian/control
index fdd1ede..9991ac6 100644
--- a/p/haskell-categories/debian/control
+++ b/p/haskell-categories/debian/control
@@ -1,32 +1,39 @@
 Source: haskell-categories
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iulian Udrea <iulian at linux.com>
+Uploaders:
+ Iulian Udrea <iulian at linux.com>,
 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-void-dev (>= 0.5.4.2),
  libghc-void-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-void-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/ekmett/categories
-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-categories
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: categories from category-extras
  categories from category-extras.
 
 Package: libghc-categories-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}
  .
@@ -34,11 +41,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-categories-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}
  .
@@ -47,10 +58,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-categories-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