summaryrefslogtreecommitdiff
path: root/p/haskell-sdl
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 11:54:53 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 11:54:53 +0400
commit00a5ed3b5dc68490e6a4d801f4caad031ae54148 (patch)
tree188657d5f047368c6cef210fd632c3a0b460c271 /p/haskell-sdl
parent425523ad9cfa8f5cd89b9d65be0413dee3c023b0 (diff)
downloadDHG_packages-00a5ed3b5dc68490e6a4d801f4caad031ae54148.tar.gz
haskell-sdl: Enable compat level 9
Diffstat (limited to 'p/haskell-sdl')
-rw-r--r--p/haskell-sdl/debian/changelog6
-rw-r--r--p/haskell-sdl/debian/compat2
-rw-r--r--p/haskell-sdl/debian/control2
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-sdl/debian/changelog b/p/haskell-sdl/debian/changelog
index da8e3471e..54ec57583 100644
--- a/p/haskell-sdl/debian/changelog
+++ b/p/haskell-sdl/debian/changelog
@@ -1,3 +1,9 @@
+haskell-sdl (0.6.4-2) UNRELEASED; urgency=low
+
+ * Enable compat level 9
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:53 +0200
+
haskell-sdl (0.6.4-1) experimental; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
diff --git a/p/haskell-sdl/debian/compat b/p/haskell-sdl/debian/compat
index 7f8f011eb..ec635144f 100644
--- a/p/haskell-sdl/debian/compat
+++ b/p/haskell-sdl/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/p/haskell-sdl/debian/control b/p/haskell-sdl/debian/control
index 5698e4bc6..80ab29899 100644
--- a/p/haskell-sdl/debian/control
+++ b/p/haskell-sdl/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Miriam Ruiz <little_miry@yahoo.es>
Standards-Version: 3.9.4
Build-Depends:
- debhelper (>= 7),
+ debhelper (>= 9),
haskell-devscripts (>= 0.8.13),
cdbs,
ghc,