[DHG_packages] 04/05: language-python: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:29:36 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 ce9ed527aa817e4e8816448846f970eed4815491
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:27:34 2016 -0400

    language-python: build with ghc 8 in experimental
---
 p/haskell-language-python/debian/changelog |  6 +++
 p/haskell-language-python/debian/control   | 60 ++++++++++++++++++------------
 2 files changed, 43 insertions(+), 23 deletions(-)

diff --git a/p/haskell-language-python/debian/changelog b/p/haskell-language-python/debian/changelog
index e6a70ee..06a2ea4 100644
--- a/p/haskell-language-python/debian/changelog
+++ b/p/haskell-language-python/debian/changelog
@@ -1,3 +1,9 @@
+haskell-language-python (0.5.4-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:27:05 -0400
+
 haskell-language-python (0.5.4-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-language-python/debian/control b/p/haskell-language-python/debian/control
index 4f29db4..7fc646f 100644
--- a/p/haskell-language-python/debian/control
+++ b/p/haskell-language-python/debian/control
@@ -1,40 +1,47 @@
 Source: haskell-language-python
 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:
+ alex,
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-monads-tf-dev (>= 0.1),
+ happy,
+ haskell-devscripts (>= 0.10),
  libghc-monads-tf-dev (<< 0.2),
+ libghc-monads-tf-dev (>= 0.1),
  libghc-monads-tf-prof,
- libghc-utf8-string-dev (>= 1),
  libghc-utf8-string-dev (<< 2),
+ libghc-utf8-string-dev (>= 1),
  libghc-utf8-string-prof,
- alex,
- happy,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-monads-tf-doc,
  libghc-utf8-string-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/bjpop/language-python
-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-language-python
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Parsing and pretty printing of Python code.
+X-Description: parsing and pretty printing of Python code
  language-python is a Haskell library for lexical analysis, parsing and pretty
  printing Python code. It supports versions 2.x and 3.x of Python.
 
 Package: libghc-language-python-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}
  .
@@ -42,11 +49,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-language-python-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}
  .
@@ -55,10 +66,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-language-python-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