diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:43 +0000 |
commit | c9569a1edaf6f93cbeefe0b8dacc02c14dbb6cc9 (patch) | |
tree | 0116f442851cc9734ad663f3825168e4d9852d8a /debian/control | |
parent | 77113d1158583ebcc931997786e2a930f6bfa7a6 (diff) |
* Build apt-ftparchive with libdb4.2 rather than libdb2
Author: mdz
Date: 2004-05-08 19:41:01 GMT
* Build apt-ftparchive with libdb4.2 rather than libdb2
- Patch from Clint Adams to do most of the work
- Build-Depends: s/libdb2-dev/libdb4.2-dev/
- Add AC_PREREQ(2.50) to configure.in
- Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 162454758..7bd0c368a 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> Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 4.1.62), libdb2-dev, gettext (>= 0.11.5) +Build-Depends: debhelper (>= 4.1.62), libdb4.2-dev, gettext (>= 0.11.5) Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt |