mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
debian/rules: Do not explicitly pass --parallel to debhelper as it's the default now
This commit is contained in:
Vendored
+3
-1
@@ -11,8 +11,10 @@ libfprint (1:0.8.1-1) UNRELEASED; urgency=medium
|
|||||||
* Build the documentation
|
* Build the documentation
|
||||||
* debian/libfprint0.lintian-overrides: Overrides udev-rule-missing-uaccess,
|
* debian/libfprint0.lintian-overrides: Overrides udev-rule-missing-uaccess,
|
||||||
we don't want the readers to be accessible by unprivileged users
|
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
|
libfprint (1:0.7.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d
|
CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --parallel
|
dh $@
|
||||||
|
|
||||||
override_dh_clean:
|
override_dh_clean:
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|||||||
Reference in New Issue
Block a user