[mupen64plus-core] 84/310: Automatically create the libmupen64plus.so.2 symlink

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:21 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 15c9ef4083a6c449bdb778052d378c4b229e7b1d
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Jul 23 23:21:57 2011 +0200

    Automatically create the libmupen64plus.so.2 symlink
---
 debian/changelog | 1 +
 debian/rules     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9233895..9906a3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mupen64plus-core (1.99.4-3) UNRELEASED; urgency=low
     - Mark all targets as phony
     - Force PIC using Makefile option
     - Remove unintended optimization flags
+    - Automatically create the libmupen64plus.so.2 symlink
   * debian/patches:
     - Remove obsolete default-optimisations.patch
     - Rebase debian/patches/dejavu-font.patch
diff --git a/debian/rules b/debian/rules
index 73739ad..2aa4c46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,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 = 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)" LDCONFIG=true 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=""
 
 binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %:
 	dh $@ --sourcedirectory="projects/unix" --parallel --list-missing
@@ -31,7 +31,6 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install -- $(MAKEOPTIONS)
-	cp -d "$(CURDIR)/projects/unix/libmupen64plus.so.2" "$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/"
 
 override_dh_strip:
 	dh_strip -a --dbg-package=libmupen64plus2-dbg

-- 
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