[mupen64plus-input-sdl] 101/196: Install architecture independent files into /usr/share/games/mupen64plus

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:25 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-input-sdl.

commit e3b15bd0b02b5c8cb18f5c21321699339b4432c9
Author: Sven Eckelmann <sven at narfation.org>
Date:   Mon Apr 30 00:09:50 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e1f1ea4..a2ebeb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ mupen64plus-input-sdl (1.99.5-2) UNRELEASED; urgency=low
   [ Sven Eckelmann ]
   * debian/patches:
     - Add huijia_adapter_config.patch, Fix for HuiJia adapter auto-config
+  * Install architecture independent files into /usr/share/games/mupen64plus
 
  -- Sven Eckelmann <sven at narfation.org>  Sun, 18 Mar 2012 16:52:24 +0100
 
diff --git a/debian/mupen64plus-input-sdl.install b/debian/mupen64plus-input-sdl.install
index a1dbf54..375d4a9 100644
--- a/debian/mupen64plus-input-sdl.install
+++ b/debian/mupen64plus-input-sdl.install
@@ -1,2 +1,2 @@
 usr/lib/*/mupen64plus/
-usr/share/mupen64plus/
+usr/share/games/mupen64plus/
diff --git a/debian/rules b/debian/rules
index 87e7305..554da24 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
 

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



More information about the Pkg-games-commits mailing list