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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:48:48 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 c9ce81ee5f2dcd6c1b45aca93ddbe2dc01bad524
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:46:56 2016 -0400

    texmath: build with ghc 8 in experimental
---
 p/haskell-texmath/debian/changelog |  6 +++++
 p/haskell-texmath/debian/control   | 54 ++++++++++++++++++++++++--------------
 p/haskell-texmath/debian/copyright |  2 +-
 3 files changed, 42 insertions(+), 20 deletions(-)

diff --git a/p/haskell-texmath/debian/changelog b/p/haskell-texmath/debian/changelog
index 60dd9b0..aeb105f 100644
--- a/p/haskell-texmath/debian/changelog
+++ b/p/haskell-texmath/debian/changelog
@@ -1,3 +1,9 @@
+haskell-texmath (0.8.6.5-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:46:53 -0400
+
 haskell-texmath (0.8.6.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-texmath/debian/control b/p/haskell-texmath/debian/control
index 89fb1eb..daae39f 100644
--- a/p/haskell-texmath/debian/control
+++ b/p/haskell-texmath/debian/control
@@ -1,17 +1,22 @@
 Source: haskell-texmath
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>, Louis Bettens <louis at bettens.info>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
+ Kiwamu Okabe <kiwamu at debian.or.jp>,
+ Louis Bettens <louis at bettens.info>,
 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-mtl-dev,
  libghc-mtl-prof,
- libghc-pandoc-types-dev (>= 1.12.3.3),
+ libghc-network-uri-dev (>= 2.6),
  libghc-pandoc-types-dev (<< 1.17),
+ libghc-pandoc-types-dev (>= 1.12.3.3),
  libghc-pandoc-types-prof,
  libghc-parsec3-dev (>= 3),
  libghc-parsec3-prof,
@@ -19,8 +24,8 @@ Build-Depends: debhelper (>= 9),
  libghc-syb-prof,
  libghc-xml-dev,
  libghc-xml-prof,
- libghc-network-uri-dev (>= 2.6),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-pandoc-types-doc,
  libghc-parsec3-doc,
@@ -28,17 +33,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-xml-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/jgm/texmath
-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-texmath
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-texmath-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell library to convert LaTeX to MathML${haskell:ShortBlurb}
  The texmath Haskell library provides functions to convert LaTeX math
  formulas to presentation MathML. It supports basic LaTeX and AMS
@@ -48,11 +57,15 @@ Description: Haskell library to convert LaTeX to MathML${haskell:ShortBlurb}
 
 Package: libghc-texmath-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 library to convert LaTeX to MathML${haskell:ShortBlurb}
  The texmath Haskell library provides functions to convert LaTeX math
  formulas to presentation MathML. It supports basic LaTeX and AMS
@@ -63,10 +76,13 @@ Description: Haskell library to convert LaTeX to MathML${haskell:ShortBlurb}
 Package: libghc-texmath-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell library to convert LaTeX to MathML${haskell:ShortBlurb}
  The texmath Haskell library provides functions to convert LaTeX math
  formulas to presentation MathML. It supports basic LaTeX and AMS
diff --git a/p/haskell-texmath/debian/copyright b/p/haskell-texmath/debian/copyright
index fb98d9f..b576be1 100644
--- a/p/haskell-texmath/debian/copyright
+++ b/p/haskell-texmath/debian/copyright
@@ -29,4 +29,4 @@ License: GPL-2+
  along with this program. If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian system, copy of GNU Lesser General Public License version 2
- is also located at `/usr/share/common-licenses/GPL-2'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2'

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