summaryrefslogtreecommitdiff
path: root/p/haskell-openglraw/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-openglraw/debian/control')
-rw-r--r--p/haskell-openglraw/debian/control45
1 files changed, 23 insertions, 22 deletions
diff --git a/p/haskell-openglraw/debian/control b/p/haskell-openglraw/debian/control
index 209adf4e8..8f9ddc581 100644
--- a/p/haskell-openglraw/debian/control
+++ b/p/haskell-openglraw/debian/control
@@ -3,22 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
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-fixed-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
libghc-fixed-dev (<< 0.3),
+ libghc-fixed-dev (>= 0.2),
libghc-fixed-prof,
- libghc-half-dev (>= 0.2.2.1),
libghc-half-dev (<< 0.3),
+ libghc-half-dev (>= 0.2.2.1),
libghc-half-prof,
- libghc-text-dev (>= 0.1),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.1),
libghc-text-prof,
libgl1-mesa-dev | libgl-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-fixed-doc,
libghc-half-doc,
libghc-text-doc,
@@ -29,13 +31,14 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-openglraw-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
libgl1-mesa-dev | libgl-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
@@ -48,11 +51,10 @@ Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
Package: libghc-openglraw-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
@@ -66,10 +68,9 @@ Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
Package: libghc-openglraw-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,