summaryrefslogtreecommitdiff
path: root/p/haskell-texmath/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 16:46:56 -0400
committerClint Adams <clint@debian.org>2016-10-17 16:46:56 -0400
commitc9ce81ee5f2dcd6c1b45aca93ddbe2dc01bad524 (patch)
tree7f0285fea9d103b3d81002742613100393426168 /p/haskell-texmath/debian
parent2da6e454b7f83a02b24f9f0fbe7251fdea31f5ee (diff)
downloadDHG_packages-c9ce81ee5f2dcd6c1b45aca93ddbe2dc01bad524.tar.gz
texmath: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-texmath/debian')
-rw-r--r--p/haskell-texmath/debian/changelog6
-rw-r--r--p/haskell-texmath/debian/control54
-rw-r--r--p/haskell-texmath/debian/copyright2
3 files changed, 42 insertions, 20 deletions
diff --git a/p/haskell-texmath/debian/changelog b/p/haskell-texmath/debian/changelog
index 60dd9b025..aeb105f65 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@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 89fb1eb1b..daae39f3d 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@lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio@debian.org>, Kiwamu Okabe <kiwamu@debian.or.jp>, Louis Bettens <louis@bettens.info>
+Uploaders:
+ Giovanni Mascellani <gio@debian.org>,
+ Kiwamu Okabe <kiwamu@debian.or.jp>,
+ Louis Bettens <louis@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 fb98d9f46..b576be10c 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'