diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-01 14:00:31 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | a9192809bffccf842fc2ef37ad67d5121c0a4ad9 (patch) | |
| tree | 805c6571f7d4093245fc37c09af03e290a690012 /debian | |
| parent | 3ef261d813e0f075c7eb59375bd7243f615313a7 (diff) | |
| download | boca-a9192809bffccf842fc2ef37ad67d5121c0a4ad9.tar.gz boca-a9192809bffccf842fc2ef37ad67d5121c0a4ad9.zip | |
Move project to the new debhelper dependency
The debian/compat file is not recommended to configure debhelper as a
build dependency. Therefore, the aformenetioned package has been deleted
and replaced with the debhelper-compat (= 13) dependency stated in the
debian/control file.
The recommended debhelper level for Ubuntu Jammy (22.04 LTS) is 13. This
required a version bump from the older level, 10.
For more information, please check:
* https://nthykier.wordpress.com/2019/01/04/debhelper-compat-12-is-now-released/
* https://manpages.ubuntu.com/manpages/jammy/en/man7/debhelper.7.html
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 62135f4..20c7828 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, build-essential +Build-Depends: debhelper-compat (= 13), build-essential Package: boca Architecture: all |