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
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -4,6 +4,7 @@ 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
2
debian/rules
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user