This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-video-rice.
commit fc37ba4c0608070714efc9e52e8189d1fcdc3928 Author: Sven Eckelmann <[email protected]> Date: Wed Dec 4 11:47:15 2013 +0100 Add script which can be used as hook for the precise ppa backporting --- debian/backports/precise | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/backports/precise b/debian/backports/precise new file mode 100755 index 0000000..eb3d4cd --- /dev/null +++ b/debian/backports/precise @@ -0,0 +1,6 @@ +#! /bin/sh + +# Work around gcc bug in Ubuntu 12.04 LTS (Precise Pangolin) +sed -i -e 's/-flto//' debian/rules + +exit 0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-rice.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

