Skip to content
Snippets Groups Projects
Commit 5ffc3cf7 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Drop dh argument --parallel, useless since debhelper compat 10

Parallel building is now enabled by default.

Fix lintian tag: debian-rules-uses-unnecessary-dh-argument
See: https://udd.debian.org/lintian-tag.cgi?tag=debian-rules-uses-unnecessary-dh-argument



Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 7fb293e2
No related branches found
No related tags found
1 merge request!18Drop libtraprain-0-doc, not built anymore since Apertis v2021
......@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/default.mk
%:
dh $@ --with gir --parallel
dh $@ --with gir
override_dh_auto_configure:
dh_auto_configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment