[SCM] admesh - a tool for processing triangulated solid meshes branch, master, updated. debian/0.95-14-12-gcff9d65

Anton Gladky gladky.anton at gmail.com
Wed Jul 3 18:12:45 UTC 2013


The following commit has been merged in the master branch:
commit 3a0021e95bbd6643c5500ee78813db1f7cb30d54
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Jul 3 19:35:07 2013 +0200

    Update regression tests.

diff --git a/debian/patches/add-regression-test b/debian/patches/add-regression-test
index f4c030b..d79bcd1 100644
--- a/debian/patches/add-regression-test
+++ b/debian/patches/add-regression-test
@@ -49,7 +49,7 @@ Last-Update: 2011-02-06
 +++ b/regression_test/regression_test
 @@ -0,0 +1,11 @@
 +#!/bin/dash
-+./admesh block.stl > regression_test_output_current
++./build/admesh block.stl > regression_test_output_current
 +DIFFRESULT=`diff regression_test_output_current regression_test/regression_test_output_etalon`
 +if [ "$DIFFRESULT" != "" ]; then
 +	rm regression_test_output_current
diff --git a/debian/rules b/debian/rules
index 3160eec..eb22f21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #! /usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --builddirectory=build
 
 override_dh_auto_test:
 	chmod +x ./regression_test/regression_test;

-- 
admesh - a tool for processing triangulated solid meshes



More information about the debian-science-commits mailing list