Control: tags 1009418 + patch Control: tags 1009418 + pending
Dear maintainer, I've prepared an NMU for autokey (versioned as 0.95.10-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru autokey-0.95.10/debian/changelog autokey-0.95.10/debian/changelog --- autokey-0.95.10/debian/changelog 2021-01-04 12:49:17.000000000 +0100 +++ autokey-0.95.10/debian/changelog 2022-04-21 20:38:41.000000000 +0200 @@ -1,3 +1,11 @@ +autokey (0.95.10-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS by relaxing hard-coded python path in d/not-installed + (Closes: #1009418). + + -- Tobias Frost <t...@debian.org> Thu, 21 Apr 2022 20:38:41 +0200 + autokey (0.95.10-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru autokey-0.95.10/debian/not-installed autokey-0.95.10/debian/not-installed --- autokey-0.95.10/debian/not-installed 2021-01-04 12:48:25.000000000 +0100 +++ autokey-0.95.10/debian/not-installed 2022-04-19 07:18:09.000000000 +0200 @@ -1,2 +1,2 @@ -usr/lib/python3.9/dist-packages/autokey/__pycache__/ -usr/lib/python3.9/dist-packages/autokey/iomediator/__pycache__/ +usr/lib/python*/dist-packages/autokey/__pycache__/ +usr/lib/python*/dist-packages/autokey/iomediator/__pycache__/