diff -Nru ode-0.11.1-tbb/debian/changelog ode-0.11.1-tbb/debian/changelog --- ode-0.11.1-tbb/debian/changelog 2011-04-01 15:47:22.000000000 +0000 +++ ode-0.11.1-tbb/debian/changelog 2011-04-20 08:14:24.000000000 +0000 @@ -1,8 +1,8 @@ -ode (3:0.11.1-tbb-3maverick) maverick; urgency=high +ode (3:0.11.1-tbb-4maverick2) maverick; urgency=high * Multithread version. Intel TBB. - -- Hossein Ansari Sun, 13 Mar 2011 15:29:08 +0330 + -- Hossein Ansari Wed, 20 Apr 2011 12:42:57 +0430 ode (3:0.11-5maverick) maverick; urgency=high diff -Nru ode-0.11.1-tbb/debian/rules ode-0.11.1-tbb/debian/rules --- ode-0.11.1-tbb/debian/rules 2011-03-13 11:39:15.000000000 +0000 +++ ode-0.11.1-tbb/debian/rules 2011-04-20 06:26:57.000000000 +0000 @@ -5,11 +5,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CXXFLAGS += -O2 -g0 - CFLAGS += -O2 -g0 +#ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CXXFLAGS = -O3 -DNDEBUG + CFLAGS = -O3 -DNDEBUG export CXXFLAGS CFLAGS -endif +#endif # shared library versions, option 1 #version=2.0.5 @@ -32,8 +32,9 @@ build: build-stamp build-stamp: configure-stamp dh_testdir + - $(MAKE) -j3 + $(MAKE) -j touch build-stamp