[frozen-bubble] 01/02: Make the hardening-server patch survive multiple CPPFLAGS
Niko Tyni
ntyni at moszumanska.debian.org
Wed Jun 3 19:57:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository frozen-bubble.
commit 6fc971d727945c83d863c006440b908c3fb23d71
Author: Niko Tyni <ntyni at debian.org>
Date: Wed Jun 3 22:17:41 2015 +0300
Make the hardening-server patch survive multiple CPPFLAGS
The package fails to build on the reproducible builds CI system,
because CPPFLAGS has multiple words there. See
https://reproducible.debian.net/issues/bad_handling_of_extra_warnings_issue.html
---
debian/patches/hardening-server | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/hardening-server b/debian/patches/hardening-server
index 3c871f6..bea2c69 100644
--- a/debian/patches/hardening-server
+++ b/debian/patches/hardening-server
@@ -12,7 +12,7 @@ Last-Update: 2014-06-24
'-I' . $server_directory, # does not seem to be necessary
$cbuilder->split_like_shell(`pkg-config glib-2.0 --cflags`),
$cbuilder->split_like_shell(`pkg-config glib-2.0 --libs`),
-+ $ENV{CPPFLAGS},
++ $cbuilder->split_like_shell($ENV{CPPFLAGS}),
],
);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/frozen-bubble.git
More information about the Pkg-perl-cvs-commits
mailing list