diff -Nru heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/debian/bzr-builder.manifest heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/debian/bzr-builder.manifest --- heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/debian/bzr-builder.manifest 2016-06-09 22:17:33.000000000 +0000 +++ heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/debian/bzr-builder.manifest 2016-06-11 19:17:39.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.4 deb-version 1.1.0.1443+git1f29b27+201606092217 -lp:heekscad revid:git-v1:1f29b2775b563f1ad635185b8de6f8cea011b514 +# bzr-builder format 0.4 deb-version 1.1.0.1445+gitd6a3e96+201606111917 +lp:heekscad revid:git-v1:d6a3e96f786fbd909638630cabae6c62e297e555 diff -Nru heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/debian/changelog heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/debian/changelog --- heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/debian/changelog 2016-06-09 22:17:33.000000000 +0000 +++ heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/debian/changelog 2016-06-11 19:17:39.000000000 +0000 @@ -1,8 +1,8 @@ -heekscad (1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1) wily; urgency=low +heekscad (1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1) wily; urgency=low * Auto build. - -- neomilium Thu, 09 Jun 2016 22:17:33 +0000 + -- neomilium Sat, 11 Jun 2016 19:17:39 +0000 heekscad (1.1.0-1) unstable; urgency=low diff -Nru heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/debian/control heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/debian/control --- heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/debian/control 2016-06-09 22:17:31.000000000 +0000 +++ heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/debian/control 2016-06-11 19:17:38.000000000 +0000 @@ -2,7 +2,7 @@ Section: editors Priority: extra Maintainer: Romuald Conty -Build-Depends: debhelper (>= 7.0.0), cmake, libopencascade-visualization-dev | liboce-visualization-dev, libwxgtk2.8-dev, libgtkglext1-dev, python-dev, libarea-dev +Build-Depends: debhelper (>= 7.0.0), cmake, libopencascade-visualization-dev | liboce-visualization-dev, libwxgtk2.8-dev | libwxgtk3.0-dev, libgtkglext1-dev, python-dev, libarea-dev Standards-Version: 3.9.3 Homepage: https://github.com/Heeks/heekscad Vcs-Svn: http://heekscad.googlecode.com/svn/trunk/ diff -Nru heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/interface/Geom.h heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/interface/Geom.h --- heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/interface/Geom.h 2016-06-09 22:17:31.000000000 +0000 +++ heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/interface/Geom.h 2016-06-11 19:17:38.000000000 +0000 @@ -5,6 +5,13 @@ #pragma once #include "GripData.h" +#include +#if OCC_VERSION_HEX >= 0x060800 + #define _OCC_BACKPORT_PRECISION +#else + #define _OCC_BACKPORT_PRECISION , 0.0001, 0.00000001 +#endif + // functions to find intersections between gp items bool intersect(const gp_Lin& lin, const gp_Lin& lin2, gp_Pnt &pnt); bool intersect(const gp_Lin& lin, const gp_Pln& pln, gp_Pnt &pnt); diff -Nru heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/src/Ruler.cpp heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/src/Ruler.cpp --- heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/src/Ruler.cpp 2016-06-09 22:17:31.000000000 +0000 +++ heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/src/Ruler.cpp 2016-06-11 19:17:38.000000000 +0000 @@ -5,6 +5,7 @@ #include "stdafx.h" #include "Ruler.h" #include "Gripper.h" +#include "../interface/Geom.h" #include "../interface/Tool.h" #include "../interface/PropertyCheck.h" #include "../interface/PropertyLength.h" diff -Nru heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/src/stdafx.h heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/src/stdafx.h --- heekscad-1.1.0.1443+git1f29b27+201606092217~ubuntu15.10.1/src/stdafx.h 2016-06-09 22:17:31.000000000 +0000 +++ heekscad-1.1.0.1445+gitd6a3e96+201606111917~ubuntu15.10.1/src/stdafx.h 2016-06-11 19:17:38.000000000 +0000 @@ -279,10 +279,3 @@ #if _MSC_VER == 1600 #include #endif - -#include -#if OCC_VERSION_HEX >= 0x060800 - #define _OCC_BACKPORT_PRECISION -#else - #define _OCC_BACKPORT_PRECISION , 0.0001, 0.00000001 -#endif