This is an automated email from the git hooks/post-receive script. diwic-guest pushed a commit to branch ubuntu in repository pulseaudio.
commit 2b7801babca01253630cb318eaacbe5c6e019f19 Author: Simon Fels <[email protected]> Date: Mon Feb 1 15:26:50 2016 +0100 debian: only require android-headers-* on armhf, i386 and amd64 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 04dcd5f..06419c0 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Uploaders: Sjoerd Simons <[email protected]>, Felipe Sateler <[email protected]> # The following packages can be omitted for bootstrapping (DEB_BUILD_PROFILES=stage1): # libbluetooth-dev -Build-Depends: android-headers-19 (>= 23), - android-headers-22 (>= 23), +Build-Depends: android-headers-19 (>= 23) [armhf i386 amd64], + android-headers-22 (>= 23) [armhf i386 amd64], debhelper (>= 9), cdbs (>= 0.4.93), check, -- 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

