diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:55:17 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 11:55:17 +0400 |
| commit | 892ca3747ccad78c4c731d253d3440556341b0fc (patch) | |
| tree | d36300f33a8719b5abcbe95f60a698a7d045520b /p/haskell-tls | |
| parent | 6182af4f0247532cd3ee51f136444f5b92807657 (diff) | |
| download | DHG_packages-892ca3747ccad78c4c731d253d3440556341b0fc.tar.gz | |
haskell-tls: Enable compat level 9
Diffstat (limited to 'p/haskell-tls')
| -rw-r--r-- | p/haskell-tls/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-tls/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-tls/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-tls/debian/changelog b/p/haskell-tls/debian/changelog index e899418c3..daf53b172 100644 --- a/p/haskell-tls/debian/changelog +++ b/p/haskell-tls/debian/changelog @@ -1,3 +1,9 @@ +haskell-tls (1.1.2-3) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:17 +0200 + haskell-tls (1.1.2-2) experimental; urgency=low * Rebuild against newer certificate diff --git a/p/haskell-tls/debian/compat b/p/haskell-tls/debian/compat index 7f8f011eb..ec635144f 100644 --- a/p/haskell-tls/debian/compat +++ b/p/haskell-tls/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/p/haskell-tls/debian/control b/p/haskell-tls/debian/control index 1ffe09429..b00cb1e30 100644 --- a/p/haskell-tls/debian/control +++ b/p/haskell-tls/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 |
