summaryrefslogtreecommitdiff
path: root/p/haskell-openglraw/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-02-10 02:13:44 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-02-10 02:13:44 +0400
commit21f28cfaa060889264714c8a2f594bfc7bf4c8c7 (patch)
tree527e1435271de4003803125e76277cb07439d300 /p/haskell-openglraw/debian/control
parentab3d888fbaa093dcf1bbbecc844c82add134b097 (diff)
downloadDHG_packages-21f28cfaa060889264714c8a2f594bfc7bf4c8c7.tar.gz
haskell-openglraw: Forgot GL dev dependency
Diffstat (limited to 'p/haskell-openglraw/debian/control')
-rw-r--r--p/haskell-openglraw/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/haskell-openglraw/debian/control b/p/haskell-openglraw/debian/control
index 90f888e81..d12eac96c 100644
--- a/p/haskell-openglraw/debian/control
+++ b/p/haskell-openglraw/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
+ , libgl1-mesa-dev | libgl-dev
Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/openglraw
@@ -19,7 +20,7 @@ Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
- , libgl1-mesa-dev | libgl-dev,
+ , libgl1-mesa-dev | libgl-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}