From 9ebcfb61cdfdc1a70bc5cf940bc29815227f8ed9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 26 Nov 2014 11:43:46 +0100 Subject: [PATCH] * Fix a typo in the dpkg changelog. * Allow parallel build. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- debian/changelog | 8 +++++++- debian/rules | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 974e7c0..784cfcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ +shairplay (0.9.0-8~trusty) trusty; urgency=low + + * allow parallel build + + -- Jérôme Benoit Wed, 26 Nov 2014 11:39:06 +0100 + shairplay (0.9.0-7~trusty) trusty; urgency=high - * udpate to latest version + * update to latest version -- Jérôme Benoit Wed, 26 Nov 2014 02:36:48 +0100 diff --git a/debian/rules b/debian/rules index 6e58ad0..b0dcff9 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with autoreconf + dh $@ --parallel --with autoreconf override_dh_auto_configure: ./configure --disable-static --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) -- 2.34.1