Hello, 

Please consider apply this patch that remove .exe files from .deb
package.

I cc doko that is the maintaner.

Cheers, 
eamanu
diff --git a/debian/changelog b/debian/changelog
index c44c6a0..efb34a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+setuptools (52.0.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * d/rule: Remove .exe files from the package builded (Closes: #989346).
+  * d/watch: Use https instead of http in the uri.
+
+ -- Emmanuel Arias <eam...@yaerobi.com>  Sat, 26 Jun 2021 22:10:04 -0300
+
 setuptools (52.0.0-3) unstable; urgency=medium
 
   * Use sysconfig.get_platform instead of distutils.util.get_platform.
diff --git a/debian/rules b/debian/rules
index d030e03..42aebf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ override_dh_auto_install:
 	# dh_pypy from dh-python < 1.20150705-1 falls over requires.txt
 	# and our requires.txt aren't useful
 	find debian/tmp -name requires.txt -delete
+	find debian/tmp -name "*.exe" -type f -delete
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.rst
diff --git a/debian/watch b/debian/watch
index 44ad864..74484f6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pypi.debian.net/setuptools/setuptools-(.*)\.(?:tar\.gz|zip)
+https://pypi.debian.net/setuptools/setuptools-(.*)\.(?:tar\.gz|zip)

Reply via email to