This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository openal-soft.
commit a60611df709b7739353cc511cdef46646677a8eb Author: Markus Koschany <[email protected]> Date: Sat Jan 6 14:06:50 2018 +0100 Switch to compat level 11. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 5f5f91e..6567f95 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Bruno "Fuddl" Kleinert <[email protected]>, Reinhard Tartler <[email protected]>, Gonéri Le Bouder <[email protected]>, Bret Curtis <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), libasound2-dev [linux-any], cmake, portaudio19-dev, libpulse-dev, libsndio-dev Standards-Version: 4.1.3 diff --git a/debian/rules b/debian/rules index 317b911..9daf443 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ DLOPENED_SUGGESTS_LIBS = -lportaudio -lsndio .PHONY: build %: - dh $@ --builddirectory=$(BUILD_TREE) --parallel + dh $@ --builddirectory=$(BUILD_TREE) override_dh_auto_clean: rm -rf $(BUILD_TREE) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openal-soft.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

