diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-09 14:26:53 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-09 14:26:53 +0200 |
commit | 1b5f30cb5575f274246b1dabad0efc7a7a549aac (patch) | |
tree | e9d00c7de7b9f6cc3577d895feea18c09fb372ae | |
parent | 80e2662eee5ac39d1dd402dd082d79be891dd98c (diff) |
* debian/control:
- switched to libdb4.4
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 047cf908c..e748fcebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.6.45.1) unstable; urgency=low + + * debian/control: + - switched to libdb4.4 for building + + -- + apt (0.6.45) unstable; urgency=low * apt-pkg/contrib/sha256.cc: diff --git a/debian/control b/debian/control index 53ce851f6..3cba50acb 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.3-dev, gettext (>= 0.12) +Build-Depends: debhelper (>= 5.0), libdb4.4-dev, gettext (>= 0.12) Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt |