This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository scorched3d.
commit abb56f69c7f75e47f3ee350374627db5732480d5 Author: Markus Koschany <[email protected]> Date: Sat Jul 16 03:13:42 2016 +0200 Update debian/clean and ensure that the game can be built twice in a row --- debian/changelog | 3 +++ debian/clean | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 77e6c7b..22e3bc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,9 @@ scorched3d (44+dfsg-1) unstable; urgency=medium * Add gcc-6-ftbfs.patch and fix FTBFS with GCC-6. Thanks to Martin Michlmayr for the report. (Closes: #811647) * Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed. + * Ensure that Scorched3D can be built twice in a row. + * Use sensible-browser instead of hardcoding firefox. (Closes: #782624). + Thanks to Trent W. Buck for the report. -- Markus Koschany <[email protected]> Sat, 16 Jul 2016 01:21:45 +0200 diff --git a/debian/clean b/debian/clean index 31bf753..90fcc72 100644 --- a/debian/clean +++ b/debian/clean @@ -12,3 +12,16 @@ src/launcher/scorched/Makefile.am src/server/Makefile.in src/server/scorcheds/Makefile.in src/server/scorcheds/Makefile.am +src/client/scorchedc/scorched3dc +src/launcher/scorched/scorched3d +src/server/scorcheds/scorched3ds +Makefile +config.log +config.status +src/Makefile +src/client/Makefile +src/client/scorchedc/Makefile +src/launcher/Makefile +src/launcher/scorched/Makefile +src/server/Makefile +src/server/scorcheds/Makefile -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scorched3d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

