diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-02 00:18:54 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | 5a2eff0685e4e1cd4040365c3a00252cbdbcc4dd (patch) | |
| tree | 61a4bfe5be31594684a049b321ff788cde387ab6 | |
| parent | 48c01087ee39d8a7a03df28e4ce76ab5dcfc2d46 (diff) | |
| download | boca-5a2eff0685e4e1cd4040365c3a00252cbdbcc4dd.tar.gz boca-5a2eff0685e4e1cd4040365c3a00252cbdbcc4dd.zip | |
Add required field Standards-Version
The Standards-Version is a mandatory field and its absence violates the
Debian Policy and generates an error on lintian (required-field).
Also check the lintian recommended documentation in case of a package
that has been detected by the `required-field` rule/tag:
* Debian Policy Manual section 5.3
* Debian Policy Manual section 5.5
* Debian Policy Manual section 5.6.11
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 882ee8e..4473fa9 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ 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 Package: boca Architecture: all |