Package: bmf Version: 0.9.4-7 Severity: important Tags: patch Dear maintainer,
please don't depend on libdb5.1 as it will break any future transitions to higher versions of Berkeley DB. Here is the patch: diff --git a/debian/control b/debian/control index 2e60f6b..2569057 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: bmf Section: mail Priority: optional Maintainer: Jari Aalto <[email protected]> -Build-Depends: debhelper (>= 9), libdb-dev (>= 5.1), libdb5.1 +Build-Depends: debhelper (>= 9), libdb-dev (>= 5.1) Standards-Version: 3.9.3.1 Vcs-Browser: http://git.debian.org/?p=collab-maint/bmf.git Vcs-Git: git://git.debian.org/git/collab-maint/bmf.git O. -- System Information: Debian Release: 6.0.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (300, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

