generated from general-packages/pika-pkg-template
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
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 13s
This commit is contained in:
parent
64fb1a0c0d
commit
1aa0859654
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
2
|
||||
3
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -3,7 +3,8 @@ Section: misc
|
||||
Priority: optional
|
||||
Maintainer: Andrea Righi <andrea.righi@canonical.com>
|
||||
Standards-Version: 4.5.1
|
||||
Build-Depends:
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13)
|
||||
debhelper (>= 11),
|
||||
fakeroot,
|
||||
linux-libc-dev,
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user