This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 5f6de2e61ee48ee92858d3632234f09910f8b73e Author: Sven Eckelmann <[email protected]> Date: Mon Apr 30 00:13:42 2012 +0200 Install architecture independent files into /usr/share/games/mupen64plus --- debian/changelog | 3 +++ debian/mupen64plus-video-glide64.install | 2 +- debian/rules | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3c6b99d..758fa5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ mupen64plus-video-glide64 (1.99.4+37+a1c35b79de0d-2) UNRELEASED; urgency=low [ Simon Ruderich ] * Let debhelper set the buildflags implicitly + [ Sven Eckelmann ] + * Install architecture independent files into /usr/share/games/mupen64plus + -- Sven Eckelmann <[email protected]> Sun, 18 Mar 2012 16:52:48 +0100 mupen64plus-video-glide64 (1.99.4+37+a1c35b79de0d-1) unstable; urgency=low diff --git a/debian/mupen64plus-video-glide64.install b/debian/mupen64plus-video-glide64.install index a1dbf54..375d4a9 100644 --- a/debian/mupen64plus-video-glide64.install +++ b/debian/mupen64plus-video-glide64.install @@ -1,2 +1,2 @@ usr/lib/*/mupen64plus/ -usr/share/mupen64plus/ +usr/share/games/mupen64plus/ diff --git a/debian/rules b/debian/rules index d0d36bf..23da0be 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) -MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS="" +MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS="" SHAREDIR="/usr/share/games/mupen64plus/" DBG_PACKAGE=$(shell dpkg-parsechangelog|grep '^Source: '|sed 's/^Source:\s*//')-dbg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

