This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository berusky2.
commit 8564c795da137c8328ad32b2147572b857959666 Author: Markus Koschany <[email protected]> Date: Fri Jul 8 02:59:31 2016 +0200 test --- debian/control | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 66f28f0..5bef7f9 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: + g++-6, dh-autoreconf, debhelper (>= 9), freeglut3-dev, diff --git a/debian/rules b/debian/rules index 9a278eb..b4f6568 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export CXX = g++-6 %: dh $@ --parallel --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/berusky2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

