Package: nsscache Version: 0.27-2 Followup-For: Bug #750329 User: [email protected] Usertags: origin-ubuntu utopic ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on libnss-db to fix tests. Thanks for considering the patch. Logan Rosen
diff -Nru nsscache-0.27/debian/control nsscache-0.27/debian/control --- nsscache-0.27/debian/control 2014-05-23 23:12:17.000000000 -0400 +++ nsscache-0.27/debian/control 2014-10-20 15:08:45.000000000 -0400 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Jamie Wilkinson <[email protected]> -Build-Depends: debhelper (>= 7.0.50), python (>= 2.4), python-support, python-pycurl, python-ldap, python-mox +Build-Depends: debhelper (>= 7.0.50), python (>= 2.4), python-support, python-pycurl, python-ldap, python-mox, libnss-db Standards-Version: 3.9.5 Homepage: http://code.google.com/p/nsscache Vcs-Browser: https://code.google.com/p/nsscache/source/browse/?name=debian#git%2Fnsscache

