[cube2font] 13/18: Disable parsing missing header files to avoid make warnings

Martin Werner arand-guest at moszumanska.debian.org
Fri Apr 24 12:33:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch master
in repository cube2font.

commit e3dba672b7a0fc67595c081e15db7fdf077c4365
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 24 14:02:53 2015 +0200

    Disable parsing missing header files to avoid make warnings
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0f248a0..e54e984 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ override_dh_auto_clean:
 override_dh_auto_build:
 	dh_auto_build -- \
 		CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS) -ffast-math" \
+		appnamefull="" \
+		appversion="" \
+		weapon-names="" \
 		cube2font
 
 override_dh_strip:
@@ -20,6 +23,9 @@ override_dh_strip:
 
 override_dh_auto_install:
 	make -C src/ system-install-cube2font DESTDIR=$(CURDIR)/debian/cube2font \
+		appnamefull="" \
+		appversion="" \
+		weapon-names="" \
 		prefix=/usr
 
 override_dh_builddeb:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/cube2font.git



More information about the Pkg-games-commits mailing list