nits still
All checks were successful
PikaOS Package Build Only (amd64-v3) / build (push) Successful in 41s

This commit is contained in:
R L 2024-09-13 14:53:48 -07:00
parent a978f0378d
commit 1a8ff04b48
Signed by: cybik
GPG Key ID: A6DD1646CC69863E
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
4
5

3
debian/rules vendored
View File

@ -54,6 +54,9 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
override_dh_usrlocal:
echo "disabled"
override_dh_dwz:
echo "disabled"
## overriding dh_auto_configure to add custom configs:
#override_dh_auto_configure:
# $(srcdir)/configure -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_DATADIR=/usr/share -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -DBUILD_PLUGIN=OFF