[SCM] polybori: Polynomials over Boolean Rings branch, master, updated. debian/0.8.3-1_exp1-1-gd5e88c5

Alexander Dreyer adreyer at gmx.de
Wed Feb 20 14:29:13 UTC 2013


The following commit has been merged in the master branch:
commit d5e88c52acbd4b6fb244615c6fde003fb3849361
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Wed Feb 20 15:21:15 2013 +0100

    Upstream patch: Added libraries symlinks to testsuite dependencies to ensure that tests can be executed

diff --git a/debian/patches/0001-Added-libraries-symlinks-to-testsuite-dependencies-t.patch b/debian/patches/0001-Added-libraries-symlinks-to-testsuite-dependencies-t.patch
new file mode 100644
index 0000000..614db89
--- /dev/null
+++ b/debian/patches/0001-Added-libraries-symlinks-to-testsuite-dependencies-t.patch
@@ -0,0 +1,23 @@
+From: Alexander Dreyer <adreyer at gmx.de>
+Date: Mon, 18 Feb 2013 13:44:07 +0100
+Subject: Added libraries symlinks to testsuite dependencies to ensure that
+ tests can be executed
+
+---
+ SConstruct |    2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/SConstruct b/SConstruct
+index 0c30e5d..d13b8c3 100644
+--- a/SConstruct
++++ b/SConstruct
+@@ -1252,6 +1252,8 @@ if BOOST_TEST:
+                         [BOOST_TEST] + libpbShared + libgbShared  + libm4ri + GD_LIBS,
+                     CPPDEFINES = ["BOOST_TEST_DYN_LINK"] )
+ 
++	env.Depends(target, pb_symlinks + gb_symlinks)
++
+     test_building(TestsPath("unittests"), testfiles, env)
+ 
+     for testfile in testfiles:
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ee3f738
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Added-libraries-symlinks-to-testsuite-dependencies-t.patch

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list