diff options
| author | Clint Adams <clint@debian.org> | 2014-06-29 17:39:57 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2014-06-29 17:39:57 +0400 |
| commit | 86f85d6c13428a914adc0d6a7cd0d968269e56d8 (patch) | |
| tree | 702d88ea4ab1ced8e0939a9ffbbaa8cff8e473b5 /p/haskell-gnutls/debian | |
| parent | 7680dc73b9a6c516d5455be5739739ecb225fe42 (diff) | |
| download | DHG_packages-86f85d6c13428a914adc0d6a7cd0d968269e56d8.tar.gz | |
haskell-gnutls: gnutls28 transition
Diffstat (limited to 'p/haskell-gnutls/debian')
| -rw-r--r-- | p/haskell-gnutls/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-gnutls/debian/control | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog index e00a83393..9bcb02944 100644 --- a/p/haskell-gnutls/debian/changelog +++ b/p/haskell-gnutls/debian/changelog @@ -1,8 +1,12 @@ -haskell-gnutls (0.1.4-4) UNRELEASED; urgency=low +haskell-gnutls (0.1.4-5) unstable; urgency=medium + [ Joachim Breitner ] * Adjust watch file to new hackage layout - -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:20:25 +0200 + [ Clint Adams ] + * Rebuild against libgnutls28-dev. closes: #753094. + + -- Clint Adams <clint@debian.org> Sun, 29 Jun 2014 09:34:37 -0400 haskell-gnutls (0.1.4-3) unstable; urgency=low diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control index 372193e11..f962c3028 100644 --- a/p/haskell-gnutls/debian/control +++ b/p/haskell-gnutls/debian/control @@ -14,11 +14,11 @@ Build-Depends: debhelper (>= 9) , libghc-transformers-dev (>> 0.2) , libghc-transformers-prof , pkg-config - , libgnutls-dev + , libgnutls28-dev | libgnutls-dev Build-Depends-Indep: ghc-doc , libghc-monads-tf-doc , libghc-transformers-doc -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/gnutls Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gnutls Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gnutls |
