diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:55:20 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:55:20 +0400 |
commit | 97fcd5a8ff3573e2794476b38deaa2b804bde2ea (patch) | |
tree | 5faa497132e47a84a9e568b9ba979938338da664 /p/haskell-unlambda | |
parent | 97db4c4b06ed1728f4838eb5515642053956ee28 (diff) | |
download | DHG_packages-97fcd5a8ff3573e2794476b38deaa2b804bde2ea.tar.gz |
haskell-unlambda: Enable compat level 9
Diffstat (limited to 'p/haskell-unlambda')
-rw-r--r-- | p/haskell-unlambda/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-unlambda/debian/compat | 2 | ||||
-rw-r--r-- | p/haskell-unlambda/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-unlambda/debian/changelog b/p/haskell-unlambda/debian/changelog index de9832e90..0c27b7871 100644 --- a/p/haskell-unlambda/debian/changelog +++ b/p/haskell-unlambda/debian/changelog @@ -1,3 +1,9 @@ +haskell-unlambda (0.1.3-2) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:20 +0200 + haskell-unlambda (0.1.3-1) experimental; urgency=low * New upstream version. diff --git a/p/haskell-unlambda/debian/compat b/p/haskell-unlambda/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-unlambda/debian/compat +++ b/p/haskell-unlambda/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-unlambda/debian/control b/p/haskell-unlambda/debian/control index 219b506cb..7d905fe8f 100644 --- a/p/haskell-unlambda/debian/control +++ b/p/haskell-unlambda/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 |