Skip to content

Commit 3ee51e3

Browse files
committed
dh_auto_build: Provide the possibility of automatic operation
1 parent d924b1c commit 3ee51e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

debian/rules.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ override_dh_auto_configure:
5252
--disable-check-runtime-deps
5353

5454
override_dh_auto_build-arch:
55-
$(MAKE) PYTHON=/usr/bin/python3 -C src build-software
55+
dh_auto_build -- build-software
5656

5757
override_dh_auto_build-indep:
5858
ifneq "$(enable_build_documentation)" ""
59-
$(MAKE) PYTHON=/usr/bin/python3 -C src manpages
60-
$(MAKE) PYTHON=/usr/bin/python3 -C src translateddocs
61-
$(MAKE) PYTHON=/usr/bin/python3 -C src docs
59+
dh_auto_build -- manpages
60+
dh_auto_build -- translateddocs
61+
dh_auto_build -- docs
6262
endif
6363

6464
override_dh_auto_clean:

0 commit comments

Comments
 (0)