[SCM] Attica packaging branch, master, updated. debian/0.4.0-1-6-g7262499

Pino Toscano pino at alioth.debian.org
Thu Dec 6 18:33:25 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/attica.git;a=commitdiff;h=059a83f

The following commit has been merged in the master branch:
commit 059a83f41e4668973f54a80c08b88248177995dc
Author: Pino Toscano <pino at debian.org>
Date:   Thu Dec 6 18:46:00 2012 +0100

    disable the unit tests
    
    they do not link when compiling with hidden visibility
---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a480f43..b154f19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ attica (0.4.1-0r1) UNRELEASED; urgency=low
 
   [ Pino Toscano ]
   * New upstream release.
+  * Disable the unit tests, which do not link when compiling with hidden
+    visibility.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Thu, 06 Dec 2012 18:39:13 +0100
 
diff --git a/debian/rules b/debian/rules
index b9bdb72..c1b5a53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ export DEB_CXXFLAGS_MAINT_APPEND := -fvisibility=hidden -fvisibility-inlines-hid
 %:
 	dh $@ --parallel --with pkgkde_symbolshelper
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DATTICA_ENABLE_TESTS=OFF
+
 override_dh_strip:
 	dh_strip --dbg-package=libattica-dbg

-- 
Attica packaging



More information about the pkg-kde-commits mailing list