diff options
| author | Clint Adams <clint@debian.org> | 2012-03-13 03:30:24 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2012-03-13 03:30:24 +0400 |
| commit | 588b73b8eb400ba0364a93014405791a16743b85 (patch) | |
| tree | 565f31db900f695baeea7eba7d2bea355bc2b2ea | |
| parent | f868ee382499e82ca93287741b2cf78f3693ab22 (diff) | |
| download | DHG_packages-588b73b8eb400ba0364a93014405791a16743b85.tar.gz | |
haskell-gnutls: Fix -dev dependency on libgnutls.
| -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} |
