This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-rsp-hle.
commit 4c18ac6517c450f1da76c2e37cf2d7afd5b5e0c4 Author: Sven Eckelmann <[email protected]> Date: Sun Mar 18 16:53:15 2012 +0100 Let debhelper set the buildflags implicitly --- debian/changelog | 7 +++++++ debian/rules | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 34b734e..7096e04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mupen64plus-rsp-hle (1.99.5-2) UNRELEASED; urgency=low + + [ Simon Ruderich ] + * Let debhelper set the buildflags implicitly + + -- Sven Eckelmann <[email protected]> Sun, 18 Mar 2012 16:52:30 +0100 + mupen64plus-rsp-hle (1.99.5-1) unstable; urgency=low * New Upstream Version diff --git a/debian/rules b/debian/rules index 76a5025..b596bb1 100755 --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,9 @@ # -*- makefile -*- export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk +export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) - -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)" PIC=1 OPTFLAGS="" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

