diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-21 09:58:03 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-21 09:58:03 +0100 |
commit | fdd71c58de908ac6ad254b8294a7d8c47a60205c (patch) | |
tree | d4183b531ba0135379a6666022148278f8f84b90 /debian | |
parent | 714ee06cb1f8892f283bcdcfbb7ebbba8d642193 (diff) |
* debian/control:
- fix dependency to libcurl3-gnutls-dev (>= 7.15.5)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 405c0bf93..183e81844 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: important Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.6.2.2 -Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl3-gnutls-dev +Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12), libcurl3-gnutls-dev (>= 7.15.5) Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt |