fix(secubox-health-doctor): drop redundant debian/compat (closes #220) (#221)

debhelper refused to clean: compat level 13 was declared both in
debian/compat and via Build-Depends: debhelper-compat (= 13) in
debian/control. dh: error: debhelper compat level specified both in
debian/compat and via build-dependency on debhelper-compat.

Drop the legacy debian/compat file. Build-Depends:
debhelper-compat (= 13) in debian/control is the modern
single-source-of-truth pattern already used by the 132 other
secubox-* packages.

Failing run that triggered this: actions/runs/26079119556/job/76682019717

Co-authored-by: CyberMind-FR <gandalf@Gk2.net>
This commit is contained in:
CyberMind 2026-05-19 11:44:35 +02:00 committed by GitHub
parent 53a630e9f8
commit 95db06e7fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +0,0 @@
13