This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository higan.
commit 1e096f4bf99b645b5dc2142e393e010d46a3a6af Author: Tobias Hansen <[email protected]> Date: Sun Jun 26 09:45:02 2016 +0100 Enable option 'Ignore Manifests' by default. --- debian/changelog | 1 + debian/patches/ignore_manifests_by_default.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5fd45d3..9a3c28b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ higan (098-1) UNRELEASED; urgency=medium - use-XDG_CONFIG_HOME.patch * New patches: - use_sharedpath.patch + - ignore_manifests_by_default.patch * Fix .desktop file syntax. (Closes: #812482) * Update homepage URL. (Closes: #808788) * Bump Standards-Version. diff --git a/debian/patches/ignore_manifests_by_default.patch b/debian/patches/ignore_manifests_by_default.patch new file mode 100644 index 0000000..0a49b46 --- /dev/null +++ b/debian/patches/ignore_manifests_by_default.patch @@ -0,0 +1,17 @@ +Description: Ignore manifests in the game library by default + Game folders in the game library created with older versions of + higan contain files named manifest.bml. Without this option enabled + these games do not work anymore as long as the manifests are present. +Author: Tobias Hansen <[email protected]> + +--- a/higan/target-tomoko/configuration/configuration.cpp ++++ b/higan/target-tomoko/configuration/configuration.cpp +@@ -12,7 +12,7 @@ + set("UserInterface/ShowStatusBar", true); + + set("Library/Location", {userpath(), "Emulation/"}); +- set("Library/IgnoreManifests", false); ++ set("Library/IgnoreManifests", true); + + set("Video/Driver", ruby::Video::optimalDriver()); + set("Video/Synchronize", false); diff --git a/debian/patches/series b/debian/patches/series index 5ef5d40..0b4ee78 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ noopt.patch use-XDG_CONFIG_HOME.patch find_cairo.patch use_sharedpath.patch +ignore_manifests_by_default.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/higan.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

