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 5b5e7f8 commit 3059d28Copy full SHA for 3059d28
1 file changed
debian/rules
100644
100755
@@ -1,13 +1,12 @@
1
#!/usr/bin/make -f
2
3
%:
4
- dh $@ --buildsystem=cmake
+ dh $@ --buildsystem=cmake+ninja
5
6
override_dh_auto_configure:
7
dh_auto_configure -- \
8
-DCMAKE_BUILD_TYPE=Release \
9
- -DCMAKE_INSTALL_PREFIX=/usr \
10
- -G Ninja
+ -DCMAKE_INSTALL_PREFIX=/usr
11
12
-override_dh_auto_build:
13
- dh_auto_build -- -j$(nproc)
+override_dh_auto_test:
+ :
0 commit comments