From d00a04fd8322ac73c028d632830d3f99c57e93bf Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Thu, 28 Nov 2024 14:38:37 -0300 Subject: d/control: set Archtecture to linux-any Foolsm depends on linux network headers spefically, then will not build on kernel systems, set Rules-Requires-Root to no. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index edf9d86..88b7adf 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,15 @@ Source: lsm Section: utils Priority: optional Maintainer: Lucas de Castro Borges -Build-Depends: debhelper (>=9.2), debhelper-compat (=13), docbook-to-man +Build-Depends: debhelper-compat (=13), docbook-to-man +Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: http://lsm.foobar.fi/ Vcs-Git: https://git.gnuabordo.com.br/foolsm.git Vcs-Browser: https://git.gnuabordo.com.br/foolsm.git Package: foolsm -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: lsm (<< 1.0.21-1) Conflicts: lsm (<< 1.0.21-1) -- cgit v1.2.3