This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-video-rice.
commit 5ff650c465336bde76d565f0de1a3e63818988d4 Author: Sven Eckelmann <[email protected]> Date: Sun Jul 13 10:24:35 2014 +0200 Use Largefile Support enabled C API --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 59aa491..6a8e174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mupen64plus-video-rice (2.0-3) UNRELEASED; urgency=medium * Update copyright years in debian/copyright * Move keyring for signature verification to new debian/upstream/ + * debian/rules: + - Use Largefile Support enabled C API -- Sven Eckelmann <[email protected]> Wed, 01 Jan 2014 17:19:32 +0100 diff --git a/debian/rules b/debian/rules index e238808..1e970e7 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 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-rice.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

