We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc1a7a commit 2bd17f2Copy full SHA for 2bd17f2
1 file changed
debian/rules
@@ -55,8 +55,6 @@ build-library-stamp: configure-stamp
55
@echo "Built Qt6 Designer"
56
touch $@
57
58
-override_dh_auto_build: build-library-stamp
59
-
60
execute_after_dh_auto_build-indep:
61
cd doc && doxygen qgcodeeditor.dxy
62
@@ -80,7 +78,7 @@ build-examples-stamp: build-library-stamp
80
78
done
81
79
touch build-examples-stamp
82
83
-override_dh_auto_build: build-examples-stamp
+override_dh_auto_build: build-library-stamp build-examples-stamp
84
85
override_dh_auto_install:
86
$(MAKE) -C QGcodeQt5 install INSTALL_ROOT=$(CURDIR)/debian/tmp
0 commit comments