summaryrefslogtreecommitdiff
path: root/p/haskell-sdl
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2010-02-28 14:00:53 +0300
committerErik de Castro Lopo <erikd@mega-nerd.com>2010-02-28 14:00:53 +0300
commitb330c1b3da8d084ae5efed7988ccef11727d22f4 (patch)
tree1a5c070307d5858600621881751f32b61ec29a3a /p/haskell-sdl
parent64575be3a4575a6a8069c382e87c8e7229eb902a (diff)
downloadDHG_packages-b330c1b3da8d084ae5efed7988ccef11727d22f4.tar.gz
haskell-sdl: Minor pre-release tweaks.
Diffstat (limited to 'p/haskell-sdl')
-rw-r--r--p/haskell-sdl/debian/changelog7
-rw-r--r--p/haskell-sdl/debian/control12
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-sdl/debian/changelog b/p/haskell-sdl/debian/changelog
index ac06dc81d..1b5ae564f 100644
--- a/p/haskell-sdl/debian/changelog
+++ b/p/haskell-sdl/debian/changelog
@@ -8,4 +8,11 @@ haskell-sdl (0.5.9-1) UNRELEASED; urgency=low
* Use debian/compat 7.
* debian/source/format: Use 3.0 (quilt).
+ [ Erik de Castro Lopo ]
+ * debian/control
+ - Standards version 3.8.4.
+ - Drop haddock and hscolour from Build-deps.
+ - Depend haskell-devscripts >= 0.7.
+ - Maintainer is Debian Haskell Group, Miriam Ruiz moved to Uploaders.
+
-- 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 15b8527e2..79ff501d9 100644
--- a/p/haskell-sdl/debian/control
+++ b/p/haskell-sdl/debian/control
@@ -1,12 +1,12 @@
Source: haskell-sdl
Section: haskell
Priority: extra
-Maintainer: Miriam Ruiz <little_miry@yahoo.es>
-Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7),
- haddock (>= 2.4.2),
- hscolour,
- haskell-devscripts,
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry@yahoo.es>
+Standards-Version: 3.8.4
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts (>= 0.7),
cdbs,
ghc6,
ghc6-prof,