[SCM] Packaging for pytango branch, master, updated. 4b58a0979c088c5513b2d502b6375f1f636beba7

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Tue Nov 23 22:04:06 UTC 2010


The following commit has been merged in the master branch:
commit 329300ae2b6fe2b6d7c7224013ad29280f8e4c8d
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Nov 11 10:58:12 2010 +0100

    * fix compilation with tango 7.2.0

diff --git a/setup.py b/setup.py
index b844a48..f359345 100644
--- a/setup.py
+++ b/setup.py
@@ -136,7 +136,7 @@ def uniquify(seq):
 
 include_dirs = [
     os.path.abspath('src'),
-    os.path.join(TANGO_ROOT, 'include'),
+    os.path.join(TANGO_ROOT, 'include/tango'),
     os.path.join(OMNI_ROOT, 'include'),
     os.path.join(NUMPY_ROOT, 'include'),
 ]

-- 
Packaging for pytango



More information about the debian-science-commits mailing list