summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 19:53:41 -0400
committerClint Adams <clint@debian.org>2016-10-16 19:53:41 -0400
commitcde73f76a4f60859c64571f1ea1f32e32ae532f6 (patch)
tree33bf84cad297b037e7b496be4eed2786fb92a7f2
parentddad3a35943dfb6047916d1dbab8fa41f51e9c7a (diff)
downloadDHG_packages-cde73f76a4f60859c64571f1ea1f32e32ae532f6.tar.gz
graphviz: build with ghc 8 in experimental
-rw-r--r--p/haskell-graphviz/debian/changelog6
-rw-r--r--p/haskell-graphviz/debian/control62
2 files changed, 44 insertions, 24 deletions
diff --git a/p/haskell-graphviz/debian/changelog b/p/haskell-graphviz/debian/changelog
index daebb9c76..afa407771 100644
--- a/p/haskell-graphviz/debian/changelog
+++ b/p/haskell-graphviz/debian/changelog
@@ -1,3 +1,9 @@
+haskell-graphviz (2999.18.1.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 19:53:35 -0400
+
haskell-graphviz (2999.18.1.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-graphviz/debian/control b/p/haskell-graphviz/debian/control
index b2231207a..c34ad1331 100644
--- a/p/haskell-graphviz/debian/control
+++ b/p/haskell-graphviz/debian/control
@@ -1,34 +1,37 @@
Source: haskell-graphviz
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-colour-dev (>= 2.3),
+ haskell-devscripts (>= 0.10),
libghc-colour-dev (<< 2.4),
+ libghc-colour-dev (>= 2.3),
libghc-colour-prof,
- libghc-dlist-dev (>= 0.5),
libghc-dlist-dev (<< 0.9),
+ libghc-dlist-dev (>= 0.5),
libghc-dlist-prof,
- libghc-fgl-dev (>= 5.4),
libghc-fgl-dev (<< 5.6),
+ libghc-fgl-dev (>= 5.4),
libghc-fgl-prof,
- libghc-polyparse-dev (>= 1.9),
libghc-polyparse-dev (<< 1.13),
+ libghc-polyparse-dev (>= 1.9),
libghc-polyparse-prof,
- libghc-temporary-dev (>= 1.1),
libghc-temporary-dev (<< 1.3),
+ libghc-temporary-dev (>= 1.1),
libghc-temporary-prof,
libghc-text-dev,
libghc-text-prof,
- libghc-wl-pprint-text-dev (>= 1.1.0.0),
libghc-wl-pprint-text-dev (<< 1.2.0.0),
+ libghc-wl-pprint-text-dev (>= 1.1.0.0),
libghc-wl-pprint-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-colour-doc,
libghc-dlist-doc,
libghc-fgl-doc,
@@ -38,7 +41,7 @@ Build-Depends-Indep: ghc-doc,
libghc-wl-pprint-text-doc,
Standards-Version: 3.9.8
Homepage: http://projects.haskell.org/graphviz/
-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-graphviz
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: bindings to Graphviz for graph visualization
This library provides bindings for the Dot language used by the
@@ -69,12 +72,16 @@ X-Description: bindings to Graphviz for graph visualization
Package: libghc-graphviz-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}
.
@@ -82,11 +89,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-graphviz-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}
.
@@ -95,10 +106,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-graphviz-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}
.