diff options
| -rw-r--r-- | p/haskell-gnutls/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-gnutls/debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog index 70a2dbea9..09b75a4ce 100644 --- a/p/haskell-gnutls/debian/changelog +++ b/p/haskell-gnutls/debian/changelog @@ -1,3 +1,9 @@ +haskell-gnutls (0.1.1-2) unstable; urgency=low + + * Fix -dev dependency on libgnutls-dev. + + -- Clint Adams <clint@debian.org> Mon, 12 Mar 2012 19:18:14 -0400 + haskell-gnutls (0.1.1-1) unstable; urgency=low * Initial release. diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control index 5259e4349..b9257d6f6 100644 --- a/p/haskell-gnutls/debian/control +++ b/p/haskell-gnutls/debian/control @@ -28,7 +28,8 @@ Package: libghc-gnutls-dev Architecture: any Depends: ${shlibs:Depends}, ${haskell:Depends}, - ${misc:Depends} + ${misc:Depends}, + libgnutls-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} |
