diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 20:42:20 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 20:42:20 -0400 |
| commit | 8f3b333dc4b2126915ec7369c7ea8d809ada81cd (patch) | |
| tree | a432f51508f4ba4055558b17cfeb83acb629933a /p/haskell-diagrams-gtk | |
| parent | e2ecc1cd08e3f9eb9aa0114b5c994cf4055d9a5b (diff) | |
| download | DHG_packages-8f3b333dc4b2126915ec7369c7ea8d809ada81cd.tar.gz | |
diagrams-gtk: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-diagrams-gtk')
| -rw-r--r-- | p/haskell-diagrams-gtk/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-diagrams-gtk/debian/control | 58 |
2 files changed, 42 insertions, 22 deletions
diff --git a/p/haskell-diagrams-gtk/debian/changelog b/p/haskell-diagrams-gtk/debian/changelog index 79f6dd07e..fda165016 100644 --- a/p/haskell-diagrams-gtk/debian/changelog +++ b/p/haskell-diagrams-gtk/debian/changelog @@ -1,3 +1,9 @@ +haskell-diagrams-gtk (1.3.0.2-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 20:42:17 -0400 + haskell-diagrams-gtk (1.3.0.2-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-diagrams-gtk/debian/control b/p/haskell-diagrams-gtk/debian/control index f9c63ff78..711aed9ac 100644 --- a/p/haskell-diagrams-gtk/debian/control +++ b/p/haskell-diagrams-gtk/debian/control @@ -1,43 +1,50 @@ Source: haskell-diagrams-gtk Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org> +Uploaders: + Joachim Breitner <nomeata@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-cairo-dev (>= 0.12.4), + haskell-devscripts (>= 0.10), libghc-cairo-dev (<< 0.14), + libghc-cairo-dev (>= 0.12.4), libghc-cairo-prof, - libghc-diagrams-cairo-dev (>= 1.3), libghc-diagrams-cairo-dev (<< 1.4), + libghc-diagrams-cairo-dev (>= 1.3), libghc-diagrams-cairo-prof, - libghc-diagrams-lib-dev (>= 1.3), libghc-diagrams-lib-dev (<< 1.4), + libghc-diagrams-lib-dev (>= 1.3), libghc-diagrams-lib-prof, - libghc-gtk-dev (>= 0.12.0), libghc-gtk-dev (<< 0.15), + libghc-gtk-dev (>= 0.12.0), libghc-gtk-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-cairo-doc, libghc-diagrams-cairo-doc, libghc-diagrams-lib-doc, libghc-gtk-doc, Standards-Version: 3.9.8 Homepage: http://projects.haskell.org/diagrams/ -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-diagrams-gtk Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-diagrams-gtk-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: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb} An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows. @@ -46,11 +53,15 @@ Description: Backend for rendering diagrams directly to GTK windows${haskell:Sho Package: libghc-diagrams-gtk-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: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb} An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows. @@ -60,10 +71,13 @@ Description: Backend for rendering diagrams directly to GTK windows${haskell:Sho Package: libghc-diagrams-gtk-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: Backend for rendering diagrams directly to GTK windows${haskell:ShortBlurb} An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows. |
