This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-ui-console.
commit a6bff069ee35a8b656e5a9be09ed6ada90828819 Author: Sven Eckelmann <[email protected]> Date: Tue Sep 10 22:32:33 2013 +0200 Re-enable -flto because the error was caused by different combination --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index a84f35d..56ab3a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mupen64plus-ui-console (2.0-2) UNRELEASED; urgency=low * debian/patches: - Add make_header_depends.patch, Don't fail rebuild when header is removed + * debian/rules: + - Re-enable -flto because the error was caused by different combination -- Sven Eckelmann <[email protected]> Tue, 10 Sep 2013 22:28:37 +0200 diff --git a/debian/rules b/debian/rules index 5e01b00..26a8b42 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # -*- makefile -*- export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -flto DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-ui-console.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

