[SCM] qtzeitgeist packaging branch, master, updated. 0fa83afdb4fcea8c3981ddd1ea7aa0fdaa4f3302

Lisandro D. N. Pérez Meyer lisandropm-guest at alioth.debian.org
Fri May 27 13:13:15 UTC 2011


The following commit has been merged in the master branch:
commit e90229f8e023e7033c55e88fa00dc1c31cd132ee
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat May 21 20:24:12 2011 -0300

    Disable the tests compilation.
    
    They FTBFS when the visibility flags are set.
---
 debian/patches/remove_tests.patch |   19 +++++++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/debian/patches/remove_tests.patch b/debian/patches/remove_tests.patch
new file mode 100644
index 0000000..1799944
--- /dev/null
+++ b/debian/patches/remove_tests.patch
@@ -0,0 +1,19 @@
+From: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
+Subject: disable the compilation of tests.
+
+The tests FTBFS when the following flags are set up:
+
+CXXFLAGS+=-fvisibility=hidden -fvisibility-inlines-hidden
+
+As we are not shipping the tests, I'm disabling them.
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -43,7 +43,6 @@
+ 
+ add_subdirectory(include)
+ add_subdirectory(src)
+-add_subdirectory(tests)
+ 
+ # Generate cmake file
+ get_target_property(QZEITGEIST_LIBRARY qzeitgeist LOCATION)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f2850ba
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_tests.patch

-- 
qtzeitgeist packaging



More information about the pkg-kde-commits mailing list