Package: drac Severity: normal Hi,
it looks like there is no berkeley db version specific code (and the package doesn't use Berkeley DB transactional environment) and the package links to db5.1 just fine. Please apply attached patch and upload a new version. This will allow future library transitions and binNMUs without your manual intervention. Thank you, O.
diff --git a/debian/control b/debian/control index 03ee5cb..dee448a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: drac Section: net Priority: optional Maintainer: Noèl Köthe <[email protected]> -Build-Depends: debhelper (>> 5.0.0), libdb4.7-dev +Build-Depends: debhelper (>> 5.0.0), libdb-dev Standards-Version: 3.8.2 Homepage: http://mail.cc.umanitoba.ca/drac/

