Package: memcachedb Severity: normal Hi,
it looks like there is no berkeley db version specific code, and the package links to db5.1 just fine. Please apply attached patch. It will allow future library transitions and binNMUs without your manual intervention. There's also new package called db-util, which depends on dbX.Y-utils which match the dependency of libdb-dev on libX.Y-dev, I have also updated Depends: field in memcachedb binary package. Thank you, O.
diff --git a/debian/control b/debian/control index 26c7d68..46ccab6 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: web Priority: optional Maintainer: Arto Jantunen <[email protected]> Standards-Version: 3.9.1.0 -Build-Depends: debhelper (>= 8.0), libdb4.7-dev, libevent-dev +Build-Depends: debhelper (>= 8.0), libdb-dev, libevent-dev Homepage: http://memcachedb.org/ Package: memcachedb Architecture: any Pre-Depends: adduser (>= 3.40) Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: db4.7-util +Recommends: db-util Description: Persistent storage engine using the memcache protocol Memcachedb is a distributed key-value storage system designed for persistent data. It is NOT a cache solution, but a persistent storage

