[pytango] 480/483: Add mint to list of debian based distributions

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:15 UTC 2017


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

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 7b0bd9c48622bdc0e5c567169406b05a68931c46
Author: coutinho <coutinho at esrf.fr>
Date:   Mon May 11 11:20:47 2015 +0200

    Add mint to list of debian based distributions
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f707bae..911569e 100644
--- a/setup.py
+++ b/setup.py
@@ -353,7 +353,8 @@ def setup_args():
     if BOOST_ROOT is None:
         if 'linux' in sys.platform:
             dist_name = platform.linux_distribution()[0].lower()
-            debian_based = 'debian' in dist_name or 'ubuntu' in dist_name
+            debian_based = 'debian' in dist_name or 'ubuntu' in dist_name or \
+                           'mint' in dist_name
             if debian_based:
                 # when building with multiple version of python on debian we need
                 # to link against boost_python-py25/-py26 etc...

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



More information about the debian-science-commits mailing list