diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:00:26 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:00:26 +0400 |
commit | b02e16952ebac0fdd538b89abe54ac44d83ee3f9 (patch) | |
tree | f2338e60e5d85e89236be174dd8a9b1495a954d1 /p/haskell-ofx | |
parent | 762f66791dd5ede3a93c15c79178c1bfb4909c7d (diff) | |
download | DHG_packages-b02e16952ebac0fdd538b89abe54ac44d83ee3f9.tar.gz |
haskell-ofx: Enable compat level 9
Diffstat (limited to 'p/haskell-ofx')
-rw-r--r-- | p/haskell-ofx/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-ofx/debian/compat | 2 | ||||
-rw-r--r-- | p/haskell-ofx/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-ofx/debian/changelog b/p/haskell-ofx/debian/changelog index 92b398648..36837d3cc 100644 --- a/p/haskell-ofx/debian/changelog +++ b/p/haskell-ofx/debian/changelog @@ -1,3 +1,9 @@ +haskell-ofx (0.2.0.0-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 11:00:26 +0200 + haskell-ofx (0.2.0.0-1) experimental; urgency=low * Initial release. diff --git a/p/haskell-ofx/debian/compat b/p/haskell-ofx/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-ofx/debian/compat +++ b/p/haskell-ofx/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-ofx/debian/control b/p/haskell-ofx/debian/control index aea161cfe..a01560220 100644 --- a/p/haskell-ofx/debian/control +++ b/p/haskell-ofx/debian/control @@ -3,7 +3,7 @@ Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.13) , ghc |