From 1aa0859654a879a1853bf17856a03bec52690a76 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 15 Aug 2024 22:30:30 +0300 Subject: [PATCH] we may need to change some meson opts, but fix control first --- .github/release-nest-v3 | 2 +- debian/control | 3 ++- debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 0cfbf08..00750ed 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -2 +3 diff --git a/debian/control b/debian/control index 3097757..d29e773 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: misc Priority: optional Maintainer: Andrea Righi Standards-Version: 4.5.1 -Build-Depends: +Build-Depends: + debhelper-compat (= 13) debhelper (>= 11), fakeroot, linux-libc-dev, diff --git a/debian/rules b/debian/rules index 5d23a79..2032686 100755 --- a/debian/rules +++ b/debian/rules @@ -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