This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch enable-tests in repository pulseaudio.
commit e209425cf589c2e46b1bc4c18c7432a79bac217f Author: Felipe Sateler <[email protected]> Date: Tue Apr 15 19:11:11 2014 -0300 Enable testsuite --- debian/control | 1 + debian/rules | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/control b/debian/control index faf9230..5c8e3fb 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Uploaders: Sjoerd Simons <[email protected]>, # libbluetooth-dev Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93), + check, dh-autoreconf, intltool, libasound2-dev (>= 1.0.24) [linux-any], diff --git a/debian/rules b/debian/rules index 04836ac..b5d7d87 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,9 @@ include /usr/share/cdbs/1/rules/autoreconf.mk export AUTOPOINT=intltoolize --automake --copy +# Needed for testsuite +export XDG_RUNTIME_DIR = $(CURDIR)/debian/tmp/tmp/xdgruntimedir + #Don't build all the modules packages when bootstrapping ifeq ($(words $(sort $(filter stage1,$(DEB_BUILD_PROFILES)))),1) $(warning Bootstrap profile build) @@ -61,3 +64,5 @@ DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-$(DEB_UPSTREAM_VERSION)/mod LDFLAGS += -Wl,--no-as-needed DEB_DH_INSTALL_ARGS = --sourcedir=$(CURDIR)/debian/tmp + +DEB_MAKE_CHECK_TARGET = check VERBOSE=1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

