[python-escript] 01/03: Add missing space in the compiler flag. (Closes: #878496)

Anton Gladky gladk at moszumanska.debian.org
Sat Dec 9 22:36:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch debian
in repository python-escript.

commit 8a44bbe6779a1aa0de2fe805db0c3425367ecba9
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Dec 9 23:33:37 2017 +0100

    Add missing space in the compiler flag. (Closes: #878496)
---
 debian/patches/32bitboostextract | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/32bitboostextract b/debian/patches/32bitboostextract
index 7990968..a8a2acc 100644
--- a/debian/patches/32bitboostextract
+++ b/debian/patches/32bitboostextract
@@ -18,5 +18,5 @@ Description: bitboostextract
  
 +import platform
 +if platform.architecture()[0] == '32bit':
-+    cxx_extra += '-Wno-maybe-uninitialized '
++    cxx_extra += ' -Wno-maybe-uninitialized '
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-escript.git



More information about the debian-science-commits mailing list