diff options
| -rw-r--r-- | p/haskell-random/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-random/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-random/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-random/debian/changelog b/p/haskell-random/debian/changelog index 5e918efd7..7e6a15251 100644 --- a/p/haskell-random/debian/changelog +++ b/p/haskell-random/debian/changelog @@ -1,3 +1,9 @@ +haskell-random (1.0.1.1-3) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:45 +0200 + haskell-random (1.0.1.1-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff --git a/p/haskell-random/debian/compat b/p/haskell-random/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-random/debian/compat +++ b/p/haskell-random/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-random/debian/control b/p/haskell-random/debian/control index a4834bb02..f1c5a4b16 100644 --- a/p/haskell-random/debian/control +++ b/p/haskell-random/debian/control @@ -3,7 +3,7 @@ Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Joachim Breiter <nomeata@debian.org> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.13) , ghc |
