This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 0b643a8a73fa995bea642e1193f7ae1843ffe669 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 c9768f7..3c6b99d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mupen64plus-video-glide64 (1.99.4+37+a1c35b79de0d-2) UNRELEASED; urgency=low + + [ Simon Ruderich ] + * Let debhelper set the buildflags implicitly + + -- Sven Eckelmann <[email protected]> Sun, 18 Mar 2012 16:52:48 +0100 + mupen64plus-video-glide64 (1.99.4+37+a1c35b79de0d-1) unstable; urgency=low * New upstream snapshot from revision a1c35b79de0d75c76aac92711ea8a82471c89580 diff --git a/debian/rules b/debian/rules index c14f621..d0d36bf 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-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

