[DHG_packages] 03/06: frown: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:49: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 d92d76c226c133f656d3db00d9885750f2bb1c54
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:44:32 2016 -0400

    frown: build with ghc 8 in experimental
---
 p/frown/debian/changelog         |  6 +++---
 p/frown/debian/control           | 37 +++++++++++++++++++++++++------------
 p/frown/debian/frown-doc.install | 10 +++++-----
 3 files changed, 33 insertions(+), 20 deletions(-)

diff --git a/p/frown/debian/changelog b/p/frown/debian/changelog
index b0cb52e..5e8f40c 100644
--- a/p/frown/debian/changelog
+++ b/p/frown/debian/changelog
@@ -1,8 +1,8 @@
-frown (0.6.2.3-3) UNRELEASED; urgency=medium
+frown (0.6.2.3-3) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:11 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:44:24 -0400
 
 frown (0.6.2.3-2) unstable; urgency=medium
 
diff --git a/p/frown/debian/control b/p/frown/debian/control
index 9cd9787..1d7624a 100644
--- a/p/frown/debian/control
+++ b/p/frown/debian/control
@@ -1,14 +1,16 @@
 Source: frown
 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:
  cdbs,
- ghc,
- lhs2tex,
+ debhelper (>= 9),
+ ghc (>= 8),
+ haskell-devscripts (>= 0.10),
  hevea,
+ lhs2tex,
  texlive-generic-recommended,
  texlive-latex-extra,
 Standards-Version: 3.9.8
@@ -49,11 +51,19 @@ X-Description: LALR(k) parser generator
 Package: frown
 Architecture: any
 Section: misc
-Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends},
-Recommends: ${haskell:Recommends}, frown-doc (= ${source:Version})
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ frown-doc (= ${source:Version}),
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Multi-Arch: foreign
 Description: ${haskell:ShortDescription}
  ${haskell:LongDescription}
@@ -61,7 +71,10 @@ Description: ${haskell:ShortDescription}
 Package: frown-doc
 Architecture: all
 Section: doc
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: doc-base
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ doc-base,
 Description: ${haskell:ShortDescription} -- documentation
  ${haskell:LongDescription}
diff --git a/p/frown/debian/frown-doc.install b/p/frown/debian/frown-doc.install
index f895ad5..3df3fd2 100644
--- a/p/frown/debian/frown-doc.install
+++ b/p/frown/debian/frown-doc.install
@@ -1,8 +1,8 @@
-Manual/Manual.pdf       usr/share/doc/frown-doc/
-Manual/html             usr/share/doc/frown-doc/
-QuickStart		usr/share/doc/frown-doc/examples
-Manual/Examples/*.lg	usr/share/doc/frown-doc/examples/manual
-Manual/Examples/*.lhs	usr/share/doc/frown-doc/examples/manual
 Examples/*.g		usr/share/doc/frown-doc/examples/other
 Examples/*.lg		usr/share/doc/frown-doc/examples/other
 Examples/Haskell	usr/share/doc/frown-doc/examples/other
+Manual/Examples/*.lg	usr/share/doc/frown-doc/examples/manual
+Manual/Examples/*.lhs	usr/share/doc/frown-doc/examples/manual
+Manual/Manual.pdf       usr/share/doc/frown-doc/
+Manual/html             usr/share/doc/frown-doc/
+QuickStart		usr/share/doc/frown-doc/examples

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