diff options
| -rw-r--r-- | p/haskell-sdl/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-sdl/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-sdl/debian/control | 2 |
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, |
