summaryrefslogtreecommitdiff
path: root/p/haskell-sdl
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-sdl')
-rw-r--r--p/haskell-sdl/debian/changelog1
-rw-r--r--p/haskell-sdl/debian/control13
2 files changed, 8 insertions, 6 deletions
diff --git a/p/haskell-sdl/debian/changelog b/p/haskell-sdl/debian/changelog
index d04786d72..67f4745d6 100644
--- a/p/haskell-sdl/debian/changelog
+++ b/p/haskell-sdl/debian/changelog
@@ -19,5 +19,6 @@ haskell-sdl (0.5.9-1) UNRELEASED; urgency=low
* debian/control: Use Build-Depends-Indep:.
* debian/control: Use Vcs-Browser:.
* debian/control: Use more synthetic Vcs-Darcs:.
+ * debian/control: Use all haskell: variables.
-- Miriam Ruiz <little_miry@yahoo.es> Sat, 30 Jan 2010 19:39:28 +0100
diff --git a/p/haskell-sdl/debian/control b/p/haskell-sdl/debian/control
index 829ea0415..4c6df73e9 100644
--- a/p/haskell-sdl/debian/control
+++ b/p/haskell-sdl/debian/control
@@ -30,7 +30,8 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
libglu1-mesa-dev | libglu-dev,
libx11-dev,
libsdl1.2-dev
-Suggests: libghc6-sdl-prof, libghc6-sdl-doc
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Haskell SDL binding for GHC
This package provides the SDL library bindings for the Haskell programming
language. SDL is a library that allows programs portable low level access
@@ -38,9 +39,9 @@ Description: Haskell SDL binding for GHC
Package: libghc6-sdl-prof
Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libghc6-sdl-dev (= ${binary:Version})
-Suggests: libghc6-sdl-doc
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Haskell SDL binding for GHC - profiling libraries
This package provides the SDL library bindings for the Haskell programming
language, compiled for profiling. SDL is a library that allows programs
@@ -50,8 +51,8 @@ Description: Haskell SDL binding for GHC - profiling libraries
Package: libghc6-sdl-doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
-Recommends: ghc6-doc
-Suggests: libghc6-sdl-dev, libghc6-sdl-prof
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Haskell SDL binding for GHC - documentation
This package provides the documentation for the SDL library bindings for
the Haskell programming language. SDL is a library that allows programs