diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-28 22:27:06 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-28 22:27:06 +0000 |
commit | b57c8bb4085634c3fbe219ae1fd005d6bd62987a (patch) | |
tree | 449a9d224f5e6fa1dfa4716880429c12e2e169cc /debian/control | |
parent | 34255a9fad36a7dfc2365318f656d1ff6889df4f (diff) |
* build-depend on libdb4.3 now, fix for kFreeBSD (#317718)
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 4aa7b5aa2..5c76a90eb 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.1 -Build-Depends: debhelper (>= 4.1.62), libdb4.2-dev, gettext (>= 0.12) +Build-Depends: debhelper (>= 4.1.62), libdb4.3-dev, gettext (>= 0.12) Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt |