Package: postler Version: 0.1.1-1 Severity: important Tags: patch Hi,
Your package currently still uses Berkeley DB version 4.8 (libdb4.8) as a Build Dependency. However, there is a newer Berkeley DB version in the archive (libdb5.1), with a compatible API. Berkeley DB version 4.8 will be eventually removed from unstable in favor of version 5.1. Please port your package to default libdb as soon as possible. In most cases only change required is to update build depends from libdb4.8-dev to libdb-dev. The patch for postler is very simple: diff --git a/debian/control b/debian/control index 2642bf5..82fb559 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Devid Antonio Filoni <d.fil...@ubuntu.com> Build-Depends: debhelper (>= 7.0.50~), python (>= 2.4), valac-0.10 (>= 0.10.4), libglib2.0-dev (>= 2.26.0), libunique-dev (>= 1.0.4), libgtk2.0-dev (>= 2.18.0), libwebkit-dev (>= 1.1.18), libnotify-dev, libcanberra-dev, - libindicate-dev (>= 0.4.93), libssl-dev, intltool, libdb4.8-dev, msmtp + libindicate-dev (>= 0.4.93), libssl-dev, intltool, libdb-dev, msmtp Standards-Version: 3.9.2 Homepage: https://launchpad.net/postler Please update your package, so we can finish the migration to Berkeley DB 5.1. Thanks, -- Ondřej Surý <ond...@debian.org> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org