Skip to content

Commit 3059d28

Browse files
committed
Fix Debian Ninja package build
1 parent 5b5e7f8 commit 3059d28

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

debian/rules

100644100755
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/usr/bin/make -f
22

33
%:
4-
dh $@ --buildsystem=cmake
4+
dh $@ --buildsystem=cmake+ninja
55

66
override_dh_auto_configure:
77
dh_auto_configure -- \
88
-DCMAKE_BUILD_TYPE=Release \
9-
-DCMAKE_INSTALL_PREFIX=/usr \
10-
-G Ninja
9+
-DCMAKE_INSTALL_PREFIX=/usr
1110

12-
override_dh_auto_build:
13-
dh_auto_build -- -j$(nproc)
11+
override_dh_auto_test:
12+
:

0 commit comments

Comments
 (0)