diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-04-29 20:25:26 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2025-04-29 20:25:26 +0000 |
| commit | 008e6cc9624c56e296069bd2a55d7d6268d88442 (patch) | |
| tree | 9b7efd2fc0514b41c9441bd5720f6708c26c4ef2 /debian | |
| parent | aabfabd628e0ad71cce4b68e11dd53c027237287 (diff) | |
| download | boca-008e6cc9624c56e296069bd2a55d7d6268d88442.tar.gz boca-008e6cc9624c56e296069bd2a55d7d6268d88442.zip | |
build: specify that the build does not require root
Explicitly declaring that the rules files does not require root access
will speed up the package compilation.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 870f3dc..adc1fb1 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: BOCA Development Team <bocasystem@gmail.com> Uploaders: Cassio Polpo de Campos <cassiopc@gmail.com>, Bruno Cesar Ribas <bruno.ribas@unb.br> Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.0.1 +Rules-Requires-Root: no +Standards-Version: 4.7.2.0 Package: boca Architecture: all |