diff options
author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-02-28 17:45:17 +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:45:17 +0300 |
commit | 20b729c9abb5db484a53543c8f3271a35f785bc7 (patch) | |
tree | 83511c884a6fe4cdc4df549d6e19030a3fa96266 /p/haskell-sdl | |
parent | 592a4767a333abd6f1e36f6d8b5f6a3d969dfccd (diff) | |
download | DHG_packages-20b729c9abb5db484a53543c8f3271a35f785bc7.tar.gz |
haskell-sdl: debian/control: Use Build-Depends-Indep:.
Diffstat (limited to 'p/haskell-sdl')
-rw-r--r-- | p/haskell-sdl/debian/changelog | 3 | ||||
-rw-r--r-- | p/haskell-sdl/debian/control | 2 | ||||
-rwxr-xr-x | p/haskell-sdl/debian/rules | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/p/haskell-sdl/debian/changelog b/p/haskell-sdl/debian/changelog index 1b5ae564f..97f3f61e6 100644 --- a/p/haskell-sdl/debian/changelog +++ b/p/haskell-sdl/debian/changelog @@ -15,4 +15,7 @@ haskell-sdl (0.5.9-1) UNRELEASED; urgency=low - Depend haskell-devscripts >= 0.7. - Maintainer is Debian Haskell Group, Miriam Ruiz moved to Uploaders. + [ Marco TĂșlio Gontijo e Silva ] + * debian/control: Use Build-Depends-Indep:. + -- 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 79ff501d9..3e43716f2 100644 --- a/p/haskell-sdl/debian/control +++ b/p/haskell-sdl/debian/control @@ -10,7 +10,6 @@ Build-Depends: cdbs, ghc6, ghc6-prof, - ghc6-doc, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libx11-dev, @@ -19,6 +18,7 @@ Build-Depends: cpphs, pkg-config, libsdl1.2-dev +Build-Depends-Indep: ghc6-doc Homepage: http://hackage.haskell.org/package/SDL Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-sdl diff --git a/p/haskell-sdl/debian/rules b/p/haskell-sdl/debian/rules index 683e77bcf..f2277cb16 100755 --- a/p/haskell-sdl/debian/rules +++ b/p/haskell-sdl/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +DEB_BUILD_DEPENDENCIES = build-arch + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk |