[redeclipse] 358/494: Use "-g ..." CXXFLAGS in install to avoid strip
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit f2b02f2bad85e6c559ac5442c4f81aa3c0a4c0fd
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Sat Jun 16 18:46:52 2012 +0200
Use "-g ..." CXXFLAGS in install to avoid strip
---
rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules b/rules
index 0a5a213..95da9c1 100755
--- a/rules
+++ b/rules
@@ -22,7 +22,9 @@ override_dh_strip:
dh_strip
override_dh_auto_install:
- dh_auto_install -- prefix=/usr games=/games gamesbin=/games \
+ dh_auto_install -- \
+ CXXFLAGS="$(CXXFLAGS)" \
+ prefix=/usr games=/games gamesbin=/games \
system-install-client system-install-server \
system-install-docs system-install-menus
install -d debian/tmp/usr/share/pixmaps
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list