[med-svn] [Git][med-team/porechop][master] 2 commits: Add patch to fix FTBFS in the clean target

Mattia Rizzolo gitlab at salsa.debian.org
Fri Sep 28 11:14:23 BST 2018


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 <mattia at debian.org>

- - - - -
2885271b by Mattia Rizzolo at 2018-09-28T10:14:08Z
Changelog for 0.2.3+dfsg-3

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


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 <mattia at debian.org>  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 <mattia at 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()


=====================================
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180928/22933e2b/attachment-0001.html>


More information about the debian-med-commit mailing list