[python-fann2] 03/05: Fix omitted logic negation in patch
Christian Kastner
ckk at moszumanska.debian.org
Tue Sep 29 20:16:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ckk pushed a commit to branch master
in repository python-fann2.
commit 326477a606bdf2482c12691b7946e87c109371d5
Author: Christian Kastner <ckk at kvr.at>
Date: Tue Sep 29 22:02:39 2015 +0200
Fix omitted logic negation in patch
---
debian/patches/Improve-SWIG-invocation.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/Improve-SWIG-invocation.patch b/debian/patches/Improve-SWIG-invocation.patch
index 7c2ceab..c14bc29 100644
--- a/debian/patches/Improve-SWIG-invocation.patch
+++ b/debian/patches/Improve-SWIG-invocation.patch
@@ -12,7 +12,7 @@ Last-Update: 2015-09-29
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
-index b4afbbb..9a96cef 100755
+index b4afbbb..464ad8c 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ def build_swig():
@@ -20,7 +20,7 @@ index b4afbbb..9a96cef 100755
subprocess.Popen(swig_cmd).wait()
-if "sdist" not in sys.argv:
-+if "build" not in sys.argv:
++if "build" in sys.argv:
build_swig()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-fann2.git
More information about the debian-science-commits
mailing list