Skip to content

Commit 2bd17f2

Browse files
committed
Fix build steps
1 parent 6bc1a7a commit 2bd17f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

debian/rules

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ build-library-stamp: configure-stamp
5555
@echo "Built Qt6 Designer"
5656
touch $@
5757

58-
override_dh_auto_build: build-library-stamp
59-
6058
execute_after_dh_auto_build-indep:
6159
cd doc && doxygen qgcodeeditor.dxy
6260

@@ -80,7 +78,7 @@ build-examples-stamp: build-library-stamp
8078
done
8179
touch build-examples-stamp
8280

83-
override_dh_auto_build: build-examples-stamp
81+
override_dh_auto_build: build-library-stamp build-examples-stamp
8482

8583
override_dh_auto_install:
8684
$(MAKE) -C QGcodeQt5 install INSTALL_ROOT=$(CURDIR)/debian/tmp

0 commit comments

Comments
 (0)