[pulseaudio] 01/01: Enable testsuite
Felipe Sateler
fsateler at moszumanska.debian.org
Tue Apr 15 22:11:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsateler pushed a commit to branch master
in repository pulseaudio.
commit a9656b542e5a5e66a42a87eb82e2b16c8c8d892b
Author: Felipe Sateler <fsateler at debian.org>
Date: Tue Apr 15 19:11:11 2014 -0300
Enable testsuite
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 5 +++++
3 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8e13cd5..844cb3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium
* debian/patches/0003-exit-with-X-session.patch
- Kill pulseaudio on session exit with kde too
- Add DEP-3 header, forwarded
+ * Enable testsuite
-- Felipe Sateler <fsateler at debian.org> Mon, 14 Apr 2014 10:02:36 -0300
diff --git a/debian/control b/debian/control
index f05bae7..d6f582f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders: Sjoerd Simons <sjoerd at debian.org>,
# libbluetooth-dev
Build-Depends: debhelper (>= 8.1.3),
cdbs (>= 0.4.93),
+ check,
dh-autoreconf,
intltool,
libasound2-dev (>= 1.0.24) [linux-any],
diff --git a/debian/rules b/debian/rules
index 6ba24d6..32961bb 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)
@@ -62,3 +65,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
More information about the pkg-pulseaudio-devel
mailing list