diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:54:54 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:54:54 +0400 |
commit | 79611b64b8c3cf5e9ee3ef5b3bb4a6138bd7a34a (patch) | |
tree | 2b3b58180d44c9ad6e3fe6793903daac3f998386 /p/haskell-sdl-mixer | |
parent | a135a61d289e57c41eca761bfda695dd13ad2352 (diff) | |
download | DHG_packages-79611b64b8c3cf5e9ee3ef5b3bb4a6138bd7a34a.tar.gz |
haskell-sdl-mixer: Enable compat level 9
Diffstat (limited to 'p/haskell-sdl-mixer')
-rw-r--r-- | p/haskell-sdl-mixer/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-sdl-mixer/debian/compat | 2 | ||||
-rw-r--r-- | p/haskell-sdl-mixer/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-sdl-mixer/debian/changelog b/p/haskell-sdl-mixer/debian/changelog index eadb94ad2..aaef5b1ca 100644 --- a/p/haskell-sdl-mixer/debian/changelog +++ b/p/haskell-sdl-mixer/debian/changelog @@ -1,3 +1,9 @@ +haskell-sdl-mixer (0.6.1-5) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:54 +0200 + haskell-sdl-mixer (0.6.1-4) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff --git a/p/haskell-sdl-mixer/debian/compat b/p/haskell-sdl-mixer/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-sdl-mixer/debian/compat +++ b/p/haskell-sdl-mixer/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-sdl-mixer/debian/control b/p/haskell-sdl-mixer/debian/control index 94ff3ffa3..ffab92b55 100644 --- a/p/haskell-sdl-mixer/debian/control +++ b/p/haskell-sdl-mixer/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, |