[SCM] QJson library packaging branch, master, updated. debian/0.7.1-1-7-g45f835d

Lisandro D. N. Pérez Meyer lisandropm-guest at alioth.debian.org
Thu Oct 28 13:25:06 UTC 2010


The following commit has been merged in the master branch:
commit 29a72901739cd3cb9d2fada4a96cf4df3ebd62b9
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Oct 27 15:10:51 2010 -0300

    Add visibility flags.
    
    Exported -fvisibility=hidden -fvisibility-inlines-hidden to make a better
    symbols file.
---
 debian/rules |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3fca8a3..8bcae57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
+
 %:
 	dh --dbg-package=libqjson0-dbg $@

-- 
QJson library packaging



More information about the pkg-kde-commits mailing list