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

3
debian/control vendored
View File

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

2
debian/rules vendored
View File

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