From 9a9f5c29d8bd050fd23912adaf05c628cea95c5e Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 18 Jan 2014 14:11:22 +0000 Subject: [PATCH] debian/rules: build in parallel --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d21d9d1..c003654 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ccid (1.4.14-2) UNRELEASED; urgency=low + + * debian/rules: build in parallel + + -- Ludovic Rousseau Mon, 25 Nov 2013 20:16:55 +0100 + ccid (1.4.14-1) unstable; urgency=low * New upstream release diff --git a/debian/rules b/debian/rules index 2ae73f3..f424dff 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DESTDIR=debian/libccid %: - dh $@ + dh $@ --parallel override_dh_auto_configure: # add support of the GemPC Twin in serial mode