Skip to content

Commit 4f95aa9

Browse files
committed
dh in buster and newer don't need --parallel
1 parent 6976c90 commit 4f95aa9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

debian/rules.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ DESTDIR=$(CURDIR)/debian/tmp
3535
DEV_PACKAGE_NAME=@MAIN_PACKAGE_NAME@-dev
3636

3737
%:
38-
# With debhelper 10 the --parallel becomes the default
39-
dh $@ --parallel
38+
dh $@
4039

4140
override_dh_auto_configure:
4241
cd src && ./autogen.sh

debian/source/lintian-overrides

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# False positive - python3 is invoked in d/rules.
22
linuxcnc source: python3-depends-but-no-python3-helper linuxcnc-uspace linuxcnc-uspace-dev
3-
4-
# For the early versions of debhelper (<10) this is not unnecessary
5-
linuxcnc source: debian-rules-uses-unnecessary-dh-argument dh ... --parallel (line 32)

0 commit comments

Comments
 (0)