Dear maintainer,

I'm going to upload in DELAYED/3-days a NMU to fix this RC bug. I attach
the patch that I applied.

Please let me know if you have any objection or any change that you want
to do.

Also, I can prepare a MR in salsa, but I will permissions in the project.

-- 
cheers,
        Emmanuel Arias

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁  eam...@debian.org
 ⢿⡄⠘⠷⠚⠋⠀  OpenPGP: 13796755BBC72BB8ABE2AEB5 FA9DEC5DE11C63F1                    
 
 ⠈⠳⣄
diff -Nru grokevt-0.5.0/debian/changelog grokevt-0.5.0/debian/changelog
--- grokevt-0.5.0/debian/changelog	2024-04-20 15:20:58.000000000 -0300
+++ grokevt-0.5.0/debian/changelog	2024-07-12 07:06:11.000000000 -0300
@@ -1,3 +1,12 @@
+grokevt (0.5.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/patches/remove_distutils.patch: Add patch to remove use of distutils.
+  * d/control: Remove python3-distutils from Build Dependency. Add
+    python3-setuptools as Build Dependency (Closes: #1065871).
+
+ -- Emmanuel Arias <eam...@debian.org>  Fri, 12 Jul 2024 07:06:11 -0300
+
 grokevt (0.5.0-6) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru grokevt-0.5.0/debian/control grokevt-0.5.0/debian/control
--- grokevt-0.5.0/debian/control	2024-04-20 15:20:58.000000000 -0300
+++ grokevt-0.5.0/debian/control	2024-07-12 07:06:11.000000000 -0300
@@ -7,7 +7,7 @@
                cpio,
                dh-python,
                python3,
-               python3-distutils
+               python3-setuptools,
 Standards-Version: 4.7.0
 Rules-Requires-Root: no
 Homepage: http://projects.sentinelchicken.org/grokevt/
diff -Nru grokevt-0.5.0/debian/patches/remove_distutils.patch grokevt-0.5.0/debian/patches/remove_distutils.patch
--- grokevt-0.5.0/debian/patches/remove_distutils.patch	1969-12-31 21:00:00.000000000 -0300
+++ grokevt-0.5.0/debian/patches/remove_distutils.patch	2024-07-12 07:06:11.000000000 -0300
@@ -0,0 +1,17 @@
+Description: Remove distutils from source
+ This package use setup from setuptools instead of the setup from the deprecated
+ distutils module.
+Author: Emmanuel Arias <eam...@debian.org>
+Bug-Debian: https://bugs.debian.org/1065817
+Forwarded: https://github.com/ecbftw/grokevt/pull/1
+Last-Update: 2024-07-12
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/grokevt-distutils.py
++++ b/grokevt-distutils.py
+@@ -1,4 +1,4 @@
+ # Called from make with appropriate python version
+ 
+-from distutils.core import setup
++from setuptools import setup
+ setup(name='grokevt', version='0.5', package_dir={'':'lib'}, py_modules=['grokevt'])
diff -Nru grokevt-0.5.0/debian/patches/series grokevt-0.5.0/debian/patches/series
--- grokevt-0.5.0/debian/patches/series	2024-04-20 15:20:58.000000000 -0300
+++ grokevt-0.5.0/debian/patches/series	2024-07-12 07:06:11.000000000 -0300
@@ -2,3 +2,4 @@
 makefile.patch
 python3-shebang.patch
 no_egg.patch
+remove_distutils.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to