we may need to change some meson opts, but fix control first
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 13s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-15 22:30:30 +03:00
parent 64fb1a0c0d
commit 1aa0859654
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
2
3

1
debian/control vendored
View File

@ -4,6 +4,7 @@ Priority: optional
Maintainer: Andrea Righi <andrea.righi@canonical.com>
Standards-Version: 4.5.1
Build-Depends:
debhelper-compat (= 13)
debhelper (>= 11),
fakeroot,
linux-libc-dev,

2
debian/rules vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
dh $@
dh $@ --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- -Dsystemd=enabled -Dopenrc=disabled -Dlibalpm=disabled -Denable_rust=true -Dbuildtype=release