Skip to content
Commits on Source (2)
porechop (0.2.3+dfsg-3) unstable; urgency=medium
* Team upload.
* Add patch to fix FTBFS in the clean target. Closes: #909761
-- Mattia Rizzolo <mattia@debian.org> Fri, 28 Sep 2018 12:11:40 +0200
porechop (0.2.3+dfsg-2) unstable; urgency=medium
* Team upload.
......
Description: Define that attribute like distutils.command.clean.initialize_options
Not sure what requires it, but everything is nicer with it...
Author: Mattia Rizzolo <mattia@debian.org>
Bug-Debian: https://bugs.debian.org/909761
Forwarded: no
--- a/setup.py
+++ b/setup.py
@@ -78,6 +78,7 @@
def initialize_options(self):
self.cwd = None
+ self.all = None
def finalize_options(self):
self.cwd = os.getcwd()
add_python_interpreter_line.patch
no_soname.patch
define-all-attribute-in-clean.patch