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 d9abb06e666e391968cfb45c5790611b8fbc81bc Author: Sven Eckelmann <[email protected]> Date: Sun Jul 13 10:24:35 2014 +0200 Use Largefile Support enabled C API --- debian/changelog | 7 +++++++ debian/rules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ac928d..024a31c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mupen64plus-rsp-hle (2.0-3) UNRELEASED; urgency=medium + + * debian/rules: + - Use Largefile Support enabled C API + + -- Sven Eckelmann <[email protected]> Sun, 13 Jul 2014 10:23:10 +0200 + mupen64plus-rsp-hle (2.0-2) unstable; urgency=low * Upgraded to policy 3.9.5, no changes required diff --git a/debian/rules b/debian/rules index 5477554..e085c20 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie export DEB_CFLAGS_MAINT_APPEND=-flto +export DEB_CPPFLAGS_MAINT_APPEND = -D_FILE_OFFSET_BITS=64 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed 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-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

