1
0
Fork 0

Removing superfluous --parallel when invoking debhelper as it's the default with compat level 10, thanks to Gianfranco Costamagna <locutusofborg@debian.org>.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:23:45 +01:00
parent cd4fc636c0
commit 82d7ef114b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
dh ${@} --parallel
dh ${@}
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lunzip