[SCM] Packaging for pytango branch, master, updated. bc2ca1bd00acbf9347b265a85779ef48050da306

Frédéric-Emmanuel PICCA picca at synchrotron-soleil.fr
Wed Nov 24 09:29:44 UTC 2010


The following commit has been merged in the master branch:
commit 02be5844ec649b33c7fcd474ac91686165a4891a
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