diff options
Diffstat (limited to 'p/haskell-opengl/debian/control')
| -rw-r--r-- | p/haskell-opengl/debian/control | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/p/haskell-opengl/debian/control b/p/haskell-opengl/debian/control index bdc612deb..8d5074b74 100644 --- a/p/haskell-opengl/debian/control +++ b/p/haskell-opengl/debian/control @@ -1,29 +1,32 @@ Source: haskell-opengl 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-gluraw-dev (>= 2.0), + haskell-devscripts (>= 0.10), libghc-gluraw-dev (<< 2.1), + libghc-gluraw-dev (>= 2.0), libghc-gluraw-prof, - libghc-objectname-dev (>= 1.1), libghc-objectname-dev (<< 1.2), + libghc-objectname-dev (>= 1.1), libghc-objectname-prof, - libghc-openglraw-dev (>= 3.0), libghc-openglraw-dev (<< 3.3), + libghc-openglraw-dev (>= 3.0), libghc-openglraw-prof, - libghc-statevar-dev (>= 1.1), libghc-statevar-dev (<< 1.2), + libghc-statevar-dev (>= 1.1), libghc-statevar-prof, - libghc-text-dev (>= 0.1), libghc-text-dev (<< 1.3), + libghc-text-dev (>= 0.1), libghc-text-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-gluraw-doc, libghc-objectname-doc, libghc-openglraw-doc, @@ -36,11 +39,14 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-opengl-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Haskell OpenGL binding for GHC This package provides a library for the Haskell programming language. . @@ -49,9 +55,11 @@ Description: Haskell OpenGL binding for GHC Package: libghc-opengl-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Provides: ${haskell:Provides}, +Provides: + ${haskell:Provides}, Description: Haskell OpenGL binding for GHC; profiling libraries This package provides a library for the Haskell programming language, compiled for profiling. @@ -62,10 +70,13 @@ Description: Haskell OpenGL binding for GHC; profiling libraries Package: libghc-opengl-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 OpenGL binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. |
