This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch experimental in repository wxmupen64plus.
commit f81e86e6f6fa286a37c0e78523eb2e8de0131f79 Author: Sven Eckelmann <[email protected]> Date: Mon May 7 21:49:22 2012 +0200 Move datadir to /usr/share/games/ --- debian/rules | 2 +- debian/wxmupen64plus.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 08236f3..30248a9 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ LDFLAGS += -Wl,--as-needed DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) -MAKEOPTIONS = --mupenapi=/usr/include/mupen64plus/ --prefix=/usr --bindir='/usr/games/' --libdir='/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus/' --datadir='/usr/share/wxmupen64plus/' --destdir=debian/tmp +MAKEOPTIONS = --mupenapi=/usr/include/mupen64plus/ --prefix=/usr --bindir='/usr/games/' --libdir='/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus/' --datadir='/usr/share/games/wxmupen64plus/' --destdir=debian/tmp binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep: dh $@ --parallel --list-missing diff --git a/debian/wxmupen64plus.install b/debian/wxmupen64plus.install index 7b978b9..d517041 100644 --- a/debian/wxmupen64plus.install +++ b/debian/wxmupen64plus.install @@ -1,2 +1,2 @@ usr/games/wxmupen64plus -usr/share/wxmupen64plus/* +usr/share/games/wxmupen64plus/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wxmupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

