* Fix a typo in the dpkg changelog. master debian/0.9.0-8_trusty
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 26 Nov 2014 10:43:46 +0000 (11:43 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 26 Nov 2014 10:43:46 +0000 (11:43 +0100)
* Allow parallel build.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
debian/changelog
debian/rules

index 974e7c0639d4323d953abf5334fbb3ae2e5668ce..784cfcbdb0a659dc0e6612d8f52d3c058645f4e6 100644 (file)
@@ -1,6 +1,12 @@
+shairplay (0.9.0-8~trusty) trusty; urgency=low
+
+  * allow parallel build
+
+ -- Jérôme Benoit <jerome.benoit@piment-noir.org>  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 <jerome.benoit@piment-noir.org>  Wed, 26 Nov 2014 02:36:48 +0100
 
index 6e58ad0193d4c626b839676195feb748bfe1fba9..b0dcff98c48dbf87bea92cf0530ab02d9da0fbad 100755 (executable)
@@ -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)