Control: tags 1028454 + patch Control: tags 1028454 + pending Dear maintainer,
I've prepared an NMU for nsscache (versioned as 0.42-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru nsscache-0.42/debian/changelog nsscache-0.42/debian/changelog --- nsscache-0.42/debian/changelog 2021-10-08 00:38:32.000000000 +0300 +++ nsscache-0.42/debian/changelog 2023-03-02 22:20:08.000000000 +0200 @@ -1,3 +1,11 @@ +nsscache (0.42-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Disable buildtime tests to get rid of the build dependency + on python3-mox3. (Closes: #1028454) + + -- Adrian Bunk <b...@debian.org> Thu, 02 Mar 2023 22:20:08 +0200 + nsscache (0.42-2) unstable; urgency=medium [ Sergio Durigan Junior ] diff -Nru nsscache-0.42/debian/control nsscache-0.42/debian/control --- nsscache-0.42/debian/control 2021-10-07 12:01:13.000000000 +0300 +++ nsscache-0.42/debian/control 2023-03-02 22:20:06.000000000 +0200 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Jamie Wilkinson <j...@debian.org> -Build-Depends: debhelper-compat (= 13), python3, dh-python, python3-pycurl, python3-ldap, python3-mox3, python3-bsddb3, libnss-db, tzdata, python3-pytest-runner, python3-pytest, python3-boto3 +Build-Depends: debhelper-compat (= 13), python3, dh-python, python3-pycurl, python3-ldap, python3-bsddb3, libnss-db, tzdata, python3-pytest-runner, python3-pytest, python3-boto3 Standards-Version: 4.5.1 Homepage: https://github.com/google/nsscache Vcs-Browser: https://salsa.debian.org/debian/nsscache diff -Nru nsscache-0.42/debian/rules nsscache-0.42/debian/rules --- nsscache-0.42/debian/rules 2021-10-01 07:23:19.000000000 +0300 +++ nsscache-0.42/debian/rules 2023-03-02 22:20:06.000000000 +0200 @@ -10,3 +10,5 @@ %: dh $@ --with=python3 --buildsystem=pybuild + +override_dh_auto_test: