[SCM] Attica packaging branch, master, updated. debian/0.2.0-1-24-gc9fc0a4
Pino Toscano
pino at alioth.debian.org
Sun Jul 1 22:44:30 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/attica.git;a=commitdiff;h=65fa1d3
The following commit has been merged in the master branch:
commit 65fa1d3b206a8f079c00792878e20c6051c67636
Author: Pino Toscano <pino at debian.org>
Date: Mon Jul 2 00:25:52 2012 +0200
reeanble the custom CXXFLAGS to enable the hidden visibility
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 547c247..196a603 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ attica (0.4.0-0r1) UNRELEASED; urgency=low
* Bump the debhelper compatibility to v9:
- bump compat to 9
- bump the debhelper build dependency to 9
+ - convert the CXXFLAGS addition to the dpkg-buildflags way
* Drop the custom CXXFLAGS, they seem to break compilation.
* Update the symbols file.
* Update Vcs-Browser header and migrate Vcs-Svn to Vcs-Git.
diff --git a/debian/rules b/debian/rules
index 3c74137..b9bdb72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
-#export DEB_CXXFLAGS_MAINT_APPEND := -fvisibility=hidden -fvisibility-inlines-hidden
+export DEB_CXXFLAGS_MAINT_APPEND := -fvisibility=hidden -fvisibility-inlines-hidden
%:
dh $@ --parallel --with pkgkde_symbolshelper
--
Attica packaging
More information about the pkg-kde-commits
mailing list