From 847a201bfeb512e7df8f955c779dd84feefc2128 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Thu, 21 Jun 2018 18:42:56 +0200 Subject: [PATCH] debian/rules: Do not explicitly pass --parallel to debhelper as it's the default now --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b37a680..792ef97e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ libfprint (1:0.8.1-1) UNRELEASED; urgency=medium * Build the documentation * debian/libfprint0.lintian-overrides: Overrides udev-rule-missing-uaccess, we don't want the readers to be accessible by unprivileged users + * debian/rules: Do not explicitly pass --parallel to debhelper as it's the + default now - -- Laurent Bigonville Thu, 21 Jun 2018 18:40:22 +0200 + -- Laurent Bigonville Thu, 21 Jun 2018 18:42:28 +0200 libfprint (1:0.7.0-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 01f12f75..e23164bf 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d %: - dh $@ --parallel + dh $@ override_dh_clean: dh_clean