[SCM] FreeCAD packaging branch, master, updated. debian/0.12.5284-dfsg-2-1-gda3974a

Anton Gladky gladky.anton at gmail.com
Thu Feb 9 19:24:20 UTC 2012


The following commit has been merged in the master branch:
commit da3974a85363d52357568191e829ed946ad2364f
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Feb 9 20:23:20 2012 +0100

    Switch from opencascade to oce. (Closes: #659133)

diff --git a/debian/control b/debian/control
index 988e00f..e805dad 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,9 @@ Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libtool, automake,
  libqt4-dev, libxt-dev, libxext-dev, libxmu-dev, libxi-dev, libx11-dev,
  libcoin60-dev, libsoqt4-dev (>= 1.4.2~svn20090224), libeigen3-dev,
  libgts-bin, libgts-dev, libcv-dev, zlib1g-dev, libxerces-c2-dev,
- libopencascade-foundation-dev, libopencascade-modeling-dev,
- libopencascade-ocaf-dev,
- libopencascade-visualization-dev, python-cxx-dev, libswscale-dev, 
+ liboce-foundation-dev, liboce-modeling-dev,
+ liboce-ocaf-dev,
+ liboce-visualization-dev, python-cxx-dev, libswscale-dev, 
  libzipios++-dev, swig, gfortran, libqtwebkit-dev
 Standards-Version: 3.9.2
 
diff --git a/debian/rules b/debian/rules
index d6e9d73..1d3b986 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS := -lrt $(shell dpkg-buildflags --get LDFLAGS)
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-occ-include=/usr/include/opencascade \
+	dh_auto_configure -- --with-occ-include=/usr/include/oce \
 --with-occ-lib=/usr/lib \
 --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 --prefix=/usr/lib/freecad --mandir=/usr/share/man \

-- 
FreeCAD packaging



More information about the debian-science-commits mailing list