This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch experimental in repository wxmupen64plus.
commit b16badeabf278c2b957e4e9b3f1b2b70b54604a8 Author: Sven Eckelmann <[email protected]> Date: Mon May 7 21:51:15 2012 +0200 Upgrade debhelper compat to v9 --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index ca9bdf3..ba3704b 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://code.google.com/p/mupen64plus/ Vcs-Git: git://anonscm.debian.org/collab-maint/wxmupen64plus.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/wxmupen64plus.git Build-Depends: - debhelper (>= 8.0.0), + debhelper (>= 9), dpkg-dev (>= 1.16.0), python, libmupen64plus-dev (>= 1.99.4+77+8bb0e6b3ae3a), diff --git a/debian/rules b/debian/rules index 17acc58..b282630 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -export CFLAGS=$(shell dpkg-buildflags --get CFLAGS) -export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS) -export CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS) -export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS) 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/wxmupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

