Dear maintainer, I've prepared an NMU for pulsemixer (versioned as 1.5.1-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it.
cu Adrian
diff -Nru pulsemixer-1.5.1/debian/changelog pulsemixer-1.5.1/debian/changelog --- pulsemixer-1.5.1/debian/changelog 2020-06-28 15:39:47.000000000 +0300 +++ pulsemixer-1.5.1/debian/changelog 2023-02-01 13:08:30.000000000 +0200 @@ -1,3 +1,11 @@ +pulsemixer (1.5.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch from Diederik de Haas to fix FTBFS with newer + setuptools. (Closes: #1022496) + + -- Adrian Bunk <[email protected]> Wed, 01 Feb 2023 13:08:30 +0200 + pulsemixer (1.5.1-1) unstable; urgency=medium * New upstream release diff -Nru pulsemixer-1.5.1/debian/patches/0001-Make-explicit-that-this-script-does-not-use-any-pack.patch pulsemixer-1.5.1/debian/patches/0001-Make-explicit-that-this-script-does-not-use-any-pack.patch --- pulsemixer-1.5.1/debian/patches/0001-Make-explicit-that-this-script-does-not-use-any-pack.patch 1970-01-01 02:00:00.000000000 +0200 +++ pulsemixer-1.5.1/debian/patches/0001-Make-explicit-that-this-script-does-not-use-any-pack.patch 2023-02-01 13:07:58.000000000 +0200 @@ -0,0 +1,29 @@ +From 59166aba9ff1e2498c148af7c84555e86e2352e5 Mon Sep 17 00:00:00 2001 +From: Diederik de Haas <[email protected]> +Date: Sat, 3 Dec 2022 14:08:38 +0100 +Subject: Make explicit that this script does not use any packages + +The 'snap' directory is for distribution, but not needed for the script +to run. For Debian packaging, a `debian` directory is added with a +similar purpose. +Likely since setuptools version 61, this causes an error, so specify +explicitly that this script does not use any packages. +--- + setup.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/setup.py b/setup.py +index cebfb43..eee0e66 100644 +--- a/setup.py ++++ b/setup.py +@@ -12,6 +12,7 @@ setup(name='pulsemixer', + author='George Filipkin', + author_email='[email protected]', + license='MIT', ++ packages=[], + scripts=['pulsemixer'], + classifiers=[ + 'Environment :: Console', +-- +2.30.2 + diff -Nru pulsemixer-1.5.1/debian/patches/series pulsemixer-1.5.1/debian/patches/series --- pulsemixer-1.5.1/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ pulsemixer-1.5.1/debian/patches/series 2023-02-01 13:08:25.000000000 +0200 @@ -0,0 +1 @@ +0001-Make-explicit-that-this-script-does-not-use-any-pack.patch

