debian/rules: Do not explicitly pass --parallel to debhelper as it's the default now

This commit is contained in:
Laurent Bigonville
2018-06-21 18:42:56 +02:00
parent dee696cdd1
commit 847a201bfe
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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 <bigon@debian.org> Thu, 21 Jun 2018 18:40:22 +0200
-- Laurent Bigonville <bigon@debian.org> Thu, 21 Jun 2018 18:42:28 +0200
libfprint (1:0.7.0-1) unstable; urgency=medium
+1 -1
View File
@@ -4,7 +4,7 @@
CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d
%:
dh $@ --parallel
dh $@
override_dh_clean:
dh_clean