Mattia Rizzolo pushed to branch master at Debian Med / porechop
Commits: b2e406d6 by Mattia Rizzolo at 2018-09-28T10:10:39Z Add patch to fix FTBFS in the clean target Closes: #909761 Signed-off-by: Mattia Rizzolo <[email protected]> - - - - - 2885271b by Mattia Rizzolo at 2018-09-28T10:14:08Z Changelog for 0.2.3+dfsg-3 Signed-off-by: Mattia Rizzolo <[email protected]> - - - - - 3 changed files: - debian/changelog - + debian/patches/define-all-attribute-in-clean.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +porechop (0.2.3+dfsg-3) unstable; urgency=medium + + * Team upload. + * Add patch to fix FTBFS in the clean target. Closes: #909761 + + -- Mattia Rizzolo <[email protected]> Fri, 28 Sep 2018 12:11:40 +0200 + porechop (0.2.3+dfsg-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/define-all-attribute-in-clean.patch ===================================== @@ -0,0 +1,16 @@ +Description: Define that attribute like distutils.command.clean.initialize_options + Not sure what requires it, but everything is nicer with it... +Author: Mattia Rizzolo <[email protected]> +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() ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ add_python_interpreter_line.patch no_soname.patch +define-all-attribute-in-clean.patch View it on GitLab: https://salsa.debian.org/med-team/porechop/compare/4ed01c43cf81cbf9c1eff0f4d4fa2a7fc4f19b9e...2885271be15f33566a91bb74ea8b76c68ba4ec4b -- View it on GitLab: https://salsa.debian.org/med-team/porechop/compare/4ed01c43cf81cbf9c1eff0f4d4fa2a7fc4f19b9e...2885271be15f33566a91bb74ea8b76c68ba4ec4b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
