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 b787c0324c7572bfbf247f0eddc3c94d9e4afbd0 Author: Sven Eckelmann <[email protected]> Date: Sat Mar 17 14:10:09 2012 +0100 Use buildflags.mk to set security flags in debian/rules --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3cbfa8f..732aec7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ mupen64plus-video-glide64 (1.99.4+37+a1c35b79de0d-1) UNRELEASED; urgency=low * Upgrade debhelper compat to v9 * debian/patches: - Rebase printf_fixup.patch against 1.99.5 + * Use buildflags.mk to set security flags in debian/rules -- Sven Eckelmann <[email protected]> Sun, 01 Jan 2012 20:20:16 +0100 diff --git a/debian/control b/debian/control index 0a4a29b..bfec853 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/mupen64plus-video-glide64.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mupen64plus-video-glide64.git Build-Depends: debhelper (>= 9), - dpkg-dev (>= 1.16.0), + dpkg-dev (>= 1.16.1.1), libgl1-mesa-dev | libgl-dev, libmupen64plus-dev (>= 1.99.5), libsdl1.2-dev | libsdl-dev, diff --git a/debian/rules b/debian/rules index 9efc448..c14f621 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ # -*- makefile -*- export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -- 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

