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 46286ce973d1553a302cc48e0ec66fa0014fcb7d Author: Sven Eckelmann <[email protected]> Date: Sat Jul 23 23:07:59 2011 +0200 Force PIC using Makefile option --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d336db..23eafe1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ mupen64plus-core (1.99.4-3) UNRELEASED; urgency=low * Fix spelling of "Flexible" in debian/control (Closes: #633693) - * Mark all targets in debian/rules as phony + * debian/rules: + - Mark all targets as phony + - Force PIC using Makefile option * debian/patches: - Remove obsolete default-optimisations.patch - Rebase debian/patches/dejavu-font.patch diff --git a/debian/rules b/debian/rules index 05f465c..7c961e9 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 +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 binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %: dh $@ --sourcedirectory="projects/unix" --parallel --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-core.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

