diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:44 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:14:44 +0400 |
| commit | 0daad273fe15dfc802b205f81cd6746b1345bbf8 (patch) | |
| tree | e4a2f74ce806a0741c96a1ea39cca935271f4720 /p/haskell-gnutls/debian | |
| parent | 94318d2be5e2db731ef19cb09926b2ba9a26c31f (diff) | |
| download | DHG_packages-0daad273fe15dfc802b205f81cd6746b1345bbf8.tar.gz | |
haskell-gnutls: Enable compat level 9
Diffstat (limited to 'p/haskell-gnutls/debian')
| -rw-r--r-- | p/haskell-gnutls/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-gnutls/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-gnutls/debian/control | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog index 174d23e1b..f21ac9151 100644 --- a/p/haskell-gnutls/debian/changelog +++ b/p/haskell-gnutls/debian/changelog @@ -1,3 +1,9 @@ +haskell-gnutls (0.1.4-3) UNRELEASED; urgency=low + + * Enable compat level 9 + + -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:38 +0200 + haskell-gnutls (0.1.4-2) experimental; urgency=low [ Joachim Breitner ] diff --git a/p/haskell-gnutls/debian/compat b/p/haskell-gnutls/debian/compat index c7930257d..ec635144f 100644 --- a/p/haskell-gnutls/debian/compat +++ b/p/haskell-gnutls/debian/compat @@ -1 +1 @@ -7
\ No newline at end of file +9 diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control index 6c0328b2c..eaa80b3fb 100644 --- a/p/haskell-gnutls/debian/control +++ b/p/haskell-gnutls/debian/control @@ -3,7 +3,7 @@ Priority: extra Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 7.0) +Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , cdbs , ghc |
