From: Jérôme Benoit Date: Wed, 26 Nov 2014 10:43:46 +0000 (+0100) Subject: * Fix a typo in the dpkg changelog. X-Git-Tag: debian/0.9.0-8_trusty^0 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=9ebcfb61cdfdc1a70bc5cf940bc29815227f8ed9 * Fix a typo in the dpkg changelog. * Allow parallel build. Signed-off-by: Jérôme Benoit --- 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)