diff options
| author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-02-28 17:48:40 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-02-28 17:48:40 +0300 |
| commit | 574973789e0f7a71397753a42d07606ddb693e80 (patch) | |
| tree | 38c7786c7d6db34491edbdb21a977f3ee4ecba4a /p/haskell-sdl | |
| parent | 881f7e8d69efd470593455656e12c3322645df93 (diff) | |
| download | DHG_packages-574973789e0f7a71397753a42d07606ddb693e80.tar.gz | |
haskell-sdl: debian/control: Use all haskell: variables.
Diffstat (limited to 'p/haskell-sdl')
| -rw-r--r-- | p/haskell-sdl/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-sdl/debian/control | 13 |
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 |
