diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-01 15:59:47 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | 290dc700f73725caae6287c63df515af3c3d7b1d (patch) | |
| tree | b964b4e14c9dd13dcf1ba0c53bddda1a204276b5 /debian | |
| parent | a9192809bffccf842fc2ef37ad67d5121c0a4ad9 (diff) | |
| download | boca-290dc700f73725caae6287c63df515af3c3d7b1d.tar.gz boca-290dc700f73725caae6287c63df515af3c3d7b1d.zip | |
Drop build dependency on build-essential
The build dependency on build-essential was unnecessary, as this
dependency is presumed for building debian packages and is already
included on buildd machines.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 20c7828..1a693e7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc 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), build-essential +Build-Depends: debhelper-compat (= 13) Package: boca Architecture: all |