[mupen64plus-core] 155/310: Install architecture independent files into /usr/share/games/mupen64plu

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

commit 81c5a92d90775d25948bcd6039b134480252fae5
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Apr 29 23:52:56 2012 +0200

    Install architecture independent files into /usr/share/games/mupen64plu
---
 debian/changelog                | 1 +
 debian/mupen64plus-data.install | 2 +-
 debian/rules                    | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e6359c3..1d1af50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mupen64plus-core (1.99.5-3) UNRELEASED; urgency=low
 
   * Add mupen64plus-data binary package for the rom catalog and cheat database 
+  * Install architecture independent files into /usr/share/games/mupen64plus
 
  -- Sven Eckelmann <sven at narfation.org>  Sun, 29 Apr 2012 23:18:40 +0200
 
diff --git a/debian/mupen64plus-data.install b/debian/mupen64plus-data.install
index ce35d9c..981b7d3 100644
--- a/debian/mupen64plus-data.install
+++ b/debian/mupen64plus-data.install
@@ -1 +1 @@
-usr/share/mupen64plus/
+usr/share/games/mupen64plus/
diff --git a/debian/rules b/debian/rules
index dc3f471..dab3058 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
 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
 
 binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-core.git



More information about the Pkg-games-commits mailing list