diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-11-28 14:38:37 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-12-06 12:08:06 -0300 |
| commit | d00a04fd8322ac73c028d632830d3f99c57e93bf (patch) | |
| tree | 6d73359c51eb17af9846f586565ef75c4b53175f | |
| parent | c78865fccd82d610925a40202fbad48a64442b34 (diff) | |
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.
| -rw-r--r-- | debian/control | 5 |
1 files 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 <lucas@gnuabordo.com.br> -Build-Depends: debhelper (>=9.2), debhelper-compat (=13), docbook-to-man +Build-Depends: debhelper-compat (=13), docbook-to-man <!nodoc> +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) |
