Dear maintainer, As you are listed in [0] I'm going to upload to DELAYED/1-days (just in case) to fix this RC bug. I'm attaching the patch that I applied. If you have time to review it and provide feedback it would be great.
If you have any objections or would you like to make the changes yourself please let me know. [0] https://wiki.debian.org/LowThresholdNmu -- cheers, Emmanuel Arias ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ eam...@debian.org ⢿⡄⠘⠷⠚⠋⠀ OpenPGP: 13796755BBC72BB8ABE2AEB5 FA9DEC5DE11C63F1 ⠈⠳⣄
diff -Nru doxyqml-0.3.0/debian/changelog doxyqml-0.3.0/debian/changelog --- doxyqml-0.3.0/debian/changelog 2018-06-10 10:38:00.000000000 -0300 +++ doxyqml-0.3.0/debian/changelog 2024-07-10 09:00:49.000000000 -0300 @@ -1,3 +1,13 @@ +doxyqml (0.3.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * d/patches/remove_distutils.patch: Add patch to stop using distutils in + source. + * d/control: Remove python3-distutils from Build Dependency. Use + python3-setuptools instead (Closes: #1065851). + + -- Emmanuel Arias <eam...@debian.org> Wed, 10 Jul 2024 09:00:49 -0300 + doxyqml (0.3.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru doxyqml-0.3.0/debian/control doxyqml-0.3.0/debian/control --- doxyqml-0.3.0/debian/control 2018-06-10 10:38:00.000000000 -0300 +++ doxyqml-0.3.0/debian/control 2024-07-10 08:36:09.000000000 -0300 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 9), python3 (>= 3.0), dh-python, - python3-distutils + python3-setuptools Standards-Version: 4.0.0 Homepage: http://agateau.com/projects/doxyqml diff -Nru doxyqml-0.3.0/debian/patches/remove_distutils.patch doxyqml-0.3.0/debian/patches/remove_distutils.patch --- doxyqml-0.3.0/debian/patches/remove_distutils.patch 1969-12-31 21:00:00.000000000 -0300 +++ doxyqml-0.3.0/debian/patches/remove_distutils.patch 2024-07-10 09:00:37.000000000 -0300 @@ -0,0 +1,20 @@ +Description: Remove distutils from source + This patch replace the use of distutils.core.setup for setuptools.setup to remove + python3-distutils as build.dependency. +Author: Emmanuel Arias <eam...@debian.org> +Bug-Debian: https://bugs.debian.org/1065851 +Forwarded: no +Last-Update: 2024-07-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/setup.py ++++ b/setup.py +@@ -1,7 +1,7 @@ + #!/usr/bin/env python3 + # encoding: utf-8 + +-from distutils.core import setup ++from setuptools import setup + + from doxyqml import doxyqml + diff -Nru doxyqml-0.3.0/debian/patches/series doxyqml-0.3.0/debian/patches/series --- doxyqml-0.3.0/debian/patches/series 2013-02-19 12:47:03.000000000 -0300 +++ doxyqml-0.3.0/debian/patches/series 2024-07-09 12:46:05.000000000 -0300 @@ -0,0 +1 @@ +remove_distutils.patch
signature.asc
Description: PGP signature