This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository chocolate-doom.
commit 6c5df42635085af61023902d9eb43a020e5cb8a4 Author: Fabian Greffrath <[email protected]> Date: Fri Dec 30 15:20:26 2016 +0100 Keep on installing the game executables into /usr/games --- debian/chocolate-doom.install | 2 +- debian/rules | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/chocolate-doom.install b/debian/chocolate-doom.install index 4b010ac..f897810 100644 --- a/debian/chocolate-doom.install +++ b/debian/chocolate-doom.install @@ -11,4 +11,4 @@ usr/share/doc/chocolate-hexen/CMDLINE.hexen /usr/share/doc/chocolate-doom/ usr/share/doc/chocolate-hexen/INSTALL.hexen /usr/share/doc/chocolate-doom/ usr/share/doc/chocolate-strife/CMDLINE.strife /usr/share/doc/chocolate-doom/ usr/share/doc/chocolate-strife/INSTALL.strife /usr/share/doc/chocolate-doom/ -usr/share/doc/chocolate-strife/README.Strife /usr/share/doc/chocolate-doom/ +usr/share/doc/chocolate-strife/README.Strife.md /usr/share/doc/chocolate-doom/ diff --git a/debian/rules b/debian/rules index 5d5af71..830e217 100755 --- a/debian/rules +++ b/debian/rules @@ -12,10 +12,11 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install --max-parallel=1 -- \ SETUP_BINARIES=chocolate-setup \ - DOC_FILES="README.md README.Music.md PHILOSOPHY.md TODO.md" + DOC_FILES="README.md README.Music.md PHILOSOPHY.md TODO.md" \ + execgamesdir=/usr/games override_dh_installchangelogs: - dh_installchangelogs NEWS + dh_installchangelogs NEWS.md override_dh_install: dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

