This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit fed1c4c84a71d0e95bd03f13a9b6b8c3f119ab85 Author: Simon McVittie <[email protected]> Date: Wed Jul 5 08:37:45 2017 +0100 morrowind: Do not issue warnings about a modified Morrowind.ini --- data/morrowind.yaml | 2 ++ debian/changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/data/morrowind.yaml b/data/morrowind.yaml index ea9f511..a4bc87b 100644 --- a/data/morrowind.yaml +++ b/data/morrowind.yaml @@ -133,12 +133,14 @@ packages: files: Morrowind.ini?en_goty: + distinctive_name: false install_as: Morrowind.ini.orig look_for: - Morrowind.ini - Morrowind.ini.orig Morrowind.ini?fr: + distinctive_name: false install_as: Morrowind.ini.orig look_for: - Morrowind.ini diff --git a/debian/changelog b/debian/changelog index 31aa13f..af0f339 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ game-data-packager (54) UNRELEASED; urgency=medium same destination in the same package. This would result in one of them being included and the other being omitted. [smcv] - Add a consistency check to prevent the above happening again [smcv] + - morrowind: Do not issue warnings about a modified Morrowind.ini [smcv] -- Simon McVittie <[email protected]> Wed, 05 Jul 2017 08:31:13 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

